summaryrefslogtreecommitdiffstats
path: root/layout/reftests/webcomponents/basic-slot-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/webcomponents/basic-slot-2.html')
-rw-r--r--layout/reftests/webcomponents/basic-slot-2.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/webcomponents/basic-slot-2.html b/layout/reftests/webcomponents/basic-slot-2.html
new file mode 100644
index 0000000000..3754ace20c
--- /dev/null
+++ b/layout/reftests/webcomponents/basic-slot-2.html
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML>
+<html>
+ <body>
+ <p>There should be a green box below.</p>
+ <slot style="display: block; width: 100px; height: 100px; background: green;"></slot>
+ </body>
+</html>