diff options
author | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-07 00:28:26 +0000 |
---|---|---|
committer | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-07 00:28:26 +0000 |
commit | ad9d18b404c6af4837bd93ee512e1ba5c7f80a1f (patch) | |
tree | e6e6d8c54de49c1356aabf7ca635585b660ef111 /webkit | |
parent | eb0d9f452ff2123ed3a04d836e005c4d62126d04 (diff) | |
download | chromium_src-ad9d18b404c6af4837bd93ee512e1ba5c7f80a1f.zip chromium_src-ad9d18b404c6af4837bd93ee512e1ba5c7f80a1f.tar.gz chromium_src-ad9d18b404c6af4837bd93ee512e1ba5c7f80a1f.tar.bz2 |
fix incorrectly skipped test file for https://bugs.webkit.org/show_bug.cgi?id=26088
Changing the line in test_expectations from SKIP to fail so that we can generate a new baseline.
R=darin
BUG=https://bugs.webkit.org/show_bug.cgi?id=26088
TEST=none
Review URL: http://codereview.chromium.org/149214
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19996 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/text-large-negative-letter-spacing-with-opacity-expected.txt | 3 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/text-large-negative-letter-spacing-with-opacity-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/text-large-negative-letter-spacing-with-opacity-expected.txt new file mode 100644 index 0000000..35f8cab --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/text-large-negative-letter-spacing-with-opacity-expected.txt @@ -0,0 +1,3 @@ +Test case for https://bugs.webkit.org/show_bug.cgi?id=26088, which would crash the chromium port. If the browser does not crash, you should see an partially-transparent "world" on the next line. + +Helloworld diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 58fbf4c..74ea752a 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2800,7 +2800,7 @@ BUG15873 WIN LINUX : LayoutTests/fast/transforms/shadows.html = FAIL BUG15873 WIN : LayoutTests/fast/canvas/translate-text.html = FAIL BUG15873 WIN : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL BUG15873 WIN : LayoutTests/fast/text/stroking-decorations.html = FAIL -BUG15873 SKIP : LayoutTests/fast/text/text-letter-spacing.html = FAIL +BUG15873 : LayoutTests/fast/text/text-letter-spacing.html = FAIL // WebKit 45486:45473 BUG15892 MAC : LayoutTests/dom/svg/level3/xpath/Attribute_Nodes.svg = FAIL |