diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 00:45:45 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 00:45:45 +0000 |
commit | 2480a9e664a2a3f034aedf073039368826f35266 (patch) | |
tree | 0d127aa702408c3c07a0b3bc9ff1ef9410740464 | |
parent | 742f331983fb618f8b97fe24e7ec1366ae51694a (diff) | |
download | chromium_src-2480a9e664a2a3f034aedf073039368826f35266.zip chromium_src-2480a9e664a2a3f034aedf073039368826f35266.tar.gz chromium_src-2480a9e664a2a3f034aedf073039368826f35266.tar.bz2 |
Webkit Roll to 49321. IsolatedWorld tests are now fixed.
BUG=none
TEST=none
TBR=hclam
Review URL: http://codereview.chromium.org/262032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28491 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 35 |
2 files changed, 4 insertions, 33 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "49284", + "webkit_revision": "49321", "ffmpeg_revision": "27457", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 5d53f17..2dac458 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3101,40 +3101,11 @@ BUG24159 WIN LINUX : LayoutTests/fast/css/opacity-float.html = FAIL // Flaky failure BUG24167 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-port-explicit-domain.html = PASS FAIL -// WebKit roll 49254:49260 -BUG_JOHNNYG : LayoutTests/media/audio-controls-rendering.html = FAIL -BUG_JOHNNYG : LayoutTests/media/controls-after-reload.html = FAIL -BUG_JOHNNYG : LayoutTests/media/controls-strict.html = FAIL -BUG_JOHNNYG : LayoutTests/media/video-controls-rendering.html = FAIL -BUG_JOHNNYG : LayoutTests/media/video-display-toggle.html = FAIL -BUG_JOHNNYG : LayoutTests/media/video-empty-source.html = FAIL - -// WebKit roll 49260:49288 -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/all-window-properties.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/all-window-prototypes.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/body-properties.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/body-prototype.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/click-event.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/document-open.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/document-properties.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/document-prototype.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/global-variables.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/image-properties.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/image-prototype.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/location-properties.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/location-prototype.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/number-prototype.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/object-prototype.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/storage-properties.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/storage-prototype.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/string-prototype.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/window-properties.html = FAIL -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-function.html = TIMEOUT -BUG_AA : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-string.html = TIMEOUT -BUG_AA SKIP : LayoutTests/http/tests/security/isolatedWorld/iframe.html = FAIL - BUG_JOHNNYG : LayoutTests/http/tests/globalhistory/history-delegate-basic-title.html = FAIL BUG_24308 MAC : LayoutTests/http/tests/navigation/back-send-referrer.html = PASS TIMEOUT BUG_24314 LINUX DEBUG : LayoutTests/editing/selection/extend-selection.html = PASS TIMEOUT + +// Webkit roll 49284:49321 +BUG_JOHNNYG : LayoutTests/svg/custom/linking-a-03-b-transform.svg = FAIL |