| Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-parent-manual.html
|
| diff --git a/third_party/WebKit/LayoutTests/fullscreen/model/remove-parent.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-parent-manual.html
|
| similarity index 78%
|
| copy from third_party/WebKit/LayoutTests/fullscreen/model/remove-parent.html
|
| copy to third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-parent-manual.html
|
| index 540fae607106c1b2f6f0a436fbb1129c1f6bd653..74327637ee958b5a481b4dc1c1d61dce7e47afcf 100644
|
| --- a/third_party/WebKit/LayoutTests/fullscreen/model/remove-parent.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-parent-manual.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <title>Remove the parent of the fullscreen element</title>
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="../../resources/testharnessreport.js"></script>
|
| -<script src="../trusted-event.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| +<script src="../trusted-click.js"></script>
|
| <div id="log"></div>
|
| <div>
|
| <div id="child"></div>
|
|
|