| Index: third_party/WebKit/LayoutTests/fast/dom/ParentNode/prepend-on-document.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/prepend-on-Document.html b/third_party/WebKit/LayoutTests/fast/dom/ParentNode/prepend-on-document.html
|
| similarity index 87%
|
| copy from third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/prepend-on-Document.html
|
| copy to third_party/WebKit/LayoutTests/fast/dom/ParentNode/prepend-on-document.html
|
| index 8c725e1254f5873475fd8617c27c9c50e9ab9722..def59d84c42f1fe40b67e1903eb45be98ee3b50b 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/prepend-on-Document.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/ParentNode/prepend-on-document.html
|
| @@ -1,9 +1,6 @@
|
| <!DOCTYPE html>
|
| -<meta charset=utf-8>
|
| -<title>DocumentType.prepend</title>
|
| -<link rel=help href="https://dom.spec.whatwg.org/#dom-parentnode-prepend">
|
| -<script src="../../../../resources/testharness.js"></script>
|
| -<script src="../../../../resources/testharnessreport.js"></script>
|
| +<script src="../../../resources/testharness.js"></script>
|
| +<script src="../../../resources/testharnessreport.js"></script>
|
| <script>
|
|
|
| function test_prepend_on_Document() {
|
|
|