Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/cross-document/002.html |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/cross-document/002.html b/third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/cross-document/002.html |
| index b783dc62357ff3ceac651df939f930cccd5fd232..7b48d3e16ecfd361a4649855e4025d36c02acca2 100644 |
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/cross-document/002.html |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/cross-document/002.html |
| @@ -21,4 +21,5 @@ window.onload = function() { |
| <div draggable="true"></div> |
| <p><iframe height="300" width="500"></iframe></p> |
| -<script> |
| +<script>document.getElementsByTagName("iframe")[0].src = crossOriginUrl("www", "001-1.html"); |
|
jsbell
2016/11/08 20:58:20
Filed https://github.com/w3c/web-platform-tests/is
|
| +<noscript><p>Enable JavaScript and reload</p></noscript> |