diff options
author | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 21:35:27 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 21:35:27 +0000 |
commit | 49a415c979692c045b25eb4c3e0369a83b5316e6 (patch) | |
tree | 643f0aea6dceb6f22aa50a77a4a45f558bc2ce00 | |
parent | 2c54edff1f9592d3f4554c4608d823122480f049 (diff) | |
download | chromium_src-49a415c979692c045b25eb4c3e0369a83b5316e6.zip chromium_src-49a415c979692c045b25eb4c3e0369a83b5316e6.tar.gz chromium_src-49a415c979692c045b25eb4c3e0369a83b5316e6.tar.bz2 |
Review URL: http://codereview.chromium.org/147235
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19423 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 8 |
2 files changed, 9 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "45247", + "webkit_revision": "45270", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 248e38d..8a8f74a 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2807,6 +2807,14 @@ BUG15460 : LayoutTests/media/video-controls-rendering.html = FAIL BUG15460 : LayoutTests/media/video-empty-source.html = FAIL BUG15460 : LayoutTests/media/video-zoom-controls.html = FAIL +// WebKit 45247:45270 +BUGMERGE WIN LINUX : LayoutTests/editing/inserting/break-blockquote-after-delete.html = FAIL +BUGMERGE WIN LINUX : LayoutTests/fast/text/international/hindi-whitespace.html = FAIL +BUGMERGE WIN LINUX : LayoutTests/svg/custom/createImageElement.svg = FAIL + +BUG15478 SKIP : LayoutTests/fast/frames/viewsource-on-image-file.html = FAIL +BUG15478 SKIP : LayoutTests/platform/qt/fast/events/event-sender-keydown-frame.html = FAIL + // Flaky for a while on DEBUG BUG15267 WIN LINUX DEBUG : LayoutTests/transitions/cancel-transition.html = PASS FAIL |