diff options
author | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 22:11:13 +0000 |
---|---|---|
committer | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 22:11:13 +0000 |
commit | 49a86767be2cc06e412a1167f38d96e238fbcc88 (patch) | |
tree | 3b8f2bfc8ae64134197b471467f3ea9d87421295 | |
parent | 7de81411150d5f87ac52fcc5904763ed51dd9c57 (diff) | |
download | chromium_src-49a86767be2cc06e412a1167f38d96e238fbcc88.zip chromium_src-49a86767be2cc06e412a1167f38d96e238fbcc88.tar.gz chromium_src-49a86767be2cc06e412a1167f38d96e238fbcc88.tar.bz2 |
Attempt to fix layout test on Linux (overflow-scroll-delete.html).
TBR=dglazkov
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/118273
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17679 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/repaint/overflow-scroll-delete-expected.txt | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/repaint/overflow-scroll-delete-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/repaint/overflow-scroll-delete-expected.txt deleted file mode 100644 index 0eaa2d1..0000000 --- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/repaint/overflow-scroll-delete-expected.txt +++ /dev/null @@ -1,36 +0,0 @@ -layer at (0,0) size 800x600 - RenderView at (0,0) size 800x600 -layer at (0,0) size 800x600 - RenderBlock {HTML} at (0,0) size 800x600 - RenderBody {BODY} at (8,8) size 784x584 - RenderBlock {P} at (0,0) size 784x60 - RenderText {#text} at (0,0) size 144x19 - text run at (0,0) width 144: "This is a repaint test for " - RenderInline {I} at (0,0) size 757x39 - RenderInline {A} at (0,0) size 285x19 [color=#0000EE] - RenderText {#text} at (144,0) size 285x19 - text run at (144,0) width 285: "http://bugs.webkit.org/show_bug.cgi?id=11277" - RenderText {#text} at (429,0) size 757x39 - text run at (429,0) width 4: " " - text run at (433,0) width 324: "REGRESSION: Incomplete repaint of overflow areas" - text run at (0,20) width 82: "when deleting" - RenderText {#text} at (82,20) size 765x39 - text run at (82,20) width 8: ". " - text run at (90,20) width 422: "This shows that the repaint rect doesn't account for scrolling. You can " - text run at (512,20) width 253: "use Quartz Debug to see that changing the" - text run at (0,40) width 310: "text repaints a rect where the text would have been " - text run at (310,40) width 146: "if it hadn't been scrolled." -layer at (8,84) size 80x69 clip at (8,84) size 65x69 scrollY 128 scrollHeight 219 - RenderBlock {DIV} at (0,76) size 80x69 - RenderBR {BR} at (0,0) size 0x19 - RenderBR {BR} at (0,20) size 0x19 - RenderBR {BR} at (0,40) size 0x19 - RenderBR {BR} at (0,60) size 0x19 - RenderBR {BR} at (0,80) size 0x19 - RenderBR {BR} at (0,100) size 0x19 - RenderBR {BR} at (0,120) size 0x19 - RenderBR {BR} at (0,140) size 0x19 - RenderBR {BR} at (0,160) size 0x19 - RenderText {#text} at (0,180) size 43x39 - text run at (0,180) width 43: "Passed" - text run at (0,200) width 26: "Test" |