| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/instantiating-custom-elements/non-configurable-constructor-property.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/instantiating-custom-elements/non-configurable-constructor-property.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/instantiating-custom-elements/non-configurable-constructor-property.html
|
| similarity index 92%
|
| rename from third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/instantiating-custom-elements/non-configurable-constructor-property.html
|
| rename to third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/instantiating-custom-elements/non-configurable-constructor-property.html
|
| index c9d0770642439c7f756c6fdb2137ce8bcd96a272..4c2cef7221f9baee625e4fe6277bd1d11e1ce58d 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/instantiating-custom-elements/non-configurable-constructor-property.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/pre-v1/instantiating-custom-elements/non-configurable-constructor-property.html
|
| @@ -5,8 +5,8 @@
|
| <meta name="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
| <meta name="assert" content="If PROTOTYPE has a non-configurable property named constructor, throw a NotSupportedError and stop">
|
| <link rel="help" href="http://www.w3.org/TR/custom-elements/#instantiating-custom-elements">
|
| -<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 src="../testcommon.js"></script>
|
| </head>
|
| <body>
|
|
|