| Index: third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur.html b/third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur.html
|
| index 73bab3a5d33d7953e771b791ed916ec4eccc1425..886c98e05530a3721961139b0584c297f506f87a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur.html
|
| @@ -73,11 +73,11 @@ function test2() {
|
| }
|
|
|
| function test3() {
|
| - focusShouldNotChange2('data:text/html,<script>opener.focus();opener.postMessage("", "*");<\/script>', test4);
|
| + focusShouldNotChange2('resources/mozilla-focus-blur-popup-opener-focus.html', test4);
|
| }
|
|
|
| function test4() {
|
| - focusShouldNotChange2('data:text/html,<script>blur();opener.postMessage("", "*");<\/script>', test5);
|
| + focusShouldNotChange2('resources/mozilla-focus-blur-popup-blur.html', test5);
|
| }
|
|
|
| function test5()
|
|
|