Add ref test expected result.
authorhyatt@apple.com <hyatt@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 10 Apr 2012 18:14:43 +0000 (18:14 +0000)
committerhyatt@apple.com <hyatt@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 10 Apr 2012 18:14:43 +0000 (18:14 +0000)
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113739 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/fast/multicol/cell-shrinkback-expected.html [new file with mode: 0644]

diff --git a/LayoutTests/fast/multicol/cell-shrinkback-expected.html b/LayoutTests/fast/multicol/cell-shrinkback-expected.html
new file mode 100644 (file)
index 0000000..0af2e77
--- /dev/null
@@ -0,0 +1,6 @@
+<div style="height: 100px; width: 200px; border: solid;position:relative">
+    <div style="left:25px; bottom:0; position:absolute; height:45px; width:29px;background-color:orange"></div>
+    <div style="border-bottom:solid; position:absolute; right:0px; width:100px">
+        <div style="background-color:orange; float:left;margin-left:25px">Text</div>
+    </div>
+</div>