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

Side by Side Diff: LayoutTests/fast/innerHTML/innerHTML-xml.xhtml

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 <style> 5 <style>
6 </style> 6 </style>
7 </head> 7 </head>
8 <body> 8 <body>
9 <svg xmlns="http://www.w3.org/2000/svg"></svg> 9 <svg xmlns="http://www.w3.org/2000/svg"></svg>
10 <bar xmlns="http://test/foo"></bar> 10 <bar xmlns="http://test/foo"></bar>
(...skipping 30 matching lines...) Expand all
41 41
42 namespaces.forEach(function(ns) { 42 namespaces.forEach(function(ns) {
43 elementnames.forEach(function(elementname) { 43 elementnames.forEach(function(elementname) {
44 texts.forEach(function(text) { 44 texts.forEach(function(text) {
45 g(ns, elementname, text, "append"); 45 g(ns, elementname, text, "append");
46 g(ns, elementname, text, "select"); 46 g(ns, elementname, text, "select");
47 }); 47 });
48 }); 48 });
49 }); 49 });
50 </script> 50 </script>
51 <script src="../js/resources/js-test-post.js"></script>
52 </body> 51 </body>
53 </html> 52 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/innerHTML/innerHTML-uri-resolution.html ('k') | LayoutTests/fast/js/JSON-parse.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698