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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/tracing/resources/timeline-iframe-with-style.html
diff --git a/LayoutTests/inspector/tracing/resources/timeline-iframe-with-style.html b/LayoutTests/inspector/tracing/resources/timeline-iframe-with-style.html
index 78651bd1c9b922e2fc22b53b342795b0119f4ede..49ab68107fc1cdff7f7370dc427746f26b7c79b5 100644
--- a/LayoutTests/inspector/tracing/resources/timeline-iframe-with-style.html
+++ b/LayoutTests/inspector/tracing/resources/timeline-iframe-with-style.html
@@ -4,6 +4,10 @@
.testHolder > .green { background-color: green; }
.testHolder > .blue { background-color: blue; }
.testHolder > .snow { background-color: snow; }
+ .testHolder > .red .dummy { }
+ .testHolder > .green .dummy { }
+ .testHolder > .blue .dummy { }
+ .testHolder > .snow .dummy { }
</style>
<body>
<div class="testHolder">
« 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