diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/538935-1-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bugs/538935-1-ref.html b/layout/reftests/bugs/538935-1-ref.html new file mode 100644 index 0000000000..98d150ac02 --- /dev/null +++ b/layout/reftests/bugs/538935-1-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML> +<html> +<body> +<div>Hello</div> +<div style="padding-left:2px;">Hello</div> +<div>Hello</div> +<div style="padding-left:2px;">Hello</div> +<div style="padding-left:2px;">Hello</div> + +<div>Hello</div> +<div style="padding-left:2px;">Hello</div> +<div>Hello</div> +<div style="padding-left:2px;">Hello</div> +<div style="padding-left:2px;">Hello</div> +</body> +</html> |