| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-006.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-006.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-006.html
|
| index a07c9ec3e1b77c04662aa2d38d346350a1a80e93..321803a25fffc481b2c59bc976f6ae5353d2bd78 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-006.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/attributes/test-006.html
|
| @@ -16,14 +16,14 @@ policies and contribution forms [3].
|
| <meta name="assert" content="Extensions to Element Interface: shadowRoot of type ShadowRoot">
|
| <script src="../../../../../../../resources/testharness.js"></script>
|
| <script src="../../../../../../../resources/testharnessreport.js"></script>
|
| -<script src="../../../testcommon.js"></script>
|
| +<script src="../../../../../html/resources/common.js"></script>
|
| </head>
|
| <body>
|
| <div id="log"></div>
|
| <script>
|
| test(function () {
|
|
|
| - var d = newHTMLDocument();
|
| + var d = newHTMLDocument();
|
|
|
| var host = d.createElement('div');
|
| d.body.appendChild(host);
|
|
|