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

Side by Side Diff: LayoutTests/fast/js/missing-title-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><title>title 2 <head><title>title
3 <script> 3 <script>
4 </script> 4 </script>
5 <script src="resources/js-test-pre.js"></script> 5 <script src="../../resources/js-test.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <script> 8 <script>
9 description('This test checks that the first &lt;script&gt; tag after an unclose d &lt;title&gt; tag is parsed correctly. Early versions of the patch for <a hre f="https://bugs.webkit.org/show_bug.cgi?id=3905">Bugzilla Bug 3905</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;title&gt; tag.'); 9 description('This test checks that the first &lt;script&gt; tag after an unclose d &lt;title&gt; tag is parsed correctly. Early versions of the patch for <a hre f="https://bugs.webkit.org/show_bug.cgi?id=3905">Bugzilla Bug 3905</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;title&gt; tag.');
10 </script> 10 </script>
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/missing-style-end-tag-js.html ('k') | LayoutTests/fast/js/navigator-language.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698