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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/xmlserializer-serialize-to-string-exception-expected.txt

Issue 2667303004: Move tests for DOMParser and XMLSerializer to dom/domparsing/. (Closed)
Patch Set: 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/fast/dom/xmlserializer-serialize-to-string-exception-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/xmlserializer-serialize-to-string-exception-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/xmlserializer-serialize-to-string-exception-expected.txt
deleted file mode 100644
index 3ceb7e36f62d1d4fdb57d389979a415198b98a9d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/xmlserializer-serialize-to-string-exception-expected.txt
+++ /dev/null
@@ -1,51 +0,0 @@
-This tests XMLSerializer.serializeToString() throwing exception when node value is invalid and passing otherwise.
-
-1. Verifying XMLSerializer.serializeToString() should THROW exception with no argument
-Exception thrown = [TypeError: Failed to execute 'serializeToString' on 'XMLSerializer': 1 argument required, but only 0 present.]
-PASS
-
-2. Verifying XMLSerializer.serializeToString() should THROW exception with argument null
-Exception thrown = [TypeError: Failed to execute 'serializeToString' on 'XMLSerializer': parameter 1 is not of type 'Node'.]
-PASS
-
-3. Verifying XMLSerializer.serializeToString() should THROW exception with argument undefined
-Exception thrown = [TypeError: Failed to execute 'serializeToString' on 'XMLSerializer': parameter 1 is not of type 'Node'.]
-PASS
-
-4. Verifying XMLSerializer.serializeToString() should THROW exception with argument <html><title>Hello World</title></html>
-Exception thrown = [TypeError: Failed to execute 'serializeToString' on 'XMLSerializer': parameter 1 is not of type 'Node'.]
-PASS
-
-5. Verifying XMLSerializer.serializeToString() should THROW exception with argument [object HTMLCollection]
-Exception thrown = [TypeError: Failed to execute 'serializeToString' on 'XMLSerializer': parameter 1 is not of type 'Node'.]
-PASS
-
-6. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with argument [object HTMLDocument]
-PASS
-
-7. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with argument [object HTMLHtmlElement]
-PASS
-
-8. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with argument [object HTMLHtmlElement]
-PASS
-
-9. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with argument [object HTMLDivElement]
-PASS
-
-10. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with argument [object HTMLHeadingElement]
-PASS
-
-11. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with argument [object HTMLUnknownElement]
-PASS
-
-12. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with argument [object HTMLDocument]
-PASS
-
-13. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with argument [object HTMLHtmlElement]
-PASS
-
-14. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with argument [object XMLDocument]
-PASS
-
-15. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with argument [object Element]
-PASS

Powered by Google App Engine
This is Rietveld 408576698