| Index: third_party/WebKit/LayoutTests/fast/css/invalidation/explicit-inheritance-flag.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/explicit-inheritance-flag.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/explicit-inheritance-flag.html
|
| index c565fa52e70200a9948bf49648a7eb2faaca2295..443a94148395ddd1af032c479f9814ae912c2654 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/invalidation/explicit-inheritance-flag.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/explicit-inheritance-flag.html
|
| @@ -16,13 +16,13 @@ root.className = "root2";
|
|
|
| // No inheritance neede but explicitlInheritance needs to be set.
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "1");
|
|
|
| root.offsetTop; // force recalc
|
| root.className = "root3";
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "2");
|
|
|
| shouldBeEqualToString("getComputedStyle(root.querySelector('span')).maxHeight", "100px");
|
| </script>
|
|
|