diff options
Diffstat (limited to 'layout/reftests/webcomponents/style-sharing-ref.html')
-rw-r--r-- | layout/reftests/webcomponents/style-sharing-ref.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/webcomponents/style-sharing-ref.html b/layout/reftests/webcomponents/style-sharing-ref.html new file mode 100644 index 0000000000..64bedb96e5 --- /dev/null +++ b/layout/reftests/webcomponents/style-sharing-ref.html @@ -0,0 +1,5 @@ +<!doctype html> +<div> + <span style="color: green">Should be green</span> + <span>Should not be green</span> +</div> |