diff options
Diffstat (limited to 'layout/reftests/webcomponents/basic-slot-2-ref.html')
-rw-r--r-- | layout/reftests/webcomponents/basic-slot-2-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/webcomponents/basic-slot-2-ref.html b/layout/reftests/webcomponents/basic-slot-2-ref.html new file mode 100644 index 0000000000..d4d1b8c066 --- /dev/null +++ b/layout/reftests/webcomponents/basic-slot-2-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML> +<html> +<head> + <style> + div { + width: 100px; + height: 100px; + background: green; + } + </style> +</head> +<body> + <p>There should be a green box below.</p> + <div></div> +</body> +</html> |