diff options
Diffstat (limited to 'layout/reftests/bugs/378535-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/378535-1-ref.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/bugs/378535-1-ref.html b/layout/reftests/bugs/378535-1-ref.html new file mode 100644 index 000000000..b1d25c26d --- /dev/null +++ b/layout/reftests/bugs/378535-1-ref.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + </head> + <body> + <div id="div1">PASS1</div> + <div id="div2">PASS2</div> + <div id="div3"></div> + <div id="div4">PASS4</div> + <div id="div5"></div> + <div id="div6">PASS6</div> + <div id="div7">PASS7</div> + <div id="div8">PASS8</div> + <div id="div9">PASS9</div> + <div id="div10">PASS10</div> + <div id="div11"></div> + <div id="div12">PASS12</div> + </body> +</html> |