diff options
Diffstat (limited to 'layout/reftests/bugs/538935-1-ref.html')
-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 000000000..98d150ac0 --- /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> |