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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-select-overflow.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> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
6 <script src="../../js/resources/js-test-pre.js"></script> 5 <script src="../../js/resources/js-test-pre.js"></script>
7 </head> 6 </head>
8 <body> 7 <body>
9 <p>Test computed style for the overflow property of select element</p> 8 <p>Test computed style for the overflow property of select element</p>
10 <div id="console"></div> 9 <div id="console"></div>
11 10
12 <div id="test"> 11 <div id="test">
13 <select id="wut" name="wut" size="8"> 12 <select id="wut" name="wut" size="8">
14 <option value="1">One</option> 13 <option value="1">One</option>
15 <option value="2">Two</option> 14 <option value="2">Two</option>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 46
48 shouldBe("computedInheritedOverflowStyle('inherit', 'overflow-x')", "'scroll'"); 47 shouldBe("computedInheritedOverflowStyle('inherit', 'overflow-x')", "'scroll'");
49 shouldBe("computedInheritedOverflowStyle('inherit', 'overflow-y')", "'scroll'"); 48 shouldBe("computedInheritedOverflowStyle('inherit', 'overflow-y')", "'scroll'");
50 49
51 50
52 var successfullyParsed = true; 51 var successfullyParsed = true;
53 52
54 </script> 53 </script>
55 </body> 54 </body>
56 </html> 55 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/content-language-with-whitespace.html ('k') | LayoutTests/fast/css/lang-mapped-to-webkit-locale.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698