diff options
Diffstat (limited to 'layout/reftests/webcomponents/basic-shadow-element-1-ref.html')
-rw-r--r-- | layout/reftests/webcomponents/basic-shadow-element-1-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/webcomponents/basic-shadow-element-1-ref.html b/layout/reftests/webcomponents/basic-shadow-element-1-ref.html new file mode 100644 index 000000000..a47b9362a --- /dev/null +++ b/layout/reftests/webcomponents/basic-shadow-element-1-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<html> +<head> +</head> +<body> +<div> + <div style="width:100px; height:100px; background-color:green"></div><div style="width:100px; height:100px; background-color:orange">Hello World</div> +</div> +</body> +</html> |