diff options
Diffstat (limited to 'layout/reftests/bugs/393655-5-ref.html')
-rw-r--r-- | layout/reftests/bugs/393655-5-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/393655-5-ref.html b/layout/reftests/bugs/393655-5-ref.html new file mode 100644 index 000000000..53f01254d --- /dev/null +++ b/layout/reftests/bugs/393655-5-ref.html @@ -0,0 +1,9 @@ +<html> +<body> + Foo + <div id="editMe" style="margin-bottom: 50px; margin-top: 50px;"> + a + </div> + <div>Bar</div> +</body> +</html> |