Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Element-closest-expected.txt

Issue 1988983002: Move the dom directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Element-closest-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Element-closest-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Element-closest-expected.txt
deleted file mode 100644
index 41dd051e0224d53d54000c4316e521b1d51f18c3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Element-closest-expected.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-This is a testharness.js-based test.
-PASS Element.closest with context node 'test12' and selector 'select'
-PASS Element.closest with context node 'test13' and selector 'fieldset'
-PASS Element.closest with context node 'test13' and selector 'div'
-PASS Element.closest with context node 'test3' and selector 'body'
-PASS Element.closest with context node 'test4' and selector '[default]'
-PASS Element.closest with context node 'test4' and selector '[selected]'
-PASS Element.closest with context node 'test11' and selector '[selected]'
-PASS Element.closest with context node 'test12' and selector '[name="form-a"]'
-PASS Element.closest with context node 'test13' and selector 'form[name="form-a"]'
-PASS Element.closest with context node 'test9' and selector 'input[required]'
-PASS Element.closest with context node 'test9' and selector 'select[required]'
-PASS Element.closest with context node 'test13' and selector 'div:not(.div1)'
-PASS Element.closest with context node 'test6' and selector 'div.div3'
-PASS Element.closest with context node 'test1' and selector 'div#test7'
-PASS Element.closest with context node 'test12' and selector '.div3 > .div2'
-PASS Element.closest with context node 'test12' and selector '.div3 > .div1'
-PASS Element.closest with context node 'test9' and selector 'form > input[required]'
-PASS Element.closest with context node 'test12' and selector 'fieldset > select[required]'
-PASS Element.closest with context node 'test6' and selector 'input + fieldset'
-PASS Element.closest with context node 'test3' and selector 'form + form'
-PASS Element.closest with context node 'test5' and selector 'form + form'
-PASS Element.closest with context node 'test10' and selector ':empty'
-PASS Element.closest with context node 'test11' and selector ':last-child'
-PASS Element.closest with context node 'test12' and selector ':first-child'
-PASS Element.closest with context node 'test11' and selector ':invalid'
-PASS Element.closest with context node 'test4' and selector ':scope'
-PASS Element.closest with context node 'test4' and selector 'select > :scope'
-PASS Element.closest with context node 'test4' and selector 'div > :scope'
-FAIL Element.closest with context node 'test4' and selector ':has(> :scope)' Failed to execute 'closest' on 'Element': ':has(> :scope)' is not a valid selector.
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698