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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/slider-thumb-float.html

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 years, 3 months 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 4
5 input { 5 input {
6 float: left; 6 float: left;
7 -webkit-appearance: none; 7 -webkit-appearance: none;
8 background-color: Red; 8 background-color: Red;
9 height: 10px; 9 height: 10px;
10 width: 100px; 10 width: 100px;
(...skipping 30 matching lines...) Expand all
41 { 41 {
42 clickAndDrag(document.getElementById('slider')); 42 clickAndDrag(document.getElementById('slider'));
43 } 43 }
44 44
45 </script> 45 </script>
46 </head> 46 </head>
47 <body onload="runTest()"> 47 <body onload="runTest()">
48 <input id="slider" type="range" value="0"> 48 <input id="slider" type="range" value="0">
49 </body> 49 </body>
50 </html> 50 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698