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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/outline-become-affected-by-descendant.html

Issue 2669003002: Optimize outline paint invalidation (Closed)
Patch Set: - Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div id="outline" style="outline: auto; width: 100px; height: 100px">
3 <div id="child" style="width: 50px; height: 50px; background-color: red"></div >
4 </div>
5 <script src="resources/text-based-repaint.js"></script>
6 <script>
7 function repaintTest() {
8 child.style.width = '150px';
9 }
10 onload = runRepaintTest;
11 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698