diff options
Diffstat (limited to 'layout/reftests/bugs/1050493-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/1050493-1-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1050493-1-ref.html b/layout/reftests/bugs/1050493-1-ref.html new file mode 100644 index 000000000..b9cbafd5c --- /dev/null +++ b/layout/reftests/bugs/1050493-1-ref.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<meta charset="utf-8"> +<title>Test for bug 1050493</title> + +<style> +body { + position: relative; +} +#box { + width: 50px; + height: 50px; + background-color: red; + position: absolute; +} +</style> + +<div style="left: 5.556750627747686px; top: 0.5041006554218519px;" id="box"></div> |