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

Unified Diff: LayoutTests/fast/css/invalidation/fullscreen.html

Issue 788073004: Replace RenderFullscreen with top layer - Take II (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated after review comments. Created 6 years 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/fullscreen.html
diff --git a/LayoutTests/fast/css/invalidation/fullscreen.html b/LayoutTests/fast/css/invalidation/fullscreen.html
index bae172654a722be05c7dbad2c4f0b23806cee89a..de4a347af38d20d0089399a812a5624854f29690 100644
--- a/LayoutTests/fast/css/invalidation/fullscreen.html
+++ b/LayoutTests/fast/css/invalidation/fullscreen.html
@@ -38,7 +38,7 @@ function runTests() {
testRoot.offsetTop; // force recalc
testRoot.className = "t1";
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3");
shouldBe("getComputedStyle(full).backgroundColor", "green");
shouldBe("getComputedStyle(ancestor).backgroundColor", "red");
« no previous file with comments | « no previous file | LayoutTests/fast/css/invalidation/fullscreen-expected.txt » ('j') | Source/core/css/fullscreen.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698