Index: LayoutTests/fast/multicol/vertical-lr/client-rect-after-spanner-expected.txt |
diff --git a/LayoutTests/fast/multicol/vertical-lr/client-rect-after-spanner-expected.txt b/LayoutTests/fast/multicol/vertical-lr/client-rect-after-spanner-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..01c4189ccc62939704c01e1c55e78ccdfac08f93 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/vertical-lr/client-rect-after-spanner-expected.txt |
@@ -0,0 +1,29 @@ |
+Test that getBoundingClientRect works as expected on content after a spanner, writing-mode is vertical-lr |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS document.getElementById('elm1').getBoundingClientRect().left is 200 |
+PASS document.getElementById('elm1').getBoundingClientRect().top is 100 |
+PASS document.getElementById('elm2').getBoundingClientRect().left is 250 |
+PASS document.getElementById('elm2').getBoundingClientRect().top is 100 |
+PASS document.getElementById('elm3').getBoundingClientRect().left is 200 |
+PASS document.getElementById('elm3').getBoundingClientRect().top is 216 |
+PASS document.getElementById('elm4').getBoundingClientRect().left is 250 |
+PASS document.getElementById('elm4').getBoundingClientRect().top is 216 |
+PASS document.getElementById('elm5').getBoundingClientRect().left is 200 |
+PASS document.getElementById('elm5').getBoundingClientRect().top is 332 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |