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

Unified Diff: sky/tests/dom/document-child-mutations-expected.txt

Issue 732203004: Clean up child checks in ContainerNode. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: dry Created 6 years, 1 month 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: sky/tests/dom/document-child-mutations-expected.txt
diff --git a/sky/tests/dom/document-child-mutations-expected.txt b/sky/tests/dom/document-child-mutations-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7fba1ce8507473afdfd228c95ede52f6a2f4653f
--- /dev/null
+++ b/sky/tests/dom/document-child-mutations-expected.txt
@@ -0,0 +1,11 @@
+Running 7 tests
+ok 1 Document should allow replacing the document element
+ok 2 Document should allow replacing a text child with an element
+ok 3 Document should allow replacing the document element with text
+ok 4 Document should allow inserting text with a fragment
+ok 5 Document should allow replacing the document element with a fragment
+ok 6 Document should throw when inserting multiple elements
+ok 7 Document should throw when inserting multiple elements with a fragment
+7 tests
+7 pass
+0 fail

Powered by Google App Engine
This is Rietveld 408576698