Index: sky/tests/layout/margins-expected.txt |
diff --git a/sky/tests/layout/margins-expected.txt b/sky/tests/layout/margins-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..26a08bedaf16a79913780449294d99e0e86a8af8 |
--- /dev/null |
+++ b/sky/tests/layout/margins-expected.txt |
@@ -0,0 +1,5 @@ |
+FAIL: |
+<div class="child" data-total-y="10" style="background-color: salmon"> |
+Expected 10 for clientTop+offsetTop, but got 0, clientTop: 0, + offsetTop: 0. |
+<div class="child" data-total-y="50" style="background-color: papayawhip"> |
+Expected 50 for clientTop+offsetTop, but got 40, clientTop: 0, + offsetTop: 40. |