| Index: third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html
|
| index 849fe4e7d067899ba38d2ed9815d43a491404757..23fcba4892209f43ddb46bf58a1f663b8a7d7b1e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html
|
| @@ -37,7 +37,7 @@ var i1 = host1.shadowRoot.getElementById("i1");
|
| i1.className = "c1";
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "5");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "5");
|
|
|
| shouldBe("getComputedStyle(r1, null).backgroundColor", "green");
|
|
|
| @@ -48,7 +48,7 @@ var i2 = host2.shadowRoot.getElementById("i2");
|
| i2.className = "c2";
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "3");
|
|
|
| shouldBe("getComputedStyle(r2, null).backgroundColor", "green");
|
|
|
| @@ -59,7 +59,7 @@ var i3 = host3.shadowRoot.getElementById("i3");
|
| i3.className = "c3";
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "1");
|
|
|
| shouldBe("getComputedStyle(r3, null).backgroundColor", "green");
|
|
|
|
|