diff options
Diffstat (limited to 'layout/reftests/webcomponents/basic-slot-1.html')
-rw-r--r-- | layout/reftests/webcomponents/basic-slot-1.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/webcomponents/basic-slot-1.html b/layout/reftests/webcomponents/basic-slot-1.html new file mode 100644 index 0000000000..b31f4c1c36 --- /dev/null +++ b/layout/reftests/webcomponents/basic-slot-1.html @@ -0,0 +1,6 @@ +<!DOCTYPE HTML> +<html> + <body> + <slot style="color: green">This text should be green</slot> + </body> +</html> |