| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/import-rule-in-shadow-tree-needs-document-style-recalc.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/import-rule-in-shadow-tree-needs-document-style-recalc.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/import-rule-in-shadow-tree-needs-document-style-recalc.html
|
| index 61adfc0a8ecec1cbf24cd5dc4c97590aed098956..958da618ef0ee0e17f7b41a6c8fdddd0261e96bb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/import-rule-in-shadow-tree-needs-document-style-recalc.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/import-rule-in-shadow-tree-needs-document-style-recalc.html
|
| @@ -23,9 +23,9 @@ onload = function() {
|
|
|
| // Force style recalc before sheetLoaded here.
|
| // document.body.offset is slow. It causes style recalc after sheetLoaded.
|
| - // Instead, use internals.updateStyleAndReturnAffectedElementCount
|
| + // Instead, use internals.updateStyleAndLayoutAndReturnAffectedElementCount
|
| // (to emulate @import's network delay).
|
| - internals.updateStyleAndReturnAffectedElementCount();
|
| + internals.updateStyleAndLayoutAndReturnAffectedElementCount();
|
|
|
| if (window.testRunner)
|
| testRunner.waitUntilDone();
|
|
|