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

Side by Side Diff: third_party/WebKit/LayoutTests/dom/domparsing/namespaces-1.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 <title>DOMParser namespace support</title> 3 <title>DOMParser namespace support</title>
4 <script type="text/javascript"> 4 <script type="text/javascript">
5 function execute() 5 function execute()
6 { 6 {
7 if (window.testRunner) { 7 if (window.testRunner) {
8 testRunner.dumpAsText(); 8 testRunner.dumpAsText();
9 } 9 }
10 10
(...skipping 19 matching lines...) Expand all
30 <p id="id2">@@No result@@</p> 30 <p id="id2">@@No result@@</p>
31 <p>barfoo:bar element</p> 31 <p>barfoo:bar element</p>
32 <p id="id3">@@No result@@</p> 32 <p id="id3">@@No result@@</p>
33 <p>d element (empty namespace)</p> 33 <p>d element (empty namespace)</p>
34 <p id="id4">@@No result@@</p> 34 <p id="id4">@@No result@@</p>
35 <p>d element (null namespace)</p> 35 <p>d element (null namespace)</p>
36 <p id="id5">@@No result@@</p> 36 <p id="id5">@@No result@@</p>
37 37
38 </body> 38 </body>
39 </html> 39 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698