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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/offset-change-wrong-invalidation-with-float.html

Issue 1972273002: Let repaint tests test pixels by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="resources/text-based-repaint.js"></script> 4 <script src="resources/repaint.js"></script>
5 <style> 5 <style>
6 #menu { 6 #menu {
7 float: left; 7 float: left;
8 position: relative; 8 position: relative;
9 } 9 }
10 10
11 #watches { 11 #watches {
12 float: left; 12 float: left;
13 transform: scale(1,1); 13 transform: scale(1,1);
14 } 14 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 window.requestAnimationFrame(function() { 52 window.requestAnimationFrame(function() {
53 submenu.style.top = "50px"; 53 submenu.style.top = "50px";
54 window.requestAnimationFrame(function() { 54 window.requestAnimationFrame(function() {
55 runRepaintTest(); 55 runRepaintTest();
56 }); 56 });
57 }); 57 });
58 </script> 58 </script>
59 59
60 </body> 60 </body>
61 </html> 61 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698