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

Side by Side Diff: LayoutTests/fast/css/square-button-appearance.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> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 enablePixelTesting = true; 5 enablePixelTesting = true;
6 </script> 6 </script>
7 <script src="../fast/js/resources/js-test-pre.js"></script> 7 <script src="../resources/js-test.js"></script>
8 <style> 8 <style>
9 .squarebutton { 9 .squarebutton {
10 -webkit-appearance: square-button; 10 -webkit-appearance: square-button;
11 width: 100px; 11 width: 100px;
12 height: 100px; 12 height: 100px;
13 } 13 }
14 </style> 14 </style>
15 </head> 15 </head>
16 <body> 16 <body>
17 <!-- Test if square-button appearance is rendered properly. --> 17 <!-- Test if square-button appearance is rendered properly. -->
18 <div class="squarebutton"></div> 18 <div class="squarebutton"></div>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/sibling-selectors.html ('k') | LayoutTests/fast/css/sticky/parsing-position-sticky.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698