| Index: third_party/WebKit/LayoutTests/http/tests/webfont/css-change-in-swap-period.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/webfont/css-change-in-swap-period.html b/third_party/WebKit/LayoutTests/http/tests/webfont/css-change-in-swap-period.html
|
| index ea00bc20b148fe5195f38eb84d09b4492ff47e1e..ac68b8686f11016003c4c52f69b40645d077cfb8 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/webfont/css-change-in-swap-period.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/webfont/css-change-in-swap-period.html
|
| @@ -19,6 +19,10 @@ if (window.testRunner)
|
| testRunner.waitUntilDone();
|
|
|
| window.onload = function() {
|
| + setTimeout(runTest, 0);
|
| +};
|
| +
|
| +function runTest() {
|
| document.getElementById('test').classList.add('test');
|
| setTimeout(function() {
|
| var newStyle = document.createElement('style');
|
|
|