diff options
4 files changed, 26 insertions, 1 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum new file mode 100755 index 0000000..95274f8 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum @@ -0,0 +1 @@ +48998a04657311dcd24c520ad8e59259
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/linebox-overflow-in-textarea-padding-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/linebox-overflow-in-textarea-padding-expected.png Binary files differnew file mode 100755 index 0000000..458ad97 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/linebox-overflow-in-textarea-padding-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/linebox-overflow-in-textarea-padding-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/linebox-overflow-in-textarea-padding-expected.txt new file mode 100755 index 0000000..2faacea --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/linebox-overflow-in-textarea-padding-expected.txt @@ -0,0 +1,25 @@ +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 784x576
+ RenderBlock (anonymous) at (0,0) size 784x57
+ RenderText {#text} at (300,37) size 4x19
+ text run at (300,37) width 4: " "
+ RenderText {#text} at (0,0) size 0x0
+ RenderBlock {P} at (0,73) size 784x20
+ RenderText {#text} at (0,0) size 769x19
+ text run at (0,0) width 769: "This is a pixel test that tests the linebox overflow in the padding on textareas. The div on the right is styled to look like a textarea."
+layer at (8,9) size 300x50 clip at (11,12) size 279x44 scrollHeight 48
+ RenderTextControl {TEXTAREA} at (0,1) size 300x50 [color=#0000FF] [bgcolor=#FFFFFF] [border: (3px solid #FFFF00)]
+ RenderBlock {DIV} at (18,18) size 249x18
+ RenderText {#text} at (0,-16) size 180x42
+ text run at (0,-16) width 162: "ggggggggg"
+ text run at (162,-16) width 18: " "
+ text run at (0,-7) width 162: "ggggggggg"
+layer at (312,10) size 300x50 clip at (315,13) size 279x44 scrollHeight 48
+ RenderBlock {DIV} at (304,2) size 300x50 [color=#0000FF] [border: (3px solid #FFFF00)]
+ RenderBlock {DIV} at (18,18) size 249x18
+ RenderText {#text} at (0,-16) size 162x42
+ text run at (0,-16) width 162: "ggggggggg"
+ text run at (0,-7) width 162: "ggggggggg"
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 308b433..e89d8bb 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -2126,7 +2126,6 @@ BUG9158 DEFER MAC LINUX : LayoutTests/fast/forms/placeholder-set-value.html = FA BUG9159 DEFER LINUX WIN : LayoutTests/editing/pasteboard/5089327.html = FAIL BUG9160 DEFER MAC LINUX WIN : LayoutTests/fast/dom/Window/window-lookup-precedence.html = FAIL BUG9161 DEFER MAC LINUX WIN : LayoutTests/fast/forms/basic-textareas.html = FAIL -BUG9162 DEFER MAC LINUX WIN : LayoutTests/fast/forms/linebox-overflow-in-textarea-padding.html = FAIL BUG9163 DEFER MAC LINUX WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers.html = FAIL BUG9163 DEFER MAC LINUX WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception.html = FAIL // Unknown what change caused these to fail. |