diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/1401992-ref.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1401992-ref.html b/layout/reftests/bugs/1401992-ref.html new file mode 100644 index 0000000000..8fb36196cf --- /dev/null +++ b/layout/reftests/bugs/1401992-ref.html @@ -0,0 +1,21 @@ +<!doctype html> +<html> +<head> +<style> +video { + width: 100px; + height: 100px; + border: 10px solid purple; +} +fieldset { + border: 10px solid blue; + border-color: green; +} +</style> +<script> +</script> +</head> +<body> +<fieldset><video id="x" style="visibility:hidden"></video></fieldset> +</body> +</html> |