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

Side by Side Diff: LayoutTests/fast/css/pseudo-required-optional-unapplied.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 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <style> 5 <style>
6 :required { 6 :required {
7 background-color: red; 7 background-color: red;
8 } 8 }
9 :optional { 9 :optional {
10 background-color: red; 10 background-color: red;
11 } 11 }
12 input, fieldset, legend, label, datalist, optgroup, option, keygen, output, mete r, progress { 12 input, fieldset, legend, label, datalist, optgroup, option, keygen, output, mete r, progress {
13 background-color: lime; 13 background-color: lime;
14 } 14 }
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 ]; 56 ];
57 57
58 var normalColor = 'rgb(0, 255, 0)'; 58 var normalColor = 'rgb(0, 255, 0)';
59 for (var i = 0; i < identifiers.length; i++) 59 for (var i = 0; i < identifiers.length; i++)
60 shouldBe('getBackgroundColor("' + identifiers[i] + '")', 'normalColor'); 60 shouldBe('getBackgroundColor("' + identifiers[i] + '")', 'normalColor');
61 61
62 document.getElementById('victims').innerHTML = ''; 62 document.getElementById('victims').innerHTML = '';
63 </script> 63 </script>
64 </body> 64 </body>
65 </html> 65 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/pseudo-required-optional-005.html ('k') | LayoutTests/fast/css/pseudo-target-indirect-sibling-001.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698