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

Side by Side Diff: LayoutTests/fast/forms/fieldset/fieldset-disabled.html

Issue 49063011: Delete js-test-style.css. js-test-pre.js injects the CSS it needs now. (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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css">
5 <script src="../../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../../fast/js/resources/js-test-pre.js"></script>
6 <style type="text/css"> 5 <style type="text/css">
7 input { 6 input {
8 background:rgb(255,255,100); 7 background:rgb(255,255,100);
9 } 8 }
10 input:disabled { 9 input:disabled {
11 background:rgb(255,0,0); 10 background:rgb(255,0,0);
12 } 11 }
13 </style> 12 </style>
14 </head> 13 </head>
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 293
295 document.body.removeChild(document.getElementsByTagName('form')[0]); 294 document.body.removeChild(document.getElementsByTagName('form')[0]);
296 document.body.removeChild(fieldSet); 295 document.body.removeChild(fieldSet);
297 document.body.removeChild(outerFieldSet); 296 document.body.removeChild(outerFieldSet);
298 document.body.removeChild(legendFieldSet); 297 document.body.removeChild(legendFieldSet);
299 var successfullyParsed = true; 298 var successfullyParsed = true;
300 </script> 299 </script>
301 300
302 </body> 301 </body>
303 </html> 302 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/filesystem/simple-required-arguments-remove.html ('k') | LayoutTests/fast/forms/form-dirname-attribute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698