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

Side by Side Diff: LayoutTests/fast/js/missing-style-end-tag-js.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 <style> 3 <style>
4 .different { color: #0000ff; } 4 .different { color: #0000ff; }
5 <script> 5 <script>
6 if (window.testRunner) { 6 if (window.testRunner) {
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 testRunner.dumpPixels(); 8 testRunner.dumpPixels();
9 } 9 }
10 </script> 10 </script>
11 <script src="resources/js-test-pre.js"></script> 11 <script src="../../resources/js-test.js"></script>
12 </head> 12 </head>
13 <body> 13 <body>
14 <script> 14 <script>
15 description('This test checks that the first &lt;script&gt; tag after an unclose d &lt;style&gt; tag is parsed correctly. Early versions of the patch for <a hre f="https://bugs.webkit.org/show_bug.cgi?id=6314">Bugzilla Bug 6314</a> did not r eset a state variable properly, causing the first &lt;script&gt;&lt;/script&gt; tag in the document to contain everything after the &lt;style&gt; tag. <p class= "different">This text should also be blue.</p>'); 15 description('This test checks that the first &lt;script&gt; tag after an unclose d &lt;style&gt; tag is parsed correctly. Early versions of the patch for <a hre f="https://bugs.webkit.org/show_bug.cgi?id=6314">Bugzilla Bug 6314</a> did not r eset a state variable properly, causing the first &lt;script&gt;&lt;/script&gt; tag in the document to contain everything after the &lt;style&gt; tag. <p class= "different">This text should also be blue.</p>');
16 </script> 16 </script>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/lastModified.html ('k') | LayoutTests/fast/js/missing-title-end-tag-js.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698