| Index: third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html
|
| index f7992b9a75e0752879ce204eab72b3b9cf0602a2..3ad9ddb3a7cef45f696d6d4070629746433e32fd 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html
|
| @@ -36,13 +36,13 @@ document.body.offsetLeft; // force style recalc.
|
|
|
| document.getElementById("t1").className = "t1";
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "1");
|
| shouldBe("getComputedStyle(match1, null).backgroundColor", "green");
|
|
|
| document.body.offsetLeft; // force style recalc.
|
|
|
| document.getElementById("t2").className = "t2";
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "1");
|
| shouldBe("getComputedStyle(match2, null).backgroundColor", "green");
|
| </script>
|
|
|