summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhayato@chromium.org <hayato@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-15 22:47:37 +0000
committerhayato@chromium.org <hayato@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-15 22:47:37 +0000
commit1bc659c1a40a88040eaa98f47e6d19f161a2cb4e (patch)
tree2c12376ae864d85139a4c8a344542697387efa64
parent052066a3224befed8fdae94e4dfcbfbac8f48685 (diff)
downloadchromium_src-1bc659c1a40a88040eaa98f47e6d19f161a2cb4e.zip
chromium_src-1bc659c1a40a88040eaa98f47e6d19f161a2cb4e.tar.gz
chromium_src-1bc659c1a40a88040eaa98f47e6d19f161a2cb4e.tar.bz2
Suppress a w3c test for Shadow DOM.
This is a pre-requirement patch to land https://codereview.chromium.org/137993003/. I am going to follow the following procedure: 1. Suppress a w3c test which would fail if I land https://codereview.chromium.org/137993003/ 2. Land https://codereview.chromium.org/137993003/ 3. Update the w3c test and upstream it to the w3c repository 4. Wait until the test is imported to blink. 5. Remove the suppression. BUG=334152 Review URL: https://codereview.chromium.org/138143005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245002 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/layout_tests/test_expectations_w3c.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations_w3c.txt b/webkit/tools/layout_tests/test_expectations_w3c.txt
index 8d59bdb..a9bba54 100644
--- a/webkit/tools/layout_tests/test_expectations_w3c.txt
+++ b/webkit/tools/layout_tests/test_expectations_w3c.txt
@@ -57,4 +57,4 @@ crbug.com/330083 w3c/web-platform-tests/shadow-dom/user-interaction/focus-naviga
crbug.com/330083 w3c/web-platform-tests/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-001.html [ ImageOnlyFailure ]
crbug.com/330083 w3c/web-platform-tests/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-002.html [ ImageOnlyFailure ]
-
+crbug.com/334152 w3c/web-platform-tests/shadow-dom/elements-and-dom-objects/the-shadow-html-element/test-001.html [ Failure ]