diff options
Diffstat (limited to 'layout/reftests/bugs/402567-3-ref.html')
-rw-r--r-- | layout/reftests/bugs/402567-3-ref.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/layout/reftests/bugs/402567-3-ref.html b/layout/reftests/bugs/402567-3-ref.html new file mode 100644 index 000000000..92f57854f --- /dev/null +++ b/layout/reftests/bugs/402567-3-ref.html @@ -0,0 +1,25 @@ +<html> +<head><style> + table { + width: 10px; + } + div.scroll { + overflow: scroll; + background: lightgreen; + } + div.invis { + color: white; + } +</style></head> +<body> + <table><tr><td> + <div class="scroll"> + x xx x xx x xx x xx x xx x xx x xx x + xxxxxx + </div> + <div class="invis"> + xxxxxx + </div> + </td></tr></table> +</body> +</html> |