diff options
Diffstat (limited to 'layout/reftests/table-overflow/963441-ref.html')
-rw-r--r-- | layout/reftests/table-overflow/963441-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/table-overflow/963441-ref.html b/layout/reftests/table-overflow/963441-ref.html new file mode 100644 index 000000000..3a62901fd --- /dev/null +++ b/layout/reftests/table-overflow/963441-ref.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html class="reftest-print"> +<head><meta charset="utf-8"></head> +<body> + <div style="height:3in">Tall div. (Scroll to end.)</div> + <div>IS THIS TEXT VISIBLE IN PRINT PREVIEW?</div> + <div>[clear:left]</div> +</body> +</html> |