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

Unified Diff: LayoutTests/fast/css/invalidation/full-page-media.html

Issue 1349543004: CSS: Avoid invalidating style when only descendants need updating (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: invalidatesSelf Created 5 years, 3 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
Index: LayoutTests/fast/css/invalidation/full-page-media.html
diff --git a/LayoutTests/fast/css/invalidation/full-page-media.html b/LayoutTests/fast/css/invalidation/full-page-media.html
index 8e5952b68b840302b7e6139d08c571cbd9c74eeb..401e6e27879ff464843f08200f92945257df9d11 100644
--- a/LayoutTests/fast/css/invalidation/full-page-media.html
+++ b/LayoutTests/fast/css/invalidation/full-page-media.html
@@ -28,7 +28,7 @@ inner.offsetTop; // force recalc
outer.className = "outer";
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
shouldBe("getComputedStyle(inner).backgroundColor", "green");
</script>
« no previous file with comments | « LayoutTests/fast/css/invalidation/compound.html ('k') | LayoutTests/fast/css/invalidation/full-page-media-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698