Index: third_party/WebKit/LayoutTests/fast/css/invalidation/fullscreen.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/fullscreen.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/fullscreen.html |
index c8bb4c89eb2d807ccdbce16288406069bbe056c0..77f0e2d05863faa2c10dcb789f55683175b7455d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/fullscreen.html |
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/fullscreen.html |
@@ -34,7 +34,7 @@ function runTests() { |
testRoot.offsetTop; // force recalc |
testRoot.className = "t1"; |
if (window.internals) |
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1"); |
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2"); |
shouldBe("getComputedStyle(full).backgroundColor", "green"); |
shouldBe("getComputedStyle(ancestor).backgroundColor", "red"); |