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

Side by Side Diff: LayoutTests/fast/html/disable-style-element.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../fast/js/resources/js-test-pre.js"></script>
5 <style> 5 <style>
6 .test { 6 .test {
7 color: red; 7 color: red;
8 } 8 }
9 </style> 9 </style>
10 <style id="non-css" type="foo/bar"></style> 10 <style id="non-css" type="foo/bar"></style>
11 <style id="s"> 11 <style id="s">
12 .test { 12 .test {
13 color: green; 13 color: green;
14 } 14 }
15 </style> 15 </style>
16 </head> 16 </head>
17 <body> 17 <body>
18 <script src="script-tests/disable-style-element.js"></script> 18 <script src="script-tests/disable-style-element.js"></script>
19 <script src="../../fast/js/resources/js-test-post.js"></script>
20 </body> 19 </body>
21 </html> 20 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/clone-range.html ('k') | LayoutTests/fast/html/eventhandler-attribute-non-callable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698