| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/resources/import-master.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/resources/import-master.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/resources/import-master.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d91bcb9cdb6ef10d0448d25c4660ab823effc76f
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/custom-elements/resources/import-master.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Import Master Document</title>
|
| + <link rel="import" href="import.html">
|
| + </head>
|
| + <body>
|
| + <p>Master document body</p>
|
| + </body>
|
| +</html>
|
|
|