Chromium Code Reviews| Index: LayoutTests/imported/web-platform-tests/custom-elements/resources/x-element.html |
| diff --git a/LayoutTests/imported/web-platform-tests/custom-elements/resources/x-element.html b/LayoutTests/imported/web-platform-tests/custom-elements/resources/x-element.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0c0d2daad6a00b709cf9a4896befb917a1f3e1b7 |
| --- /dev/null |
| +++ b/LayoutTests/imported/web-platform-tests/custom-elements/resources/x-element.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + <title>x-element custom element</title> |
| + <link rel="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru"> |
| +</head> |
| +<body> |
| + <x-element id="x-element"></x-element> |
| +</body> |
| +</html> |