| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html
|
| index 03646b2f908bc0f3f47b00ec717d390d77d9c221..5e015ce98d2e56912d47d2b208bc4d6bf98e8270 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html
|
| @@ -4,8 +4,8 @@
|
| <link rel="author" title="Intel" href="http://www.intel.com/">
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#attr-iframe-sandbox">
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-iframe-element">
|
| -<script src="../../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
|
|
| <iframe id="testIframe" src="support/sandbox_allow_script.html" sandbox="allow-same-origin" style="display:none"></iframe>
|
| <div id="log"></div>
|
|
|