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"); |