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

Side by Side Diff: LayoutTests/fast/innerHTML/innerHTML-special-elements.html

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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 <div id="hidden" style="visibility: hidden"> 6 <div id="hidden" style="visibility: hidden">
7 <script id="script">/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&# 160;"'&<> */</script> 7 <script id="script">/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&# 160;"'&<> */</script>
8 <style id="style">/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&#16 0;"'&<> */</style> 8 <style id="style">/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&#16 0;"'&<> */</style>
9 <textarea id="textarea">/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#6 2;&#160;"'&<> */</textarea> 9 <textarea id="textarea">/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#6 2;&#160;"'&<> */</textarea>
10 <xmp id="xmp">/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&#160;"' &<> */</xmp> 10 <xmp id="xmp">/*&quot;&apos;&amp;&lt;&gt;&nbsp;&#34;&#39;&#38;&#60;&#62;&#160;"' &<> */</xmp>
(...skipping 17 matching lines...) Expand all
28 28
29 function outerHTML(textnode) { 29 function outerHTML(textnode) {
30 return document.getElementById(textnode).outerHTML; 30 return document.getElementById(textnode).outerHTML;
31 } 31 }
32 32
33 for (var i in tests) { 33 for (var i in tests) {
34 shouldBe(tests[i][0], tests[i][1]); 34 shouldBe(tests[i][0], tests[i][1]);
35 } 35 }
36 36
37 </script> 37 </script>
38 <script src="../js/resources/js-test-post.js"></script>
39 </body> 38 </body>
40 </html> 39 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/inline/inline-relative-offset-boundingbox.html ('k') | LayoutTests/fast/innerHTML/innerHTML-svg-read.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698