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

Side by Side Diff: third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-serialize-to-string-exception.html

Issue 2667303004: Move tests for DOMParser and XMLSerializer to dom/domparsing/. (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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 .failed { 4 .failed {
5 color: red; 5 color: red;
6 font-weight: bold; 6 font-weight: bold;
7 } 7 }
8 8
9 .passed { 9 .passed {
10 color: green; 10 color: green;
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 shouldNOTThrowException(xmlDoc); 97 shouldNOTThrowException(xmlDoc);
98 shouldNOTThrowException(xmlDoc.lastChild); 98 shouldNOTThrowException(xmlDoc.lastChild);
99 } 99 }
100 </script> 100 </script>
101 </head> 101 </head>
102 <body onload="runTest();"> 102 <body onload="runTest();">
103 This tests XMLSerializer.serializeToString() throwing exception when node value is invalid and passing otherwise. 103 This tests XMLSerializer.serializeToString() throwing exception when node value is invalid and passing otherwise.
104 <h1 id="heading"/> 104 <h1 id="heading"/>
105 </body> 105 </body>
106 </html> 106 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698