diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 07:49:01 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 07:49:01 +0000 |
commit | 8ba995b00de6114db95a0c00564596eda846786d (patch) | |
tree | 616471fd5e638b8d7a6509e14fd2b71f19b704a6 /webkit | |
parent | 747ad18baa7859daa77842adab7b527a03ce553d (diff) | |
download | chromium_src-8ba995b00de6114db95a0c00564596eda846786d.zip chromium_src-8ba995b00de6114db95a0c00564596eda846786d.tar.gz chromium_src-8ba995b00de6114db95a0c00564596eda846786d.tar.bz2 |
Remove per-platform baseline results for comment-in-textarea layout test.
The test has been revised to use dumpAsText.
http://trac.webkit.org/changeset/51427
BUG=10458,28916
TEST=none
Review URL: http://codereview.chromium.org/452001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33277 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
6 files changed, 0 insertions, 23 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/parser/comment-in-textarea-expected.checksum b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/parser/comment-in-textarea-expected.checksum deleted file mode 100644 index 0612210e..0000000 --- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/parser/comment-in-textarea-expected.checksum +++ /dev/null @@ -1 +0,0 @@ -8ad232c01c4191262823c735e49f35a7
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/parser/comment-in-textarea-expected.png b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/parser/comment-in-textarea-expected.png Binary files differdeleted file mode 100644 index 0f7075c..0000000 --- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/parser/comment-in-textarea-expected.png +++ /dev/null diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.checksum deleted file mode 100644 index af427aa..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.checksum +++ /dev/null @@ -1 +0,0 @@ -b90ee77729da3058024f649ec931434c
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.png Binary files differdeleted file mode 100644 index 47e3840..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.png +++ /dev/null diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.txt deleted file mode 100644 index 05f9cd5..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.txt +++ /dev/null @@ -1,19 +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 - RenderText {#text} at (0,0) size 0x0 - RenderText {#text} at (0,0) size 0x0 - RenderText {#text} at (0,0) size 0x0 -layer at (10,10) size 179x36 clip at (11,11) size 162x34 scrollHeight 66 - RenderTextControl {TEXTAREA} at (2,2) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 160x64 - RenderText {#text} at (0,0) size 160x48 - text run at (0,0) width 160: "<!-- </textarea> -->" - text run at (160,0) width 0: " " - text run at (0,16) width 152: "This should be part" - text run at (152,16) width 8: " " - text run at (0,32) width 120: "of the textarea" - text run at (120,32) width 0: " " - RenderBR {BR} at (0,48) size 0x16 diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 25128c1..3d34a9e 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2313,7 +2313,6 @@ BUG10458 LINUX : LayoutTests/editing/inserting/6633727.html = FAIL BUG10458 MAC : LayoutTests/fast/dom/java-applet-calls.html = FAIL // Just need rebaseline BUG10458 LINUX : LayoutTests/fast/forms/textarea-width.html = FAIL -BUG10458 LINUX : LayoutTests/fast/parser/comment-in-textarea.html = FAIL // Missing expected results BUG10461 SKIP : LayoutTests/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html = PASS @@ -2979,7 +2978,6 @@ BUG28905 WONTFIX SKIP : LayoutTests/plugins/qt-qwidget-plugin.html = FAIL // New failures from merge 51412:51455. BUG28916 MAC : LayoutTests/editing/pasteboard/paste-xml.xhtml = IMAGE+TEXT -BUG28916 WIN : LayoutTests/fast/parser/comment-in-textarea.html = TEXT BUG_HAMAJI WIN LINUX : LayoutTests/editing/selection/last-empty-inline.html = TEXT // Flaky test from r51224:r51237 roll. |