| Index: third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html b/third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html
|
| index 8c270c84fda39b79006fb6b2d05ed4f0f34cbf72..e07cf017392cc2c917e73b5da43331911eb5a8c2 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html
|
| @@ -27,7 +27,7 @@
|
| debug("Verifying layout hasn't been triggered");
|
| shouldBe("internals.needsLayoutCount()", "3");
|
| debug("But style update was");
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "0");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "0");
|
|
|
| document.documentElement.style.overflow = "scroll";
|
|
|
|
|