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

Side by Side Diff: LayoutTests/inspector/tracing/resources/timeline-iframe-with-style.html

Issue 946993002: Avoid style invalidation for empty sets. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added dummy selectors to tests to force descendant invalidation Created 5 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
« no previous file with comments | « no previous file | LayoutTests/inspector/tracing/timeline-paint-and-multiple-style-invalidations.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <style> 2 <style>
3 .testHolder > .red { background-color: red; } 3 .testHolder > .red { background-color: red; }
4 .testHolder > .green { background-color: green; } 4 .testHolder > .green { background-color: green; }
5 .testHolder > .blue { background-color: blue; } 5 .testHolder > .blue { background-color: blue; }
6 .testHolder > .snow { background-color: snow; } 6 .testHolder > .snow { background-color: snow; }
7 .testHolder > .red .dummy { }
8 .testHolder > .green .dummy { }
9 .testHolder > .blue .dummy { }
10 .testHolder > .snow .dummy { }
7 </style> 11 </style>
8 <body> 12 <body>
9 <div class="testHolder"> 13 <div class="testHolder">
10 <div id="testElementOne">One</div> 14 <div id="testElementOne">One</div>
11 <div id="testElementTwo">Two</div> 15 <div id="testElementTwo">Two</div>
12 <div id="testElementThree">Three!</div> 16 <div id="testElementThree">Three!</div>
13 </div> 17 </div>
14 </body> 18 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/tracing/timeline-paint-and-multiple-style-invalidations.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698