| 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 236a65fd85d0b36e77950f4e7b66b456a1b16973..273f3a47be6707f3722922e34bcb272889636003 100644
 | 
| --- a/third_party/WebKit/LayoutTests/external/wpt/html/resources/common.js
 | 
| +++ b/third_party/WebKit/LayoutTests/external/wpt/html/resources/common.js
 | 
| @@ -61,7 +61,6 @@ function newIFrame(context, src) {
 | 
|      }
 | 
|  
 | 
|      var iframe = document.createElement('iframe');
 | 
| -    iframe.style.display = 'none';
 | 
|  
 | 
|      if (typeof (src) != 'undefined') {
 | 
|          iframe.src = src;
 | 
| 
 |