| Index: third_party/WebKit/LayoutTests/custom-elements/imports/create-element-in-import.html
|
| diff --git a/third_party/WebKit/LayoutTests/custom-elements/imports/create-element-in-import.html b/third_party/WebKit/LayoutTests/custom-elements/imports/create-element-in-import.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f7ee4dd2678ac156441011fa0068b48ea3f430df
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/custom-elements/imports/create-element-in-import.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +<script src="../../resources/testharness.js"></script>
|
| +<script src="../../resources/testharnessreport.js"></script>
|
| +<script>
|
| +let constructors = [];
|
| +</script>
|
| +<link rel="import" href="resources/create-element.html">
|
|
|