diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 01:01:38 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 01:01:38 +0000 |
commit | 25d28d65ffcbac3f4b1944e38c014be6f4d30bf8 (patch) | |
tree | 984e6b402d436f5e4ae44f27b26f7907e78e4dba | |
parent | 52d8d3220818be7e7a5a9d13764ff94f91ef4288 (diff) | |
download | chromium_src-25d28d65ffcbac3f4b1944e38c014be6f4d30bf8.zip chromium_src-25d28d65ffcbac3f4b1944e38c014be6f4d30bf8.tar.gz chromium_src-25d28d65ffcbac3f4b1944e38c014be6f4d30bf8.tar.bz2 |
Layout test clean up.
1. Fix a baseline (test still doesn't pass).
2. Remove a now-passing test from tests_fixable.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7027 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/hixie/text/001-broken-expected.txt | 4 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/hixie/text/001-broken-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/hixie/text/001-broken-expected.txt index ad7c448..5a311dd 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/hixie/text/001-broken-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/hixie/text/001-broken-expected.txt @@ -2,8 +2,8 @@ layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 400x400 RenderSVGRoot {svg} at (0,0) size 400x400 - RenderPath {rect} at (0,0) size 400x400 [fill={[type=SOLID] [color=#EEEEEE]}] [data="M0.00,0.00 L4.00,0.00 L4.00,4.00 L0.00,4.00"] - RenderPath {rect} at (100,100) size 200x200 [fill={[type=SOLID] [color=#FF0000]}] [data="M1.00,1.00 L3.00,1.00 L3.00,3.00 L1.00,3.00"] + RenderPath {rect} at (0,0) size 400x400 [fill={[type=SOLID] [color=#EEEEEE]}] [data="M0.00,0.00 L4.00,0.00 L4.00,4.00 L0.00,4.00 Z"] + RenderPath {rect} at (100,100) size 200x200 [fill={[type=SOLID] [color=#FF0000]}] [data="M1.00,1.00 L3.00,1.00 L3.00,3.00 L1.00,3.00 Z"] RenderSVGText {text} at (1,2) size 2x3 contains 1 chunk(s) RenderSVGInlineText {#text} at (0,-2) size 2x3 chunk 1 text run 1 at (1.00,2.60) startOffset 0 endOffset 1 width 2.00: "X" diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 5b963a2..1266453 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -545,7 +545,6 @@ SKIP : LayoutTests/http/tests/appcache = TIMEOUT FAIL // V8 failures as a result of the WebKit merge. // http://code.google.com/p/v8/issues/detail?id=92 -LINUX WIN : LayoutTests/fast/js/exception-try-finally-scope-error.html = FAIL LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL LayoutTests/fast/js/removing-Cf-characters.html = FAIL LayoutTests/fast/js/static-scope-object.html = FAIL |