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