Index: LayoutTests/fast/regions/cssom/offsetLeft-offsetTop-inlines-region-in-element-expected.txt |
diff --git a/LayoutTests/fast/regions/cssom/offsetLeft-offsetTop-inlines-region-in-element-expected.txt b/LayoutTests/fast/regions/cssom/offsetLeft-offsetTop-inlines-region-in-element-expected.txt |
deleted file mode 100644 |
index a4e11d385f427bb4ac615abb3382f246f7795234..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/cssom/offsetLeft-offsetTop-inlines-region-in-element-expected.txt |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-Test offsetLeft and offsetTop for blocks and inlines in a named flow when the region's offsetParent is NOT the body. |
-This test also covers borders. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
-PASS divText.offsetParent is document.body |
-PASS divText.offsetLeft is 300 |
-PASS divText.offsetTop is 350 |
-PASS regionParent.offsetLeft is 200 |
-PASS region.offsetParent is regionParent |
-PASS region.offsetLeft is 30 |
-PASS region.offsetTop is 20 |
-PASS inlineElement.offsetParent is document.body |
-PASS inlineElement.offsetLeft is 300 |
-PASS inlineElement.offsetTop is 550 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |