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

Side by Side Diff: LayoutTests/fast/repaint/change-height-width.html

Issue 204843002: Reduce invalidation on children-needs-layout containers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated patch after Levi's comment + the bots failures Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="resources/text-based-repaint.js"></script>
3 <script>
4 function repaintTest()
5 {
6 resize.style.height = "100px";
7 resize.style.width = "100px";
8 }
9 window.addEventListener("load", runRepaintTest, false);
10 </script>
11 <body>
12 <div>This test checks how much invalidation is generated when we change heig ht and width.</div>
13 <div style="height: 200px; width: 200px; background-color: turquoise;" id="r esize"></div>
14 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698