| Index: third_party/WebKit/LayoutTests/external/wpt/html/resources/common.js
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/resources/common.js b/third_party/WebKit/LayoutTests/external/wpt/html/resources/common.js
|
| index 273f3a47be6707f3722922e34bcb272889636003..236a65fd85d0b36e77950f4e7b66b456a1b16973 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/html/resources/common.js
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/html/resources/common.js
|
| @@ -61,6 +61,7 @@
|
| }
|
|
|
| var iframe = document.createElement('iframe');
|
| + iframe.style.display = 'none';
|
|
|
| if (typeof (src) != 'undefined') {
|
| iframe.src = src;
|
|
|