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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Element-closest-expected.txt

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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/external/wpt/dom/nodes/Element-closest-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Element-closest-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Element-closest-expected.txt
deleted file mode 100644
index 55f2d80b0cbf8a9ed6ecce036403e4dac9726030..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Element-closest-expected.txt
+++ /dev/null
@@ -1,38 +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'
-FAIL Element.closest with context node 'test4' and selector ':scope' should throw assert_throws: function "function () {
- el.closest(aSelector);
- }" did not throw
-FAIL Element.closest with context node 'test4' and selector 'select > :scope' should throw assert_throws: function "function () {
- el.closest(aSelector);
- }" did not throw
-FAIL Element.closest with context node 'test4' and selector 'div > :scope' should throw assert_throws: function "function () {
- el.closest(aSelector);
- }" did not throw
-PASS Element.closest with context node 'test4' and selector ':has(> :scope)' should throw
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698