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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/domparsing/createContextualFragment-expected.txt

Issue 2623223003: Import wpt@82173128ef6f536e5faaafc29eecc521380f81ae (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 3 years, 11 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/wpt/domparsing/createContextualFragment-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/domparsing/createContextualFragment-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/domparsing/createContextualFragment-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0ed90516940594ed794958fdc0a13d8099d9f0c9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/domparsing/createContextualFragment-expected.txt
@@ -0,0 +1,38 @@
+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