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

Unified Diff: LayoutTests/fast/repaint/bugzilla-6388.html

Issue 160903002: Move RenderLayer repainting to repaint-after-layout framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/rendering/RenderBlock.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/bugzilla-6388.html
diff --git a/LayoutTests/fast/repaint/bugzilla-6388.html b/LayoutTests/fast/repaint/bugzilla-6388.html
index 00906e689089a765cbf37d1233d6cd7939814f7c..ba461c94d59ceaada3c340197b1699c3aa4c9620 100644
--- a/LayoutTests/fast/repaint/bugzilla-6388.html
+++ b/LayoutTests/fast/repaint/bugzilla-6388.html
@@ -21,10 +21,10 @@ The blue square will change to green.
The blue square will NOT change to green.
</p>
-<div style="width: 100px; height: 100px; overflow: hidden; position: relative">
+<div id="relative" style="width: 100px; height: 100px; overflow: hidden; position: relative">
<div id="outside" style="position:absolute; width: 0; height: 0;">
- <div style="width: 200px; height: 100px; position: absolute; background: green;">
- <div style="width: 100px; height: 100px; background: blue;"></div>
+ <div id="green" style="width: 200px; height: 100px; position: absolute; background: green;">
+ <div id="blue" style="width: 100px; height: 100px; background: blue;"></div>
Julien - ping for review 2014/03/04 18:22:10 These new ids are not needed for the test so they
dsinclair 2014/03/04 19:21:52 Done.
</div>
</div>
</div>
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/rendering/RenderBlock.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698