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

Side by Side Diff: LayoutTests/fast/repaint/background-size-auto-with-gradient-and-height-changes.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 <html> 1 <html>
2 <head> 2 <head>
3 <script>jsTestIsAsync = true;</script> 3 <script>jsTestIsAsync = true;</script>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 5
6 <style> 6 <style>
7 #outer { 7 #outer {
8 padding-top: 200px; 8 padding-top: 200px;
9 background: -webkit-gradient( 9 background: -webkit-gradient(
10 linear, 10 linear,
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 } 47 }
48 </script> 48 </script>
49 </head> 49 </head>
50 50
51 <body onload='start();'> 51 <body onload='start();'>
52 <div id='outer'> 52 <div id='outer'>
53 <div id='inner'> 53 <div id='inner'>
54 </div> 54 </div>
55 </div> 55 </div>
56 </body> 56 </body>
57 <script src="../js/resources/js-test-post.js"></script>
58 </html> 57 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698