diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-22 17:22:00 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-22 17:22:00 +0000 |
commit | 04cb61a5b50d00a3903997e65e095be538faa967 (patch) | |
tree | f6c5a779dc9b481240dd121aa739c896f2fb7f60 /webkit | |
parent | 34ec5f621b7e01e07975ddf75edbfec0e5d7486e (diff) | |
download | chromium_src-04cb61a5b50d00a3903997e65e095be538faa967.zip chromium_src-04cb61a5b50d00a3903997e65e095be538faa967.tar.gz chromium_src-04cb61a5b50d00a3903997e65e095be538faa967.tar.bz2 |
Enables EventSource and disables fast/dom/prototype-inheritance.htm temporarily.
Once we roll to http://trac.webkit.org/changeset/58099, remove the layout test suppression.
(follow up on http://codereview.chromium.org/557037/show which was reverted by http://codereview.chromium.org/1712006/show)
Review URL: http://codereview.chromium.org/1742007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index f4dbfe3..e4a7d33 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -20,3 +20,7 @@ BUG41973 MAC : svg/text/text-text-05-t.svg = IMAGE // Rolling Skia forward in Chrome tree to get new baselines to check // in upstream. BUGEVAN : svg/clip-path/clip-path-child-clipped.svg = PASS FAIL + +// Enabling EventSource in chromium before landing updated expectations. +// Remove this after rolling http://trac.webkit.org/changeset/58099. +BUG42319 : fast/dom/prototype-inheritance.html = FAIL |