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

Side by Side Diff: LayoutTests/fast/dom/xmlserializer-serialize-to-string-exception-expected.txt

Issue 144063004: Add support for DOM4's XMLDocument interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove FIXME about XMLDocument.load() Created 6 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 unified diff | Download patch
OLDNEW
1 This tests XMLSerializer.serializeToString() throwing exception when node value is invalid and passing otherwise. 1 This tests XMLSerializer.serializeToString() throwing exception when node value is invalid and passing otherwise.
2 2
3 1. Verifying XMLSerializer.serializeToString() should THROW exception with node value = null 3 1. Verifying XMLSerializer.serializeToString() should THROW exception with node value = null
4 Exception thrown = [TypeError: Failed to execute 'serializeToString' on 'XMLSeri alizer': Invalid node value.] 4 Exception thrown = [TypeError: Failed to execute 'serializeToString' on 'XMLSeri alizer': Invalid node value.]
5 PASS 5 PASS
6 6
7 2. Verifying XMLSerializer.serializeToString() should THROW exception with node value = undefined 7 2. Verifying XMLSerializer.serializeToString() should THROW exception with node value = undefined
8 Exception thrown = [TypeError: Failed to execute 'serializeToString' on 'XMLSeri alizer': Invalid node value.] 8 Exception thrown = [TypeError: Failed to execute 'serializeToString' on 'XMLSeri alizer': Invalid node value.]
9 PASS 9 PASS
10 10
(...skipping 22 matching lines...) Expand all
33 33
34 10. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with node value = [object HTMLUnknownElement] 34 10. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with node value = [object HTMLUnknownElement]
35 PASS 35 PASS
36 36
37 11. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with node value = [object HTMLDocument] 37 11. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with node value = [object HTMLDocument]
38 PASS 38 PASS
39 39
40 12. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with node value = [object HTMLHtmlElement] 40 12. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with node value = [object HTMLHtmlElement]
41 PASS 41 PASS
42 42
43 13. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with node value = [object Document] 43 13. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with node value = [object XMLDocument]
44 PASS 44 PASS
45 45
46 14. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with node value = [object Element] 46 14. Verifying XMLSerializer.serializeToString() should NOT-THROW exception with node value = [object Element]
47 PASS 47 PASS
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/wrapper-classes-expected.txt ('k') | LayoutTests/http/tests/security/cross-frame-access-put-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698