diff options
Diffstat (limited to 'layout/reftests/bugs/367489-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/367489-1-ref.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/bugs/367489-1-ref.html b/layout/reftests/bugs/367489-1-ref.html new file mode 100644 index 0000000000..7945721206 --- /dev/null +++ b/layout/reftests/bugs/367489-1-ref.html @@ -0,0 +1,19 @@ +<html> +<head> + +<script> +function boom() +{ + document.getElementById("s").style.overflow = "auto"; +} +</script> + +</head> +<body onload="boom();"> + +<div id="fl"> + <b><span id="s">Foo</a></b> +</div> + +</body> +</html> |