| Index: third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-first-manual.html
|
| diff --git a/third_party/WebKit/LayoutTests/fullscreen/model/remove-first.html b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-first-manual.html
|
| similarity index 84%
|
| copy from third_party/WebKit/LayoutTests/fullscreen/model/remove-first.html
|
| copy to third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-first-manual.html
|
| index 75458cb7a738f2bef187a513d1d1987e1aad5304..5873a1cfc62a9a5857b4e27f1b28d476d6832581 100644
|
| --- a/third_party/WebKit/LayoutTests/fullscreen/model/remove-first.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-first-manual.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <title>Remove the first element on the fullscreen element stack</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 id="first">
|
| <div id="last"></div>
|
|
|