diff options
Diffstat (limited to 'layout/reftests/bugs/362901-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/362901-1-ref.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/layout/reftests/bugs/362901-1-ref.html b/layout/reftests/bugs/362901-1-ref.html new file mode 100644 index 000000000..113a5e175 --- /dev/null +++ b/layout/reftests/bugs/362901-1-ref.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<html> +<head> +<style> + body { font-family: sans-serif; } + span { color: green } +</style> +</head> +<body> +<div><span>T</span>ext</div> +<div style="overflow: auto"><span>T</span>ext</div> +<fieldset><span>T</span>ext</fieldset> +<table><tr><td><span>T</span>ext</td></tr></table> + +<div><span>T</span>ext</div> +<div style="overflow: auto"><span>T</span>ext</div> +<fieldset><span>T</span>ext</fieldset> +<table><tr><td><span>T</span>ext</td></tr></table> + +<div><span>T</span>extMore Text</div> +<div style="overflow: auto"><span>T</span>extMore Text</div> +<fieldset><span>T</span>extMore Text</fieldset> +<table><tr><td><span>T</span>extMore Text</td></tr></table> + +</body> +</html> |