summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/528038-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/528038-2.html')
-rw-r--r--layout/reftests/bugs/528038-2.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/528038-2.html b/layout/reftests/bugs/528038-2.html
new file mode 100644
index 0000000000..96472c6332
--- /dev/null
+++ b/layout/reftests/bugs/528038-2.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <script>
+ window.onload = function() {
+ document.body.style.top = "100px";
+ document.body.offsetWidth;
+ };
+ </script>
+ </head>
+ <body><div style="position: relative; top: inherit"><table style="position: absolute; top: inherit"><tr><td>This text should be 200px from the top of the body</td></tr></table></div></body>
+</html>