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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/domparsing/createContextualFragment-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/domparsing/createContextualFragment-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/domparsing/createContextualFragment-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/domparsing/createContextualFragment-expected.txt
deleted file mode 100644
index 0ed90516940594ed794958fdc0a13d8099d9f0c9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/domparsing/createContextualFragment-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-This is a testharness.js-based test.
-PASS Must not throw INVALID_STATE_ERR for a detached node.
-PASS Must throw TypeError when calling without arguments
-PASS Simple test with paragraphs
-PASS Don't auto-create <body> when applied to <html>
-PASS <script>s should be run when appended to the document (but not before)
-FAIL createContextualFragment should work even when the context is <area> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'area', which is not supported.
-FAIL createContextualFragment should work even when the context is <base> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'base', which is not supported.
-FAIL createContextualFragment should work even when the context is <basefont> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'basefont', which is not supported.
-PASS createContextualFragment should work even when the context is <bgsound>
-FAIL createContextualFragment should work even when the context is <br> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'br', which is not supported.
-FAIL createContextualFragment should work even when the context is <col> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'col', which is not supported.
-FAIL createContextualFragment should work even when the context is <embed> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'embed', which is not supported.
-FAIL createContextualFragment should work even when the context is <frame> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'frame', which is not supported.
-FAIL createContextualFragment should work even when the context is <hr> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'hr', which is not supported.
-FAIL createContextualFragment should work even when the context is <img> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'img', which is not supported.
-FAIL createContextualFragment should work even when the context is <input> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'input', which is not supported.
-FAIL createContextualFragment should work even when the context is <keygen> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'keygen', which is not supported.
-FAIL createContextualFragment should work even when the context is <link> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'link', which is not supported.
-FAIL createContextualFragment should work even when the context is <meta> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'meta', which is not supported.
-FAIL createContextualFragment should work even when the context is <param> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'param', which is not supported.
-FAIL createContextualFragment should work even when the context is <source> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'source', which is not supported.
-FAIL createContextualFragment should work even when the context is <track> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'track', which is not supported.
-FAIL createContextualFragment should work even when the context is <wbr> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'wbr', which is not supported.
-FAIL createContextualFragment should work even when the context is <menuitem> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'menuitem', which is not supported.
-FAIL createContextualFragment should work even when the context is <image> Failed to execute 'createContextualFragment' on 'Range': The range's container is 'image', which is not supported.
-PASS <html> and <body> must work the same, 1
-PASS <html> and <body> must work the same, 2
-PASS Implicit <body> creation
-PASS Namespace generally shouldn't matter
-PASS <html> in a different namespace shouldn't be special
-PASS SVG namespace shouldn't be special
-PASS null should be stringified
-PASS undefined should be stringified
-PASS Text nodes shouldn't be special
-PASS Non-Element parent should not be special
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698