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

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

Issue 715623004: Merge 185075 "Revert paint-invalidation-container ASSERT" (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2171/
Patch Set: Created 6 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 src="resources/text-based-repaint.js"></script> 4 <script src="resources/text-based-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
(...skipping 41 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698