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

Side by Side Diff: LayoutTests/fast/css/pseudo-valid-unapplied.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 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="../js/resources/js-test-pre.js"></script>
5 <style> 5 <style>
6 :valid { background: red; } 6 :valid { background: red; }
7 :invalid { background: red; } 7 :invalid { background: red; }
8 input { background: lime; } 8 input { background: lime; }
9 fieldset { background: lime; } 9 fieldset { background: lime; }
10 object { background: lime; } 10 object { background: lime; }
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "meter", 57 "meter",
58 "option", 58 "option",
59 ]; 59 ];
60 60
61 var normalColor = "rgb(0, 255, 0)"; 61 var normalColor = "rgb(0, 255, 0)";
62 for (var i = 0; i < names.length; i++) 62 for (var i = 0; i < names.length; i++)
63 shouldBe("getBackgroundColor('" + names[i] + "')", "normalColor"); 63 shouldBe("getBackgroundColor('" + names[i] + "')", "normalColor");
64 64
65 document.forms[0].style.display = 'none'; 65 document.forms[0].style.display = 'none';
66 </script> 66 </script>
67 <script src="../js/resources/js-test-post.js"></script>
68 </body> 67 </body>
69 </html> 68 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/pseudo-valid-dynamic.html ('k') | LayoutTests/fast/css/remove-attribute-style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698