Index: third_party/WebKit/LayoutTests/fast/dom/Window/resources/file-origin-window-open-frame.html |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/resources/file-origin-window-open-frame.html b/third_party/WebKit/LayoutTests/fast/dom/Window/resources/file-origin-window-open-frame.html |
index e43614e125ac3bbf7a8dc21f8b6769b9a4e322b2..1ba5f52df15107b075ad211654cc62746815abed 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/resources/file-origin-window-open-frame.html |
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/resources/file-origin-window-open-frame.html |
@@ -8,5 +8,5 @@ window.addEventListener('message', function () { |
} |
top.postMessage(exc ? '' + exc : null, '*'); |
}); |
-newWindow = window.open('data:text/html,<script>opener.postMessage("runTest","*");</scr' + 'ipt>'); |
+newWindow = window.open('file-origin-window-open-popup.html'); |
</script> |