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

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

Issue 58533003: Move fast/js/resources files to resources. (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="../../resources/js-test.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>
11 </div> 11 </div>
12 <script> 12 <script>
13 description("Tests that accessing the innerHTML property of a text node encodes harmful entities which can result in cross site scripting."); 13 description("Tests that accessing the innerHTML property of a text node encodes harmful entities which can result in cross site scripting.");
(...skipping 16 matching lines...) Expand all
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 </body> 38 </body>
39 </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