<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[188505] trunk/LayoutTests</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/188505">188505</a></dd>
<dt>Author</dt> <dd>jhoneycutt@apple.com</dd>
<dt>Date</dt> <dd>2015-08-14 20:24:41 -0700 (Fri, 14 Aug 2015)</dd>
</dl>
<h3>Log Message</h3>
<pre>Rebase some WK2 test results to include the frame scroll pos. Move the
cross-platform test results to the WK1 directory.
* platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-bt-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-bt-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-lr-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-lr-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-rl-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-rl-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-tb-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-tb-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-bt-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-bt-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-lr-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-lr-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-tb-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-tb-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-rules-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-rules-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/float-paginate-complex-expected.txt.
* platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-bt-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-lr-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-rl-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-tb-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-bt-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-lr-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-tb-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-rules-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationBottomToTopbtexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-bt-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationBottomToToplrexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-lr-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationBottomToToprlexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-rl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationBottomToToptbexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-tb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationRightToLeftbtexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-bt-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationRightToLeftlrexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-lr-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationRightToLeftrldynamicexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationRightToLeftrlexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationRightToLefttbexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-tb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastmulticolverticalrlcolumnbreakwithbalancingexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastmulticolverticalrlcolumnrulesexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-rules-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2fastmulticolverticalrlfloatpaginatecomplexexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<li>trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/</li>
<li>trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/</li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationBottomToTopbtexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-bt-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationBottomToToplrexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-lr-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationBottomToToprlexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-rl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationBottomToToptbexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-tb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationRightToLeftbtexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-bt-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationRightToLeftlrexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-lr-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationRightToLeftrldynamicexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationRightToLeftrlexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationRightToLefttbexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-tb-expected.txt</a></li>
<li>trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/vertical-rl/</li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1fastmulticolverticalrlcolumnbreakwithbalancingexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1fastmulticolverticalrlcolumnrulesexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-rules-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1fastmulticolverticalrlfloatpaginatecomplexexpectedtxt">trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/vertical-rl/float-paginate-complex-expected.txt</a></li>
</ul>
<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticolpaginationBottomToTopbtexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-bt-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticolpaginationBottomToToplrexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-lr-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticolpaginationBottomToToprlexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-rl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticolpaginationBottomToToptbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-tb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLeftbtexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-bt-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLeftlrexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-lr-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLeftrldynamicexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLeftrlexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLefttbexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-tb-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticolverticalrlcolumnbreakwithbalancingexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticolverticalrlcolumnrulesexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-rules-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastmulticolverticalrlfloatpaginatecomplexexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/float-paginate-complex-expected.txt</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/ChangeLog        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -1,5 +1,35 @@
</span><span class="cx"> 2015-08-14 Jon Honeycutt <jhoneycutt@apple.com>
</span><span class="cx">
</span><ins>+ Rebase some WK2 test results to include the frame scroll pos. Move the
+ cross-platform test results to the WK1 directory.
+
+ * platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-bt-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-bt-expected.txt.
+ * platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-lr-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-lr-expected.txt.
+ * platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-rl-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-rl-expected.txt.
+ * platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-tb-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-tb-expected.txt.
+ * platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-bt-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-bt-expected.txt.
+ * platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-lr-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-lr-expected.txt.
+ * platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt.
+ * platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-expected.txt.
+ * platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-tb-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-tb-expected.txt.
+ * platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt.
+ * platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-rules-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-rules-expected.txt.
+ * platform/ios-simulator-wk1/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/float-paginate-complex-expected.txt.
+ * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-bt-expected.txt:
+ * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-lr-expected.txt:
+ * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-rl-expected.txt:
+ * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-tb-expected.txt:
+ * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-bt-expected.txt:
+ * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-lr-expected.txt:
+ * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
+ * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-expected.txt:
+ * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-tb-expected.txt:
+ * platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
+ * platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-rules-expected.txt:
+ * platform/ios-simulator-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
+
+2015-08-14 Jon Honeycutt <jhoneycutt@apple.com>
+
</ins><span class="cx"> iOS test gardening.
</span><span class="cx">
</span><span class="cx"> * platform/ios-simulator-wk2/TestExpectations:
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticolpaginationBottomToTopbtexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-bt-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-bt-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-bt-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -1,65 +0,0 @@
</span><del>-layer at (0,0) size 800x1580
- RenderView at (0,0) size 800x600
- RenderMultiColumnSet at (0,0) size 800x600
-layer at (0,-756) size 800x1356 backgroundClip at (0,0) size 800x1580 clip at (0,0) size 800x1580 outlineClip at (0,0) size 800x1580
- RenderMultiColumnFlowThread at (0,0) size 800x1356
-layer at (0,-756) size 800x1356 backgroundClip at (0,0) size 800x1580 clip at (0,0) size 800x1580 outlineClip at (0,0) size 800x1580
- RenderBlock {HTML} at (0,0) size 800x1356
- RenderBody {BODY} at (8,8) size 784x1332
- RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,66) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,162) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,228) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,324) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,390) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,486) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,552) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,648) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,712) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "5 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,808) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,892) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "6 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,988) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,1072) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "7 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,1168) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,1252) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "8 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
-scrolled to 0,-980
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticolpaginationBottomToToplrexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-lr-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-lr-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-lr-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -1,201 +0,0 @@
</span><del>-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- RenderMultiColumnSet at (0,0) size 800x600
-layer at (0,0) size 4096x180 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
- RenderMultiColumnFlowThread at (0,0) size 4096x180
-layer at (0,0) size 4096x180 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 4096x180
- RenderBody {BODY} at (8,8) size 4072x164
- RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (66,0) size 420x164
- RenderText {#text} at (0,0) size 419x163
- text run at (0,0) width 155: "1 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (220,0) width 85: "irure dolor in"
- text run at (240,0) width 102: "reprehenderit in"
- text run at (260,0) width 123: "voluptate velit esse"
- text run at (280,0) width 147: "cillum dolore eu fugiat"
- text run at (300,0) width 158: "nulla pariatur. Excepteur"
- text run at (320,0) width 145: "sint occaecat cupidatat"
- text run at (340,0) width 133: "non proident, sunt in"
- text run at (360,0) width 163: "culpa qui officia deserunt"
- text run at (380,0) width 113: "mollit anim id est"
- text run at (400,0) width 58: "laborum."
- RenderBlock {DIV} at (502,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (568,0) size 424x164
- RenderText {#text} at (0,0) size 423x163
- text run at (0,0) width 155: "2 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (224,0) width 85: "irure dolor in"
- text run at (244,0) width 102: "reprehenderit in"
- text run at (264,0) width 123: "voluptate velit esse"
- text run at (284,0) width 147: "cillum dolore eu fugiat"
- text run at (304,0) width 158: "nulla pariatur. Excepteur"
- text run at (324,0) width 145: "sint occaecat cupidatat"
- text run at (344,0) width 133: "non proident, sunt in"
- text run at (364,0) width 163: "culpa qui officia deserunt"
- text run at (384,0) width 113: "mollit anim id est"
- text run at (404,0) width 58: "laborum."
- RenderBlock {DIV} at (1008,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (1074,0) size 420x164
- RenderText {#text} at (0,0) size 419x163
- text run at (0,0) width 155: "3 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (220,0) width 85: "irure dolor in"
- text run at (240,0) width 102: "reprehenderit in"
- text run at (260,0) width 123: "voluptate velit esse"
- text run at (280,0) width 147: "cillum dolore eu fugiat"
- text run at (300,0) width 158: "nulla pariatur. Excepteur"
- text run at (320,0) width 145: "sint occaecat cupidatat"
- text run at (340,0) width 133: "non proident, sunt in"
- text run at (360,0) width 163: "culpa qui officia deserunt"
- text run at (380,0) width 113: "mollit anim id est"
- text run at (400,0) width 58: "laborum."
- RenderBlock {DIV} at (1510,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (1592,0) size 420x164
- RenderText {#text} at (0,0) size 419x163
- text run at (0,0) width 155: "4 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (220,0) width 85: "irure dolor in"
- text run at (240,0) width 102: "reprehenderit in"
- text run at (260,0) width 123: "voluptate velit esse"
- text run at (280,0) width 147: "cillum dolore eu fugiat"
- text run at (300,0) width 158: "nulla pariatur. Excepteur"
- text run at (320,0) width 145: "sint occaecat cupidatat"
- text run at (340,0) width 133: "non proident, sunt in"
- text run at (360,0) width 163: "culpa qui officia deserunt"
- text run at (380,0) width 113: "mollit anim id est"
- text run at (400,0) width 58: "laborum."
- RenderBlock {DIV} at (2028,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (2094,0) size 438x164
- RenderText {#text} at (0,0) size 437x163
- text run at (0,0) width 155: "5 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (220,0) width 85: "irure dolor in"
- text run at (240,0) width 102: "reprehenderit in"
- text run at (260,0) width 123: "voluptate velit esse"
- text run at (298,0) width 147: "cillum dolore eu fugiat"
- text run at (318,0) width 158: "nulla pariatur. Excepteur"
- text run at (338,0) width 145: "sint occaecat cupidatat"
- text run at (358,0) width 133: "non proident, sunt in"
- text run at (378,0) width 163: "culpa qui officia deserunt"
- text run at (398,0) width 113: "mollit anim id est"
- text run at (418,0) width 58: "laborum."
- RenderBlock {DIV} at (2548,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (2614,0) size 420x164
- RenderText {#text} at (0,0) size 419x163
- text run at (0,0) width 155: "6 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (220,0) width 85: "irure dolor in"
- text run at (240,0) width 102: "reprehenderit in"
- text run at (260,0) width 123: "voluptate velit esse"
- text run at (280,0) width 147: "cillum dolore eu fugiat"
- text run at (300,0) width 158: "nulla pariatur. Excepteur"
- text run at (320,0) width 145: "sint occaecat cupidatat"
- text run at (340,0) width 133: "non proident, sunt in"
- text run at (360,0) width 163: "culpa qui officia deserunt"
- text run at (380,0) width 113: "mollit anim id est"
- text run at (400,0) width 58: "laborum."
- RenderBlock {DIV} at (3050,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (3116,0) size 436x164
- RenderText {#text} at (0,0) size 435x163
- text run at (0,0) width 155: "7 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (76,0) width 104: "eiusmod tempor"
- text run at (96,0) width 141: "incididunt ut labore et"
- text run at (116,0) width 155: "dolore magna aliqua. Ut"
- text run at (136,0) width 152: "enim ad minim veniam,"
- text run at (156,0) width 159: "quis nostrud exercitation"
- text run at (176,0) width 143: "ullamco laboris nisi ut"
- text run at (196,0) width 150: "aliquip ex ea commodo"
- text run at (216,0) width 133: "consequat. Duis aute"
- text run at (236,0) width 85: "irure dolor in"
- text run at (256,0) width 102: "reprehenderit in"
- text run at (276,0) width 123: "voluptate velit esse"
- text run at (296,0) width 147: "cillum dolore eu fugiat"
- text run at (316,0) width 158: "nulla pariatur. Excepteur"
- text run at (336,0) width 145: "sint occaecat cupidatat"
- text run at (356,0) width 133: "non proident, sunt in"
- text run at (376,0) width 163: "culpa qui officia deserunt"
- text run at (396,0) width 113: "mollit anim id est"
- text run at (416,0) width 58: "laborum."
- RenderBlock {DIV} at (3568,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (3634,0) size 438x164
- RenderText {#text} at (0,0) size 437x163
- text run at (0,0) width 155: "8 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (220,0) width 85: "irure dolor in"
- text run at (240,0) width 102: "reprehenderit in"
- text run at (260,0) width 123: "voluptate velit esse"
- text run at (280,0) width 147: "cillum dolore eu fugiat"
- text run at (300,0) width 158: "nulla pariatur. Excepteur"
- text run at (320,0) width 145: "sint occaecat cupidatat"
- text run at (358,0) width 133: "non proident, sunt in"
- text run at (378,0) width 163: "culpa qui officia deserunt"
- text run at (398,0) width 113: "mollit anim id est"
- text run at (418,0) width 58: "laborum."
-scrolled to 0,-580
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticolpaginationBottomToToprlexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-rl-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-rl-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-rl-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -1,201 +0,0 @@
</span><del>-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- RenderMultiColumnSet at (0,0) size 800x600
-layer at (-3296,0) size 4096x180 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
- RenderMultiColumnFlowThread at (0,0) size 4096x180
-layer at (-3296,0) size 4096x180 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 4096x180
- RenderBody {BODY} at (8,8) size 4072x164
- RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (66,0) size 420x164
- RenderText {#text} at (0,0) size 419x163
- text run at (0,0) width 155: "1 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (220,0) width 85: "irure dolor in"
- text run at (240,0) width 102: "reprehenderit in"
- text run at (260,0) width 123: "voluptate velit esse"
- text run at (280,0) width 147: "cillum dolore eu fugiat"
- text run at (300,0) width 158: "nulla pariatur. Excepteur"
- text run at (320,0) width 145: "sint occaecat cupidatat"
- text run at (340,0) width 133: "non proident, sunt in"
- text run at (360,0) width 163: "culpa qui officia deserunt"
- text run at (380,0) width 113: "mollit anim id est"
- text run at (400,0) width 58: "laborum."
- RenderBlock {DIV} at (502,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (568,0) size 424x164
- RenderText {#text} at (0,0) size 423x163
- text run at (0,0) width 155: "2 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (224,0) width 85: "irure dolor in"
- text run at (244,0) width 102: "reprehenderit in"
- text run at (264,0) width 123: "voluptate velit esse"
- text run at (284,0) width 147: "cillum dolore eu fugiat"
- text run at (304,0) width 158: "nulla pariatur. Excepteur"
- text run at (324,0) width 145: "sint occaecat cupidatat"
- text run at (344,0) width 133: "non proident, sunt in"
- text run at (364,0) width 163: "culpa qui officia deserunt"
- text run at (384,0) width 113: "mollit anim id est"
- text run at (404,0) width 58: "laborum."
- RenderBlock {DIV} at (1008,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (1074,0) size 420x164
- RenderText {#text} at (0,0) size 419x163
- text run at (0,0) width 155: "3 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (220,0) width 85: "irure dolor in"
- text run at (240,0) width 102: "reprehenderit in"
- text run at (260,0) width 123: "voluptate velit esse"
- text run at (280,0) width 147: "cillum dolore eu fugiat"
- text run at (300,0) width 158: "nulla pariatur. Excepteur"
- text run at (320,0) width 145: "sint occaecat cupidatat"
- text run at (340,0) width 133: "non proident, sunt in"
- text run at (360,0) width 163: "culpa qui officia deserunt"
- text run at (380,0) width 113: "mollit anim id est"
- text run at (400,0) width 58: "laborum."
- RenderBlock {DIV} at (1510,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (1592,0) size 420x164
- RenderText {#text} at (0,0) size 419x163
- text run at (0,0) width 155: "4 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (220,0) width 85: "irure dolor in"
- text run at (240,0) width 102: "reprehenderit in"
- text run at (260,0) width 123: "voluptate velit esse"
- text run at (280,0) width 147: "cillum dolore eu fugiat"
- text run at (300,0) width 158: "nulla pariatur. Excepteur"
- text run at (320,0) width 145: "sint occaecat cupidatat"
- text run at (340,0) width 133: "non proident, sunt in"
- text run at (360,0) width 163: "culpa qui officia deserunt"
- text run at (380,0) width 113: "mollit anim id est"
- text run at (400,0) width 58: "laborum."
- RenderBlock {DIV} at (2028,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (2094,0) size 438x164
- RenderText {#text} at (0,0) size 437x163
- text run at (0,0) width 155: "5 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (220,0) width 85: "irure dolor in"
- text run at (240,0) width 102: "reprehenderit in"
- text run at (260,0) width 123: "voluptate velit esse"
- text run at (298,0) width 147: "cillum dolore eu fugiat"
- text run at (318,0) width 158: "nulla pariatur. Excepteur"
- text run at (338,0) width 145: "sint occaecat cupidatat"
- text run at (358,0) width 133: "non proident, sunt in"
- text run at (378,0) width 163: "culpa qui officia deserunt"
- text run at (398,0) width 113: "mollit anim id est"
- text run at (418,0) width 58: "laborum."
- RenderBlock {DIV} at (2548,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (2614,0) size 420x164
- RenderText {#text} at (0,0) size 419x163
- text run at (0,0) width 155: "6 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (220,0) width 85: "irure dolor in"
- text run at (240,0) width 102: "reprehenderit in"
- text run at (260,0) width 123: "voluptate velit esse"
- text run at (280,0) width 147: "cillum dolore eu fugiat"
- text run at (300,0) width 158: "nulla pariatur. Excepteur"
- text run at (320,0) width 145: "sint occaecat cupidatat"
- text run at (340,0) width 133: "non proident, sunt in"
- text run at (360,0) width 163: "culpa qui officia deserunt"
- text run at (380,0) width 113: "mollit anim id est"
- text run at (400,0) width 58: "laborum."
- RenderBlock {DIV} at (3050,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (3116,0) size 436x164
- RenderText {#text} at (0,0) size 435x163
- text run at (0,0) width 155: "7 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (76,0) width 104: "eiusmod tempor"
- text run at (96,0) width 141: "incididunt ut labore et"
- text run at (116,0) width 155: "dolore magna aliqua. Ut"
- text run at (136,0) width 152: "enim ad minim veniam,"
- text run at (156,0) width 159: "quis nostrud exercitation"
- text run at (176,0) width 143: "ullamco laboris nisi ut"
- text run at (196,0) width 150: "aliquip ex ea commodo"
- text run at (216,0) width 133: "consequat. Duis aute"
- text run at (236,0) width 85: "irure dolor in"
- text run at (256,0) width 102: "reprehenderit in"
- text run at (276,0) width 123: "voluptate velit esse"
- text run at (296,0) width 147: "cillum dolore eu fugiat"
- text run at (316,0) width 158: "nulla pariatur. Excepteur"
- text run at (336,0) width 145: "sint occaecat cupidatat"
- text run at (356,0) width 133: "non proident, sunt in"
- text run at (376,0) width 163: "culpa qui officia deserunt"
- text run at (396,0) width 113: "mollit anim id est"
- text run at (416,0) width 58: "laborum."
- RenderBlock {DIV} at (3568,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (3634,0) size 438x164
- RenderText {#text} at (0,0) size 437x163
- text run at (0,0) width 155: "8 Lorem ipsum dolor sit"
- text run at (20,0) width 112: "amet, consectetur"
- text run at (40,0) width 144: "adipisicing elit, sed do"
- text run at (60,0) width 104: "eiusmod tempor"
- text run at (80,0) width 141: "incididunt ut labore et"
- text run at (100,0) width 155: "dolore magna aliqua. Ut"
- text run at (120,0) width 152: "enim ad minim veniam,"
- text run at (140,0) width 159: "quis nostrud exercitation"
- text run at (160,0) width 143: "ullamco laboris nisi ut"
- text run at (180,0) width 150: "aliquip ex ea commodo"
- text run at (200,0) width 133: "consequat. Duis aute"
- text run at (220,0) width 85: "irure dolor in"
- text run at (240,0) width 102: "reprehenderit in"
- text run at (260,0) width 123: "voluptate velit esse"
- text run at (280,0) width 147: "cillum dolore eu fugiat"
- text run at (300,0) width 158: "nulla pariatur. Excepteur"
- text run at (320,0) width 145: "sint occaecat cupidatat"
- text run at (358,0) width 133: "non proident, sunt in"
- text run at (378,0) width 163: "culpa qui officia deserunt"
- text run at (398,0) width 113: "mollit anim id est"
- text run at (418,0) width 58: "laborum."
-scrolled to 0,-580
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticolpaginationBottomToToptbexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-tb-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-tb-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-tb-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -1,65 +0,0 @@
</span><del>-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- RenderMultiColumnSet at (0,0) size 800x600
-layer at (0,0) size 800x1356 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
- RenderMultiColumnFlowThread at (0,0) size 800x1356
-layer at (0,0) size 800x1356 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 800x1356
- RenderBody {BODY} at (8,8) size 784x1332
- RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,66) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,162) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,228) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,324) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,390) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,486) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,552) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,648) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,712) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "5 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,808) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,892) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "6 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,988) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,1072) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "7 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- RenderBlock {DIV} at (0,1168) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,1252) size 784x80
- RenderText {#text} at (0,0) size 780x79
- text run at (0,0) width 763: "8 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
- text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
- text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
- text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
-scrolled to 0,-980
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLeftbtexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-bt-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-bt-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-bt-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -1,201 +0,0 @@
</span><del>-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- RenderMultiColumnSet at (0,0) size 800x600
-layer at (0,-3500) size 180x4100 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
- RenderMultiColumnFlowThread at (0,0) size 180x4100
-layer at (0,-3500) size 180x4100 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 180x4100
- RenderBody {BODY} at (8,8) size 164x4076
- RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,66) size 164x420
- RenderText {#text} at (0,0) size 163x419
- text run at (0,0) width 155: "1 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,100) width 155: "dolore magna aliqua. Ut"
- text run at (0,120) width 152: "enim ad minim veniam,"
- text run at (0,140) width 159: "quis nostrud exercitation"
- text run at (0,160) width 143: "ullamco laboris nisi ut"
- text run at (0,180) width 150: "aliquip ex ea commodo"
- text run at (0,200) width 133: "consequat. Duis aute"
- text run at (0,220) width 85: "irure dolor in"
- text run at (0,240) width 102: "reprehenderit in"
- text run at (0,260) width 123: "voluptate velit esse"
- text run at (0,280) width 147: "cillum dolore eu fugiat"
- text run at (0,300) width 158: "nulla pariatur. Excepteur"
- text run at (0,320) width 145: "sint occaecat cupidatat"
- text run at (0,340) width 133: "non proident, sunt in"
- text run at (0,360) width 163: "culpa qui officia deserunt"
- text run at (0,380) width 113: "mollit anim id est"
- text run at (0,400) width 58: "laborum."
- RenderBlock {DIV} at (0,502) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,568) size 164x424
- RenderText {#text} at (0,0) size 163x423
- text run at (0,0) width 155: "2 Lorem ipsum dolor sit"
- text run at (0,24) width 112: "amet, consectetur"
- text run at (0,44) width 144: "adipisicing elit, sed do"
- text run at (0,64) width 104: "eiusmod tempor"
- text run at (0,84) width 141: "incididunt ut labore et"
- text run at (0,104) width 155: "dolore magna aliqua. Ut"
- text run at (0,124) width 152: "enim ad minim veniam,"
- text run at (0,144) width 159: "quis nostrud exercitation"
- text run at (0,164) width 143: "ullamco laboris nisi ut"
- text run at (0,184) width 150: "aliquip ex ea commodo"
- text run at (0,204) width 133: "consequat. Duis aute"
- text run at (0,224) width 85: "irure dolor in"
- text run at (0,244) width 102: "reprehenderit in"
- text run at (0,264) width 123: "voluptate velit esse"
- text run at (0,284) width 147: "cillum dolore eu fugiat"
- text run at (0,304) width 158: "nulla pariatur. Excepteur"
- text run at (0,324) width 145: "sint occaecat cupidatat"
- text run at (0,344) width 133: "non proident, sunt in"
- text run at (0,364) width 163: "culpa qui officia deserunt"
- text run at (0,384) width 113: "mollit anim id est"
- text run at (0,404) width 58: "laborum."
- RenderBlock {DIV} at (0,1008) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,1074) size 164x438
- RenderText {#text} at (0,0) size 163x437
- text run at (0,0) width 155: "3 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,118) width 155: "dolore magna aliqua. Ut"
- text run at (0,138) width 152: "enim ad minim veniam,"
- text run at (0,158) width 159: "quis nostrud exercitation"
- text run at (0,178) width 143: "ullamco laboris nisi ut"
- text run at (0,198) width 150: "aliquip ex ea commodo"
- text run at (0,218) width 133: "consequat. Duis aute"
- text run at (0,238) width 85: "irure dolor in"
- text run at (0,258) width 102: "reprehenderit in"
- text run at (0,278) width 123: "voluptate velit esse"
- text run at (0,298) width 147: "cillum dolore eu fugiat"
- text run at (0,318) width 158: "nulla pariatur. Excepteur"
- text run at (0,338) width 145: "sint occaecat cupidatat"
- text run at (0,358) width 133: "non proident, sunt in"
- text run at (0,378) width 163: "culpa qui officia deserunt"
- text run at (0,398) width 113: "mollit anim id est"
- text run at (0,418) width 58: "laborum."
- RenderBlock {DIV} at (0,1528) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,1594) size 164x438
- RenderText {#text} at (0,0) size 163x437
- text run at (0,0) width 155: "4 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,100) width 155: "dolore magna aliqua. Ut"
- text run at (0,120) width 152: "enim ad minim veniam,"
- text run at (0,140) width 159: "quis nostrud exercitation"
- text run at (0,160) width 143: "ullamco laboris nisi ut"
- text run at (0,198) width 150: "aliquip ex ea commodo"
- text run at (0,218) width 133: "consequat. Duis aute"
- text run at (0,238) width 85: "irure dolor in"
- text run at (0,258) width 102: "reprehenderit in"
- text run at (0,278) width 123: "voluptate velit esse"
- text run at (0,298) width 147: "cillum dolore eu fugiat"
- text run at (0,318) width 158: "nulla pariatur. Excepteur"
- text run at (0,338) width 145: "sint occaecat cupidatat"
- text run at (0,358) width 133: "non proident, sunt in"
- text run at (0,378) width 163: "culpa qui officia deserunt"
- text run at (0,398) width 113: "mollit anim id est"
- text run at (0,418) width 58: "laborum."
- RenderBlock {DIV} at (0,2048) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,2114) size 164x438
- RenderText {#text} at (0,0) size 163x437
- text run at (0,0) width 155: "5 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,100) width 155: "dolore magna aliqua. Ut"
- text run at (0,120) width 152: "enim ad minim veniam,"
- text run at (0,140) width 159: "quis nostrud exercitation"
- text run at (0,160) width 143: "ullamco laboris nisi ut"
- text run at (0,180) width 150: "aliquip ex ea commodo"
- text run at (0,200) width 133: "consequat. Duis aute"
- text run at (0,220) width 85: "irure dolor in"
- text run at (0,240) width 102: "reprehenderit in"
- text run at (0,278) width 123: "voluptate velit esse"
- text run at (0,298) width 147: "cillum dolore eu fugiat"
- text run at (0,318) width 158: "nulla pariatur. Excepteur"
- text run at (0,338) width 145: "sint occaecat cupidatat"
- text run at (0,358) width 133: "non proident, sunt in"
- text run at (0,378) width 163: "culpa qui officia deserunt"
- text run at (0,398) width 113: "mollit anim id est"
- text run at (0,418) width 58: "laborum."
- RenderBlock {DIV} at (0,2568) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,2634) size 164x438
- RenderText {#text} at (0,0) size 163x437
- text run at (0,0) width 155: "6 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,100) width 155: "dolore magna aliqua. Ut"
- text run at (0,120) width 152: "enim ad minim veniam,"
- text run at (0,140) width 159: "quis nostrud exercitation"
- text run at (0,160) width 143: "ullamco laboris nisi ut"
- text run at (0,180) width 150: "aliquip ex ea commodo"
- text run at (0,200) width 133: "consequat. Duis aute"
- text run at (0,220) width 85: "irure dolor in"
- text run at (0,240) width 102: "reprehenderit in"
- text run at (0,260) width 123: "voluptate velit esse"
- text run at (0,280) width 147: "cillum dolore eu fugiat"
- text run at (0,300) width 158: "nulla pariatur. Excepteur"
- text run at (0,320) width 145: "sint occaecat cupidatat"
- text run at (0,358) width 133: "non proident, sunt in"
- text run at (0,378) width 163: "culpa qui officia deserunt"
- text run at (0,398) width 113: "mollit anim id est"
- text run at (0,418) width 58: "laborum."
- RenderBlock {DIV} at (0,3088) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,3154) size 164x420
- RenderText {#text} at (0,0) size 163x419
- text run at (0,0) width 155: "7 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,100) width 155: "dolore magna aliqua. Ut"
- text run at (0,120) width 152: "enim ad minim veniam,"
- text run at (0,140) width 159: "quis nostrud exercitation"
- text run at (0,160) width 143: "ullamco laboris nisi ut"
- text run at (0,180) width 150: "aliquip ex ea commodo"
- text run at (0,200) width 133: "consequat. Duis aute"
- text run at (0,220) width 85: "irure dolor in"
- text run at (0,240) width 102: "reprehenderit in"
- text run at (0,260) width 123: "voluptate velit esse"
- text run at (0,280) width 147: "cillum dolore eu fugiat"
- text run at (0,300) width 158: "nulla pariatur. Excepteur"
- text run at (0,320) width 145: "sint occaecat cupidatat"
- text run at (0,340) width 133: "non proident, sunt in"
- text run at (0,360) width 163: "culpa qui officia deserunt"
- text run at (0,380) width 113: "mollit anim id est"
- text run at (0,400) width 58: "laborum."
- RenderBlock {DIV} at (0,3590) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,3656) size 164x420
- RenderText {#text} at (0,0) size 163x419
- text run at (0,0) width 155: "8 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,100) width 155: "dolore magna aliqua. Ut"
- text run at (0,120) width 152: "enim ad minim veniam,"
- text run at (0,140) width 159: "quis nostrud exercitation"
- text run at (0,160) width 143: "ullamco laboris nisi ut"
- text run at (0,180) width 150: "aliquip ex ea commodo"
- text run at (0,200) width 133: "consequat. Duis aute"
- text run at (0,220) width 85: "irure dolor in"
- text run at (0,240) width 102: "reprehenderit in"
- text run at (0,260) width 123: "voluptate velit esse"
- text run at (0,280) width 147: "cillum dolore eu fugiat"
- text run at (0,300) width 158: "nulla pariatur. Excepteur"
- text run at (0,320) width 145: "sint occaecat cupidatat"
- text run at (0,340) width 133: "non proident, sunt in"
- text run at (0,360) width 163: "culpa qui officia deserunt"
- text run at (0,380) width 113: "mollit anim id est"
- text run at (0,400) width 58: "laborum."
-scrolled to -580,0
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLeftlrexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-lr-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-lr-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-lr-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -1,81 +0,0 @@
</span><del>-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- RenderMultiColumnSet at (0,0) size 800x600
-layer at (0,0) size 1696x600 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
- RenderMultiColumnFlowThread at (0,0) size 1696x600
-layer at (0,0) size 1696x600 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 1696x600
- RenderBody {BODY} at (8,8) size 1672x584
- RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (66,0) size 126x584
- RenderText {#text} at (0,0) size 125x560
- text run at (0,0) width 527: "1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (106,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (208,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (274,0) size 138x584
- RenderText {#text} at (0,0) size 137x560
- text run at (0,0) width 527: "2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (118,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (428,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (494,0) size 138x584
- RenderText {#text} at (0,0) size 137x560
- text run at (0,0) width 527: "3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (38,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (58,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (118,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (648,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (712,0) size 120x584
- RenderText {#text} at (0,0) size 119x560
- text run at (0,0) width 527: "4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (100,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (848,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (914,0) size 120x584
- RenderText {#text} at (0,0) size 119x560
- text run at (0,0) width 527: "5 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (100,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (1050,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (1116,0) size 120x584
- RenderText {#text} at (0,0) size 119x560
- text run at (0,0) width 527: "6 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (100,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (1252,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (1318,0) size 134x584
- RenderText {#text} at (0,0) size 133x560
- text run at (0,0) width 527: "7 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (114,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (1468,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (1534,0) size 138x584
- RenderText {#text} at (0,0) size 137x560
- text run at (0,0) width 527: "8 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (118,0) width 132: "anim id est laborum."
-scrolled to -1180,0
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLeftrldynamicexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -1,81 +0,0 @@
</span><del>-layer at (0,0) size 1980x600
- RenderView at (0,0) size 800x600
- RenderMultiColumnSet at (0,0) size 800x600
-layer at (-896,0) size 1696x600 backgroundClip at (0,0) size 1980x600 clip at (0,0) size 1980x600 outlineClip at (0,0) size 1980x600
- RenderMultiColumnFlowThread at (0,0) size 1696x600
-layer at (-896,0) size 1696x600 backgroundClip at (0,0) size 1980x600 clip at (0,0) size 1980x600 outlineClip at (0,0) size 1980x600
- RenderBlock {HTML} at (0,0) size 1696x600
- RenderBody {BODY} at (8,8) size 1672x584
- RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (66,0) size 126x584
- RenderText {#text} at (0,0) size 125x560
- text run at (0,0) width 527: "1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (106,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (208,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (274,0) size 138x584
- RenderText {#text} at (0,0) size 137x560
- text run at (0,0) width 527: "2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (118,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (428,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (494,0) size 138x584
- RenderText {#text} at (0,0) size 137x560
- text run at (0,0) width 527: "3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (38,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (58,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (118,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (648,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (712,0) size 120x584
- RenderText {#text} at (0,0) size 119x560
- text run at (0,0) width 527: "4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (100,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (848,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (914,0) size 120x584
- RenderText {#text} at (0,0) size 119x560
- text run at (0,0) width 527: "5 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (100,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (1050,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (1116,0) size 120x584
- RenderText {#text} at (0,0) size 119x560
- text run at (0,0) width 527: "6 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (100,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (1252,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (1318,0) size 134x584
- RenderText {#text} at (0,0) size 133x560
- text run at (0,0) width 527: "7 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (114,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (1468,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (1534,0) size 138x584
- RenderText {#text} at (0,0) size 137x560
- text run at (0,0) width 527: "8 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (118,0) width 132: "anim id est laborum."
-scrolled to -1180,0
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLeftrlexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -1,81 +0,0 @@
</span><del>-layer at (0,0) size 1980x600
- RenderView at (0,0) size 800x600
- RenderMultiColumnSet at (0,0) size 800x600
-layer at (-896,0) size 1696x600 backgroundClip at (0,0) size 1980x600 clip at (0,0) size 1980x600 outlineClip at (0,0) size 1980x600
- RenderMultiColumnFlowThread at (0,0) size 1696x600
-layer at (-896,0) size 1696x600 backgroundClip at (0,0) size 1980x600 clip at (0,0) size 1980x600 outlineClip at (0,0) size 1980x600
- RenderBlock {HTML} at (0,0) size 1696x600
- RenderBody {BODY} at (8,8) size 1672x584
- RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (66,0) size 126x584
- RenderText {#text} at (0,0) size 125x560
- text run at (0,0) width 527: "1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (106,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (208,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (274,0) size 138x584
- RenderText {#text} at (0,0) size 137x560
- text run at (0,0) width 527: "2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (118,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (428,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (494,0) size 138x584
- RenderText {#text} at (0,0) size 137x560
- text run at (0,0) width 527: "3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (38,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (58,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (118,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (648,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (712,0) size 120x584
- RenderText {#text} at (0,0) size 119x560
- text run at (0,0) width 527: "4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (100,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (848,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (914,0) size 120x584
- RenderText {#text} at (0,0) size 119x560
- text run at (0,0) width 527: "5 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (100,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (1050,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (1116,0) size 120x584
- RenderText {#text} at (0,0) size 119x560
- text run at (0,0) width 527: "6 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (100,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (1252,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (1318,0) size 134x584
- RenderText {#text} at (0,0) size 133x560
- text run at (0,0) width 527: "7 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (114,0) width 132: "anim id est laborum."
- RenderBlock {DIV} at (1468,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (1534,0) size 138x584
- RenderText {#text} at (0,0) size 137x560
- text run at (0,0) width 527: "8 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
- text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
- text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
- text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
- text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
- text run at (118,0) width 132: "anim id est laborum."
-scrolled to -1180,0
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLefttbexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-tb-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-tb-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-tb-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -1,201 +0,0 @@
</span><del>-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
- RenderMultiColumnSet at (0,0) size 800x600
-layer at (0,0) size 180x4100 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
- RenderMultiColumnFlowThread at (0,0) size 180x4100
-layer at (0,0) size 180x4100 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 180x4100
- RenderBody {BODY} at (8,8) size 164x4076
- RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,66) size 164x420
- RenderText {#text} at (0,0) size 163x419
- text run at (0,0) width 155: "1 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,100) width 155: "dolore magna aliqua. Ut"
- text run at (0,120) width 152: "enim ad minim veniam,"
- text run at (0,140) width 159: "quis nostrud exercitation"
- text run at (0,160) width 143: "ullamco laboris nisi ut"
- text run at (0,180) width 150: "aliquip ex ea commodo"
- text run at (0,200) width 133: "consequat. Duis aute"
- text run at (0,220) width 85: "irure dolor in"
- text run at (0,240) width 102: "reprehenderit in"
- text run at (0,260) width 123: "voluptate velit esse"
- text run at (0,280) width 147: "cillum dolore eu fugiat"
- text run at (0,300) width 158: "nulla pariatur. Excepteur"
- text run at (0,320) width 145: "sint occaecat cupidatat"
- text run at (0,340) width 133: "non proident, sunt in"
- text run at (0,360) width 163: "culpa qui officia deserunt"
- text run at (0,380) width 113: "mollit anim id est"
- text run at (0,400) width 58: "laborum."
- RenderBlock {DIV} at (0,502) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,568) size 164x424
- RenderText {#text} at (0,0) size 163x423
- text run at (0,0) width 155: "2 Lorem ipsum dolor sit"
- text run at (0,24) width 112: "amet, consectetur"
- text run at (0,44) width 144: "adipisicing elit, sed do"
- text run at (0,64) width 104: "eiusmod tempor"
- text run at (0,84) width 141: "incididunt ut labore et"
- text run at (0,104) width 155: "dolore magna aliqua. Ut"
- text run at (0,124) width 152: "enim ad minim veniam,"
- text run at (0,144) width 159: "quis nostrud exercitation"
- text run at (0,164) width 143: "ullamco laboris nisi ut"
- text run at (0,184) width 150: "aliquip ex ea commodo"
- text run at (0,204) width 133: "consequat. Duis aute"
- text run at (0,224) width 85: "irure dolor in"
- text run at (0,244) width 102: "reprehenderit in"
- text run at (0,264) width 123: "voluptate velit esse"
- text run at (0,284) width 147: "cillum dolore eu fugiat"
- text run at (0,304) width 158: "nulla pariatur. Excepteur"
- text run at (0,324) width 145: "sint occaecat cupidatat"
- text run at (0,344) width 133: "non proident, sunt in"
- text run at (0,364) width 163: "culpa qui officia deserunt"
- text run at (0,384) width 113: "mollit anim id est"
- text run at (0,404) width 58: "laborum."
- RenderBlock {DIV} at (0,1008) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,1074) size 164x438
- RenderText {#text} at (0,0) size 163x437
- text run at (0,0) width 155: "3 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,118) width 155: "dolore magna aliqua. Ut"
- text run at (0,138) width 152: "enim ad minim veniam,"
- text run at (0,158) width 159: "quis nostrud exercitation"
- text run at (0,178) width 143: "ullamco laboris nisi ut"
- text run at (0,198) width 150: "aliquip ex ea commodo"
- text run at (0,218) width 133: "consequat. Duis aute"
- text run at (0,238) width 85: "irure dolor in"
- text run at (0,258) width 102: "reprehenderit in"
- text run at (0,278) width 123: "voluptate velit esse"
- text run at (0,298) width 147: "cillum dolore eu fugiat"
- text run at (0,318) width 158: "nulla pariatur. Excepteur"
- text run at (0,338) width 145: "sint occaecat cupidatat"
- text run at (0,358) width 133: "non proident, sunt in"
- text run at (0,378) width 163: "culpa qui officia deserunt"
- text run at (0,398) width 113: "mollit anim id est"
- text run at (0,418) width 58: "laborum."
- RenderBlock {DIV} at (0,1528) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,1594) size 164x438
- RenderText {#text} at (0,0) size 163x437
- text run at (0,0) width 155: "4 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,100) width 155: "dolore magna aliqua. Ut"
- text run at (0,120) width 152: "enim ad minim veniam,"
- text run at (0,140) width 159: "quis nostrud exercitation"
- text run at (0,160) width 143: "ullamco laboris nisi ut"
- text run at (0,198) width 150: "aliquip ex ea commodo"
- text run at (0,218) width 133: "consequat. Duis aute"
- text run at (0,238) width 85: "irure dolor in"
- text run at (0,258) width 102: "reprehenderit in"
- text run at (0,278) width 123: "voluptate velit esse"
- text run at (0,298) width 147: "cillum dolore eu fugiat"
- text run at (0,318) width 158: "nulla pariatur. Excepteur"
- text run at (0,338) width 145: "sint occaecat cupidatat"
- text run at (0,358) width 133: "non proident, sunt in"
- text run at (0,378) width 163: "culpa qui officia deserunt"
- text run at (0,398) width 113: "mollit anim id est"
- text run at (0,418) width 58: "laborum."
- RenderBlock {DIV} at (0,2048) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,2114) size 164x438
- RenderText {#text} at (0,0) size 163x437
- text run at (0,0) width 155: "5 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,100) width 155: "dolore magna aliqua. Ut"
- text run at (0,120) width 152: "enim ad minim veniam,"
- text run at (0,140) width 159: "quis nostrud exercitation"
- text run at (0,160) width 143: "ullamco laboris nisi ut"
- text run at (0,180) width 150: "aliquip ex ea commodo"
- text run at (0,200) width 133: "consequat. Duis aute"
- text run at (0,220) width 85: "irure dolor in"
- text run at (0,240) width 102: "reprehenderit in"
- text run at (0,278) width 123: "voluptate velit esse"
- text run at (0,298) width 147: "cillum dolore eu fugiat"
- text run at (0,318) width 158: "nulla pariatur. Excepteur"
- text run at (0,338) width 145: "sint occaecat cupidatat"
- text run at (0,358) width 133: "non proident, sunt in"
- text run at (0,378) width 163: "culpa qui officia deserunt"
- text run at (0,398) width 113: "mollit anim id est"
- text run at (0,418) width 58: "laborum."
- RenderBlock {DIV} at (0,2568) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,2634) size 164x438
- RenderText {#text} at (0,0) size 163x437
- text run at (0,0) width 155: "6 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,100) width 155: "dolore magna aliqua. Ut"
- text run at (0,120) width 152: "enim ad minim veniam,"
- text run at (0,140) width 159: "quis nostrud exercitation"
- text run at (0,160) width 143: "ullamco laboris nisi ut"
- text run at (0,180) width 150: "aliquip ex ea commodo"
- text run at (0,200) width 133: "consequat. Duis aute"
- text run at (0,220) width 85: "irure dolor in"
- text run at (0,240) width 102: "reprehenderit in"
- text run at (0,260) width 123: "voluptate velit esse"
- text run at (0,280) width 147: "cillum dolore eu fugiat"
- text run at (0,300) width 158: "nulla pariatur. Excepteur"
- text run at (0,320) width 145: "sint occaecat cupidatat"
- text run at (0,358) width 133: "non proident, sunt in"
- text run at (0,378) width 163: "culpa qui officia deserunt"
- text run at (0,398) width 113: "mollit anim id est"
- text run at (0,418) width 58: "laborum."
- RenderBlock {DIV} at (0,3088) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,3154) size 164x420
- RenderText {#text} at (0,0) size 163x419
- text run at (0,0) width 155: "7 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,100) width 155: "dolore magna aliqua. Ut"
- text run at (0,120) width 152: "enim ad minim veniam,"
- text run at (0,140) width 159: "quis nostrud exercitation"
- text run at (0,160) width 143: "ullamco laboris nisi ut"
- text run at (0,180) width 150: "aliquip ex ea commodo"
- text run at (0,200) width 133: "consequat. Duis aute"
- text run at (0,220) width 85: "irure dolor in"
- text run at (0,240) width 102: "reprehenderit in"
- text run at (0,260) width 123: "voluptate velit esse"
- text run at (0,280) width 147: "cillum dolore eu fugiat"
- text run at (0,300) width 158: "nulla pariatur. Excepteur"
- text run at (0,320) width 145: "sint occaecat cupidatat"
- text run at (0,340) width 133: "non proident, sunt in"
- text run at (0,360) width 163: "culpa qui officia deserunt"
- text run at (0,380) width 113: "mollit anim id est"
- text run at (0,400) width 58: "laborum."
- RenderBlock {DIV} at (0,3590) size 50x50 [bgcolor=#0000FF]
- RenderBlock {P} at (0,3656) size 164x420
- RenderText {#text} at (0,0) size 163x419
- text run at (0,0) width 155: "8 Lorem ipsum dolor sit"
- text run at (0,20) width 112: "amet, consectetur"
- text run at (0,40) width 144: "adipisicing elit, sed do"
- text run at (0,60) width 104: "eiusmod tempor"
- text run at (0,80) width 141: "incididunt ut labore et"
- text run at (0,100) width 155: "dolore magna aliqua. Ut"
- text run at (0,120) width 152: "enim ad minim veniam,"
- text run at (0,140) width 159: "quis nostrud exercitation"
- text run at (0,160) width 143: "ullamco laboris nisi ut"
- text run at (0,180) width 150: "aliquip ex ea commodo"
- text run at (0,200) width 133: "consequat. Duis aute"
- text run at (0,220) width 85: "irure dolor in"
- text run at (0,240) width 102: "reprehenderit in"
- text run at (0,260) width 123: "voluptate velit esse"
- text run at (0,280) width 147: "cillum dolore eu fugiat"
- text run at (0,300) width 158: "nulla pariatur. Excepteur"
- text run at (0,320) width 145: "sint occaecat cupidatat"
- text run at (0,340) width 133: "non proident, sunt in"
- text run at (0,360) width 163: "culpa qui officia deserunt"
- text run at (0,380) width 113: "mollit anim id est"
- text run at (0,400) width 58: "laborum."
-scrolled to -580,0
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticolverticalrlcolumnbreakwithbalancingexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -1,170 +0,0 @@
</span><del>-layer at (0,0) size 892x600
- RenderView at (0,0) size 800x600
-layer at (-92,0) size 892x600 backgroundClip at (0,0) size 892x600 clip at (0,0) size 892x600 outlineClip at (0,0) size 892x600
- RenderBlock {HTML} at (0,0) size 892x600
- RenderBody {BODY} at (8,8) size 876x584
-layer at (362,8) size 430x584
- RenderBlock {DIV} at (0,0) size 430x584 [border: (5px solid #0000FF)]
- RenderMultiColumnSet at (5,5) size 420x574
-layer at (287,13) size 500x279
- RenderMultiColumnFlowThread at (5,5) size 500x279
- RenderBlock (anonymous) at (0,0) size 420x279
- RenderText {#text} at (0,0) size 19x113
- text run at (0,0) width 113: "This is some text."
- RenderBR {BR} at (15,112) size 0x1
- RenderText {#text} at (20,0) size 19x113
- text run at (20,0) width 113: "This is some text."
- RenderBR {BR} at (35,112) size 0x1
- RenderText {#text} at (40,0) size 19x113
- text run at (40,0) width 113: "This is some text."
- RenderBR {BR} at (55,112) size 0x1
- RenderText {#text} at (60,0) size 19x113
- text run at (60,0) width 113: "This is some text."
- RenderBR {BR} at (75,112) size 0x1
- RenderText {#text} at (80,0) size 19x113
- text run at (80,0) width 113: "This is some text."
- RenderBR {BR} at (95,112) size 0x1
- RenderText {#text} at (100,0) size 19x113
- text run at (100,0) width 113: "This is some text."
- RenderBR {BR} at (115,112) size 0x1
- RenderText {#text} at (120,0) size 19x113
- text run at (120,0) width 113: "This is some text."
- RenderBR {BR} at (135,112) size 0x1
- RenderText {#text} at (140,0) size 19x113
- text run at (140,0) width 113: "This is some text."
- RenderBR {BR} at (155,112) size 0x1
- RenderText {#text} at (160,0) size 19x113
- text run at (160,0) width 113: "This is some text."
- RenderBR {BR} at (175,112) size 0x1
- RenderText {#text} at (180,0) size 19x113
- text run at (180,0) width 113: "This is some text."
- RenderBR {BR} at (195,112) size 0x1
- RenderText {#text} at (200,0) size 19x113
- text run at (200,0) width 113: "This is some text."
- RenderBR {BR} at (215,112) size 0x1
- RenderText {#text} at (220,0) size 19x113
- text run at (220,0) width 113: "This is some text."
- RenderBR {BR} at (235,112) size 0x1
- RenderText {#text} at (240,0) size 19x113
- text run at (240,0) width 113: "This is some text."
- RenderBR {BR} at (255,112) size 0x1
- RenderText {#text} at (260,0) size 19x113
- text run at (260,0) width 113: "This is some text."
- RenderBR {BR} at (275,112) size 0x1
- RenderText {#text} at (280,0) size 19x113
- text run at (280,0) width 113: "This is some text."
- RenderBR {BR} at (295,112) size 0x1
- RenderText {#text} at (300,0) size 19x113
- text run at (300,0) width 113: "This is some text."
- RenderBR {BR} at (315,112) size 0x1
- RenderText {#text} at (320,0) size 19x113
- text run at (320,0) width 113: "This is some text."
- RenderBR {BR} at (335,112) size 0x1
- RenderText {#text} at (340,0) size 19x113
- text run at (340,0) width 113: "This is some text."
- RenderBR {BR} at (355,112) size 0x1
- RenderText {#text} at (360,0) size 19x113
- text run at (360,0) width 113: "This is some text."
- RenderBR {BR} at (375,112) size 0x1
- RenderText {#text} at (380,0) size 19x113
- text run at (380,0) width 113: "This is some text."
- RenderBR {BR} at (395,112) size 0x1
- RenderText {#text} at (400,0) size 19x113
- text run at (400,0) width 113: "This is some text."
- RenderBR {BR} at (415,112) size 0x1
- RenderBlock {DIV} at (420,0) size 80x279
- RenderText {#text} at (0,0) size 19x267
- text run at (0,0) width 267: "This text should be in the second column."
- RenderBR {BR} at (15,266) size 0x1
- RenderText {#text} at (20,0) size 19x267
- text run at (20,0) width 267: "This text should be in the second column."
- RenderBR {BR} at (35,266) size 0x1
- RenderText {#text} at (40,0) size 19x267
- text run at (40,0) width 267: "This text should be in the second column."
- RenderBR {BR} at (55,266) size 0x1
- RenderText {#text} at (60,0) size 19x267
- text run at (60,0) width 267: "This text should be in the second column."
- RenderBR {BR} at (75,266) size 0x1
-layer at (-84,8) size 430x584 backgroundClip at (0,0) size 892x600 clip at (0,0) size 892x600 outlineClip at (0,0) size 892x600
- RenderBlock {DIV} at (446,0) size 430x584 [border: (5px solid #0000FF)]
- RenderMultiColumnSet at (5,5) size 420x574
-layer at (-499,13) size 840x279 backgroundClip at (0,0) size 892x600 clip at (0,0) size 892x600 outlineClip at (0,0) size 892x600
- RenderMultiColumnFlowThread at (5,5) size 840x279
- RenderBlock (anonymous) at (0,0) size 80x279
- RenderText {#text} at (0,0) size 19x248
- text run at (0,0) width 248: "This text should be in the first column."
- RenderBR {BR} at (15,247) size 0x1
- RenderText {#text} at (20,0) size 19x248
- text run at (20,0) width 248: "This text should be in the first column."
- RenderBR {BR} at (35,247) size 0x1
- RenderText {#text} at (40,0) size 19x248
- text run at (40,0) width 248: "This text should be in the first column."
- RenderBR {BR} at (55,247) size 0x1
- RenderText {#text} at (60,0) size 19x248
- text run at (60,0) width 248: "This text should be in the first column."
- RenderBR {BR} at (75,247) size 0x1
- RenderBlock {DIV} at (420,0) size 420x279
- RenderText {#text} at (0,0) size 19x113
- text run at (0,0) width 113: "This is some text."
- RenderBR {BR} at (15,112) size 0x1
- RenderText {#text} at (20,0) size 19x113
- text run at (20,0) width 113: "This is some text."
- RenderBR {BR} at (35,112) size 0x1
- RenderText {#text} at (40,0) size 19x113
- text run at (40,0) width 113: "This is some text."
- RenderBR {BR} at (55,112) size 0x1
- RenderText {#text} at (60,0) size 19x113
- text run at (60,0) width 113: "This is some text."
- RenderBR {BR} at (75,112) size 0x1
- RenderText {#text} at (80,0) size 19x113
- text run at (80,0) width 113: "This is some text."
- RenderBR {BR} at (95,112) size 0x1
- RenderText {#text} at (100,0) size 19x113
- text run at (100,0) width 113: "This is some text."
- RenderBR {BR} at (115,112) size 0x1
- RenderText {#text} at (120,0) size 19x113
- text run at (120,0) width 113: "This is some text."
- RenderBR {BR} at (135,112) size 0x1
- RenderText {#text} at (140,0) size 19x113
- text run at (140,0) width 113: "This is some text."
- RenderBR {BR} at (155,112) size 0x1
- RenderText {#text} at (160,0) size 19x113
- text run at (160,0) width 113: "This is some text."
- RenderBR {BR} at (175,112) size 0x1
- RenderText {#text} at (180,0) size 19x113
- text run at (180,0) width 113: "This is some text."
- RenderBR {BR} at (195,112) size 0x1
- RenderText {#text} at (200,0) size 19x113
- text run at (200,0) width 113: "This is some text."
- RenderBR {BR} at (215,112) size 0x1
- RenderText {#text} at (220,0) size 19x113
- text run at (220,0) width 113: "This is some text."
- RenderBR {BR} at (235,112) size 0x1
- RenderText {#text} at (240,0) size 19x113
- text run at (240,0) width 113: "This is some text."
- RenderBR {BR} at (255,112) size 0x1
- RenderText {#text} at (260,0) size 19x113
- text run at (260,0) width 113: "This is some text."
- RenderBR {BR} at (275,112) size 0x1
- RenderText {#text} at (280,0) size 19x113
- text run at (280,0) width 113: "This is some text."
- RenderBR {BR} at (295,112) size 0x1
- RenderText {#text} at (300,0) size 19x113
- text run at (300,0) width 113: "This is some text."
- RenderBR {BR} at (315,112) size 0x1
- RenderText {#text} at (320,0) size 19x113
- text run at (320,0) width 113: "This is some text."
- RenderBR {BR} at (335,112) size 0x1
- RenderText {#text} at (340,0) size 19x113
- text run at (340,0) width 113: "This is some text."
- RenderBR {BR} at (355,112) size 0x1
- RenderText {#text} at (360,0) size 19x113
- text run at (360,0) width 113: "This is some text."
- RenderBR {BR} at (375,112) size 0x1
- RenderText {#text} at (380,0) size 19x113
- text run at (380,0) width 113: "This is some text."
- RenderBR {BR} at (395,112) size 0x1
- RenderText {#text} at (400,0) size 19x113
- text run at (400,0) width 113: "This is some text."
- RenderBR {BR} at (415,112) size 0x1
-scrolled to -92,0
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticolverticalrlcolumnrulesexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-rules-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-rules-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-rules-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -1,138 +0,0 @@
</span><del>-layer at (0,0) size 866x600
- RenderView at (0,0) size 800x600
-layer at (-66,0) size 866x600 backgroundClip at (0,0) size 866x600 clip at (0,0) size 866x600 outlineClip at (0,0) size 866x600
- RenderBlock {HTML} at (0,0) size 866x600
- RenderBody {BODY} at (8,8) size 850x584
-layer at (-58,8) size 850x584 backgroundClip at (0,0) size 866x600 clip at (0,0) size 866x600 outlineClip at (0,0) size 866x600
- RenderBlock {DIV} at (0,0) size 850x584 [border: (5px solid #000000)]
- RenderMultiColumnSet at (5,15) size 840x554
-layer at (-1733,23) size 2520x174 backgroundClip at (0,0) size 866x600 clip at (0,0) size 866x600 outlineClip at (0,0) size 866x600
- RenderMultiColumnFlowThread at (5,15) size 2520x174
- RenderText {#text} at (0,0) size 2519x174
- text run at (0,0) width 143: "Lorem ipsum dolor sit"
- text run at (20,0) width 120: "amet, consectetuer"
- text run at (40,0) width 134: "adipiscing elit. Nulla"
- text run at (60,0) width 119: "varius enim ac mi."
- text run at (80,0) width 169: "Curabitur sollicitudin felis"
- text run at (100,0) width 130: "quis lectus. Quisque"
- text run at (120,0) width 155: "adipiscing rhoncus sem."
- text run at (140,0) width 115: "Proin nulla purus,"
- text run at (160,0) width 151: "vulputate vel, varius ut,"
- text run at (180,0) width 168: "euismod et, nisi. Sed vitae"
- text run at (200,0) width 130: "felis vel orci sagittis"
- text run at (220,0) width 151: "aliquam. Cras convallis"
- text run at (240,0) width 135: "adipiscing sem. Nam"
- text run at (260,0) width 157: "nonummy enim. Nullam"
- text run at (280,0) width 164: "bibendum lobortis neque."
- text run at (300,0) width 139: "Vestibulum velit orci,"
- text run at (320,0) width 163: "tempus euismod, pretium"
- text run at (340,0) width 172: "quis, interdum vitae, nulla."
- text run at (360,0) width 138: "Phasellus eget ante et"
- text run at (380,0) width 128: "tortor condimentum"
- text run at (400,0) width 158: "vestibulum. Suspendisse"
- text run at (420,0) width 160: "hendrerit quam nec felis."
- text run at (440,0) width 143: "Sed varius turpis vitae"
- text run at (460,0) width 162: "pede. Lorem ipsum dolor"
- text run at (480,0) width 139: "sit amet, consectetuer"
- text run at (500,0) width 133: "adipiscing elit. Proin"
- text run at (520,0) width 158: "bibendum justo ac enim."
- text run at (540,0) width 174: "Class aptent taciti sociosqu"
- text run at (560,0) width 135: "ad litora torquent per"
- text run at (580,0) width 123: "conubia nostra, per"
- text run at (600,0) width 162: "inceptos hymenaeos. Sed"
- text run at (620,0) width 131: "leo nulla, rutrum eu,"
- text run at (640,0) width 147: "dictum ut, posuere vel,"
- text run at (660,0) width 156: "arcu. Nam libero. Morbi"
- text run at (680,0) width 97: "orci. Maecenas"
- text run at (700,0) width 150: "pellentesque. Curabitur"
- text run at (720,0) width 157: "erat erat, ullamcorper at,"
- text run at (740,0) width 172: "gravida vitae, iaculis vitae,"
- text run at (760,0) width 120: "elit. Nullam quam."
- text run at (780,0) width 128: "Quisque orci lectus,"
- text run at (800,0) width 166: "ullamcorper eu, imperdiet"
- text run at (820,0) width 157: "sed, accumsan et, ligula."
- text run at (840,0) width 162: "Duis diam nisl, sagittis a,"
- text run at (860,0) width 167: "blandit volutpat, interdum"
- text run at (880,0) width 139: "sed, velit. Vestibulum"
- text run at (900,0) width 134: "quam. Nulla a purus."
- text run at (920,0) width 161: "Phasellus semper semper"
- text run at (940,0) width 141: "lectus. Nulla porttitor,"
- text run at (960,0) width 158: "dolor dictum scelerisque"
- text run at (980,0) width 171: "luctus, velit ipsum lobortis"
- text run at (1000,0) width 156: "mauris, ac pretium enim"
- text run at (1020,0) width 132: "nunc vel risus. Proin"
- text run at (1040,0) width 160: "gravida mi ut sem cursus"
- text run at (1060,0) width 164: "mattis. Fusce laoreet, nisi"
- text run at (1080,0) width 161: "quis luctus volutpat, arcu"
- text run at (1100,0) width 158: "pede tincidunt enim, nec"
- text run at (1120,0) width 147: "malesuada urna nisl eu"
- text run at (1140,0) width 140: "enim. Vivamus varius"
- text run at (1160,0) width 100: "augue ac purus."
- text run at (1180,0) width 152: "Vestibulum vestibulum."
- text run at (1200,0) width 164: "Phasellus et est vitae ante"
- text run at (1220,0) width 166: "accumsan rhoncus. Morbi"
- text run at (1240,0) width 171: "convallis, arcu at hendrerit"
- text run at (1260,0) width 118: "gravida, sem diam"
- text run at (1280,0) width 174: "dignissim risus, sed aliquet"
- text run at (1300,0) width 170: "erat mi ut mi. Nunc cursus"
- text run at (1320,0) width 141: "lacinia elit. Nunc nisi."
- text run at (1340,0) width 101: "Quisque at erat."
- text run at (1360,0) width 161: "Vestibulum dictum quam"
- text run at (1380,0) width 172: "vitae nibh. Nunc vitae ante"
- text run at (1400,0) width 171: "non odio interdum blandit."
- text run at (1420,0) width 129: "Curabitur leo quam,"
- text run at (1440,0) width 169: "fermentum sed, feugiat in,"
- text run at (1460,0) width 135: "ullamcorper id, nibh."
- text run at (1480,0) width 159: "Suspendisse ac turpis. In"
- text run at (1500,0) width 147: "iaculis sollicitudin dui."
- text run at (1520,0) width 161: "Aenean vitae lectus vitae"
- text run at (1540,0) width 116: "nulla pellentesque"
- text run at (1560,0) width 167: "sollicitudin. Nunc gravida"
- text run at (1580,0) width 140: "pharetra lectus. Etiam"
- text run at (1600,0) width 153: "lacus ligula, placerat ut,"
- text run at (1620,0) width 162: "dictum vitae, tempus vel,"
- text run at (1640,0) width 127: "risus. Cras rhoncus."
- text run at (1660,0) width 153: "Praesent varius ultricies"
- text run at (1680,0) width 164: "orci. Donec mattis, neque"
- text run at (1700,0) width 148: "ut ornare fringilla, ante"
- text run at (1720,0) width 142: "urna placerat eros, vel"
- text run at (1740,0) width 148: "commodo nisi tortor ut"
- text run at (1760,0) width 167: "mauris. Morbi magna dui,"
- text run at (1780,0) width 165: "sagittis sit amet, tincidunt"
- text run at (1800,0) width 169: "et, elementum eget, quam."
- text run at (1820,0) width 158: "Fusce molestie nisl vitae"
- text run at (1840,0) width 164: "nisi. Vestibulum a sapien."
- text run at (1860,0) width 132: "Phasellus ante lacus,"
- text run at (1880,0) width 147: "vehicula non, cursus a,"
- text run at (1900,0) width 117: "tempor ut, magna."
- text run at (1920,0) width 172: "Suspendisse potenti. Fusce"
- text run at (1940,0) width 130: "aliquet, odio viverra"
- text run at (1960,0) width 148: "vulputate dictum, enim"
- text run at (1980,0) width 131: "odio luctus purus, ut"
- text run at (2000,0) width 147: "scelerisque quam nulla"
- text run at (2020,0) width 168: "non est. Donec eros lacus,"
- text run at (2040,0) width 167: "egestas vitae, lacinia quis,"
- text run at (2060,0) width 163: "tempor quis, pede. Morbi"
- text run at (2080,0) width 168: "orci erat, iaculis id, ornare"
- text run at (2100,0) width 147: "ac, elementum at, sem."
- text run at (2120,0) width 162: "Nunc ornare sodales nisi."
- text run at (2140,0) width 170: "Morbi interdum commodo"
- text run at (2160,0) width 158: "nisl. Fusce eget eros non"
- text run at (2180,0) width 154: "nisi ornare facilisis. Sed"
- text run at (2200,0) width 159: "placerat, est non posuere"
- text run at (2220,0) width 124: "posuere, purus sem"
- text run at (2240,0) width 168: "dignissim libero, a viverra"
- text run at (2260,0) width 142: "tellus dolor vel lorem."
- text run at (2280,0) width 174: "Cras augue. Etiam ultricies"
- text run at (2300,0) width 168: "consequat odio. Mauris ac"
- text run at (2320,0) width 142: "libero. Etiam posuere,"
- text run at (2340,0) width 131: "libero vitae euismod"
- text run at (2360,0) width 109: "gravida, urna elit"
- text run at (2380,0) width 136: "imperdiet magna, vel"
- text run at (2400,0) width 125: "cursus elit felis non"
- text run at (2420,0) width 155: "mauris. Donec orci erat,"
- text run at (2440,0) width 140: "porta id, dignissim ut,"
- text run at (2460,0) width 130: "posuere dictum, leo."
- text run at (2480,0) width 154: "Suspendisse scelerisque"
- text run at (2500,0) width 87: "egestas nulla."
-scrolled to -66,0
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastmulticolverticalrlfloatpaginatecomplexexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/float-paginate-complex-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/float-paginate-complex-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/float-paginate-complex-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -1,265 +0,0 @@
</span><del>-layer at (0,0) size 1680x1208
- RenderView at (0,0) size 800x600
-layer at (-880,0) size 1680x600 backgroundClip at (0,0) size 1680x1208 clip at (0,0) size 1680x1208 outlineClip at (0,0) size 1680x1208
- RenderBlock {HTML} at (0,0) size 1680x600
- RenderBody {BODY} at (8,8) size 1664x1200
-layer at (388,8) size 404x1200
- RenderBlock {DIV} at (0,0) size 404x1200 [border: (2px solid #000000)]
- RenderMultiColumnSet at (2,2) size 400x1196
-layer at (-146,10) size 936x388 backgroundClip at (0,0) size 1680x1208 clip at (0,0) size 1680x1208 outlineClip at (0,0) size 1680x1208
- RenderMultiColumnFlowThread at (2,2) size 936x388
- RenderBlock (anonymous) at (0,0) size 280x388
- RenderText {#text} at (0,0) size 19x113
- text run at (0,0) width 113: "This is some text."
- RenderBR {BR} at (15,112) size 0x1
- RenderText {#text} at (20,0) size 19x113
- text run at (20,0) width 113: "This is some text."
- RenderBR {BR} at (35,112) size 0x1
- RenderText {#text} at (40,0) size 19x113
- text run at (40,0) width 113: "This is some text."
- RenderBR {BR} at (55,112) size 0x1
- RenderText {#text} at (60,0) size 19x113
- text run at (60,0) width 113: "This is some text."
- RenderBR {BR} at (75,112) size 0x1
- RenderText {#text} at (80,0) size 19x113
- text run at (80,0) width 113: "This is some text."
- RenderBR {BR} at (95,112) size 0x1
- RenderText {#text} at (100,0) size 19x113
- text run at (100,0) width 113: "This is some text."
- RenderBR {BR} at (115,112) size 0x1
- RenderText {#text} at (120,0) size 19x113
- text run at (120,0) width 113: "This is some text."
- RenderBR {BR} at (135,112) size 0x1
- RenderText {#text} at (140,0) size 19x113
- text run at (140,0) width 113: "This is some text."
- RenderBR {BR} at (155,112) size 0x1
- RenderText {#text} at (160,0) size 19x113
- text run at (160,0) width 113: "This is some text."
- RenderBR {BR} at (175,112) size 0x1
- RenderText {#text} at (180,0) size 19x113
- text run at (180,0) width 113: "This is some text."
- RenderBR {BR} at (195,112) size 0x1
- RenderText {#text} at (200,0) size 19x113
- text run at (200,0) width 113: "This is some text."
- RenderBR {BR} at (215,112) size 0x1
- RenderText {#text} at (220,0) size 19x113
- text run at (220,0) width 113: "This is some text."
- RenderBR {BR} at (235,112) size 0x1
- RenderText {#text} at (240,0) size 19x113
- text run at (240,0) width 113: "This is some text."
- RenderBR {BR} at (255,112) size 0x1
- RenderText {#text} at (260,0) size 19x113
- text run at (260,0) width 113: "This is some text."
- RenderBR {BR} at (275,112) size 0x1
- RenderBlock {P} at (296,0) size 624x388
- RenderBlock (floating) {SPAN} at (104,0) size 149x79
- RenderText {#text} at (3,0) size 143x79
- text run at (3,0) width 79: "T"
- RenderText {#text} at (104,78) size 19x104
- text run at (104,78) width 104: "his is some text."
- RenderBR {BR} at (119,181) size 0x1
- RenderText {#text} at (124,78) size 19x114
- text run at (124,78) width 113: "This is some text."
- RenderBR {BR} at (139,191) size 0x1
- RenderText {#text} at (144,78) size 19x114
- text run at (144,78) width 113: "This is some text."
- RenderBR {BR} at (159,191) size 0x1
- RenderText {#text} at (164,78) size 19x114
- text run at (164,78) width 113: "This is some text."
- RenderBR {BR} at (179,191) size 0x1
- RenderText {#text} at (184,78) size 19x114
- text run at (184,78) width 113: "This is some text."
- RenderBR {BR} at (199,191) size 0x1
- RenderText {#text} at (204,78) size 19x114
- text run at (204,78) width 113: "This is some text."
- RenderBR {BR} at (219,191) size 0x1
- RenderText {#text} at (224,78) size 19x114
- text run at (224,78) width 113: "This is some text."
- RenderBR {BR} at (239,191) size 0x1
- RenderText {#text} at (244,78) size 19x114
- text run at (244,78) width 113: "This is some text."
- RenderBR {BR} at (259,191) size 0x1
- RenderText {#text} at (264,0) size 19x113
- text run at (264,0) width 113: "This is some text."
- RenderBR {BR} at (279,112) size 0x1
- RenderText {#text} at (284,0) size 19x113
- text run at (284,0) width 113: "This is some text."
- RenderBR {BR} at (299,112) size 0x1
- RenderText {#text} at (304,0) size 19x113
- text run at (304,0) width 113: "This is some text."
- RenderBR {BR} at (319,112) size 0x1
- RenderText {#text} at (324,0) size 19x113
- text run at (324,0) width 113: "This is some text."
- RenderBR {BR} at (339,112) size 0x1
- RenderText {#text} at (344,0) size 19x113
- text run at (344,0) width 113: "This is some text."
- RenderBR {BR} at (359,112) size 0x1
- RenderText {#text} at (364,0) size 19x113
- text run at (364,0) width 113: "This is some text."
- RenderBR {BR} at (379,112) size 0x1
- RenderText {#text} at (384,0) size 19x113
- text run at (384,0) width 113: "This is some text."
- RenderBR {BR} at (399,112) size 0x1
- RenderText {#text} at (404,0) size 19x113
- text run at (404,0) width 113: "This is some text."
- RenderBR {BR} at (419,112) size 0x1
- RenderText {#text} at (424,0) size 19x113
- text run at (424,0) width 113: "This is some text."
- RenderBR {BR} at (439,112) size 0x1
- RenderText {#text} at (444,0) size 19x113
- text run at (444,0) width 113: "This is some text."
- RenderBR {BR} at (459,112) size 0x1
- RenderText {#text} at (464,0) size 19x113
- text run at (464,0) width 113: "This is some text."
- RenderBR {BR} at (479,112) size 0x1
- RenderText {#text} at (484,0) size 19x113
- text run at (484,0) width 113: "This is some text."
- RenderBR {BR} at (499,112) size 0x1
- RenderText {#text} at (504,0) size 19x113
- text run at (504,0) width 113: "This is some text."
- RenderBR {BR} at (519,112) size 0x1
- RenderText {#text} at (524,0) size 19x113
- text run at (524,0) width 113: "This is some text."
- RenderBR {BR} at (539,112) size 0x1
- RenderText {#text} at (544,0) size 19x113
- text run at (544,0) width 113: "This is some text."
- RenderBR {BR} at (559,112) size 0x1
- RenderText {#text} at (564,0) size 19x113
- text run at (564,0) width 113: "This is some text."
- RenderBR {BR} at (579,112) size 0x1
- RenderText {#text} at (584,0) size 19x113
- text run at (584,0) width 113: "This is some text."
- RenderBR {BR} at (599,112) size 0x1
- RenderText {#text} at (604,0) size 19x113
- text run at (604,0) width 113: "This is some text."
- RenderBR {BR} at (619,112) size 0x1
-layer at (-32,8) size 404x1200 backgroundClip at (0,0) size 1680x1208 clip at (0,0) size 1680x1208 outlineClip at (0,0) size 1680x1208
- RenderBlock {DIV} at (420,0) size 404x1200 [border: (2px solid #000000)]
- RenderMultiColumnSet at (2,2) size 400x1196
-layer at (-566,10) size 936x388 backgroundClip at (0,0) size 1680x1208 clip at (0,0) size 1680x1208 outlineClip at (0,0) size 1680x1208
- RenderMultiColumnFlowThread at (2,2) size 936x388
- RenderBlock (anonymous) at (0,0) size 280x388
- RenderText {#text} at (0,0) size 19x113
- text run at (0,0) width 113: "This is some text."
- RenderBR {BR} at (15,112) size 0x1
- RenderText {#text} at (20,0) size 19x113
- text run at (20,0) width 113: "This is some text."
- RenderBR {BR} at (35,112) size 0x1
- RenderText {#text} at (40,0) size 19x113
- text run at (40,0) width 113: "This is some text."
- RenderBR {BR} at (55,112) size 0x1
- RenderText {#text} at (60,0) size 19x113
- text run at (60,0) width 113: "This is some text."
- RenderBR {BR} at (75,112) size 0x1
- RenderText {#text} at (80,0) size 19x113
- text run at (80,0) width 113: "This is some text."
- RenderBR {BR} at (95,112) size 0x1
- RenderText {#text} at (100,0) size 19x113
- text run at (100,0) width 113: "This is some text."
- RenderBR {BR} at (115,112) size 0x1
- RenderText {#text} at (120,0) size 19x113
- text run at (120,0) width 113: "This is some text."
- RenderBR {BR} at (135,112) size 0x1
- RenderText {#text} at (140,0) size 19x113
- text run at (140,0) width 113: "This is some text."
- RenderBR {BR} at (155,112) size 0x1
- RenderText {#text} at (160,0) size 19x113
- text run at (160,0) width 113: "This is some text."
- RenderBR {BR} at (175,112) size 0x1
- RenderText {#text} at (180,0) size 19x113
- text run at (180,0) width 113: "This is some text."
- RenderBR {BR} at (195,112) size 0x1
- RenderText {#text} at (200,0) size 19x113
- text run at (200,0) width 113: "This is some text."
- RenderBR {BR} at (215,112) size 0x1
- RenderText {#text} at (220,0) size 19x113
- text run at (220,0) width 113: "This is some text."
- RenderBR {BR} at (235,112) size 0x1
- RenderText {#text} at (240,0) size 19x113
- text run at (240,0) width 113: "This is some text."
- RenderBR {BR} at (255,112) size 0x1
- RenderText {#text} at (260,0) size 19x113
- text run at (260,0) width 113: "This is some text."
- RenderBR {BR} at (275,112) size 0x1
- RenderBlock {P} at (296,0) size 624x388
- RenderImage {IMG} at (104,0) size 100x100 [bgcolor=#008000]
- RenderImage {IMG} at (104,288) size 200x100 [bgcolor=#008000]
- RenderText {#text} at (104,100) size 19x109
- text run at (104,100) width 109: "This is some text"
- RenderBR {BR} at (119,208) size 0x1
- RenderText {#text} at (124,100) size 19x113
- text run at (124,100) width 113: "This is some text."
- RenderBR {BR} at (139,212) size 0x1
- RenderText {#text} at (144,100) size 19x113
- text run at (144,100) width 113: "This is some text."
- RenderBR {BR} at (159,212) size 0x1
- RenderText {#text} at (164,100) size 19x113
- text run at (164,100) width 113: "This is some text."
- RenderBR {BR} at (179,212) size 0x1
- RenderText {#text} at (184,100) size 19x113
- text run at (184,100) width 113: "This is some text."
- RenderBR {BR} at (199,212) size 0x1
- RenderText {#text} at (204,0) size 19x113
- text run at (204,0) width 113: "This is some text."
- RenderBR {BR} at (219,112) size 0x1
- RenderText {#text} at (224,0) size 19x113
- text run at (224,0) width 113: "This is some text."
- RenderBR {BR} at (239,112) size 0x1
- RenderText {#text} at (244,0) size 19x113
- text run at (244,0) width 113: "This is some text."
- RenderBR {BR} at (259,112) size 0x1
- RenderText {#text} at (264,0) size 19x113
- text run at (264,0) width 113: "This is some text."
- RenderBR {BR} at (279,112) size 0x1
- RenderText {#text} at (284,0) size 19x113
- text run at (284,0) width 113: "This is some text."
- RenderBR {BR} at (299,112) size 0x1
- RenderText {#text} at (304,0) size 19x113
- text run at (304,0) width 113: "This is some text."
- RenderBR {BR} at (319,112) size 0x1
- RenderText {#text} at (324,0) size 19x113
- text run at (324,0) width 113: "This is some text."
- RenderBR {BR} at (339,112) size 0x1
- RenderText {#text} at (344,0) size 19x113
- text run at (344,0) width 113: "This is some text."
- RenderBR {BR} at (359,112) size 0x1
- RenderText {#text} at (364,0) size 19x113
- text run at (364,0) width 113: "This is some text."
- RenderBR {BR} at (379,112) size 0x1
- RenderText {#text} at (384,0) size 19x113
- text run at (384,0) width 113: "This is some text."
- RenderBR {BR} at (399,112) size 0x1
- RenderText {#text} at (404,0) size 19x113
- text run at (404,0) width 113: "This is some text."
- RenderBR {BR} at (419,112) size 0x1
- RenderText {#text} at (424,0) size 19x113
- text run at (424,0) width 113: "This is some text."
- RenderBR {BR} at (439,112) size 0x1
- RenderText {#text} at (444,0) size 19x113
- text run at (444,0) width 113: "This is some text."
- RenderBR {BR} at (459,112) size 0x1
- RenderText {#text} at (464,0) size 19x113
- text run at (464,0) width 113: "This is some text."
- RenderBR {BR} at (479,112) size 0x1
- RenderText {#text} at (484,0) size 19x113
- text run at (484,0) width 113: "This is some text."
- RenderBR {BR} at (499,112) size 0x1
- RenderText {#text} at (504,0) size 19x113
- text run at (504,0) width 113: "This is some text."
- RenderBR {BR} at (519,112) size 0x1
- RenderText {#text} at (524,0) size 19x113
- text run at (524,0) width 113: "This is some text."
- RenderBR {BR} at (539,112) size 0x1
- RenderText {#text} at (544,0) size 19x113
- text run at (544,0) width 113: "This is some text."
- RenderBR {BR} at (559,112) size 0x1
- RenderText {#text} at (564,0) size 19x113
- text run at (564,0) width 113: "This is some text."
- RenderBR {BR} at (579,112) size 0x1
- RenderText {#text} at (584,0) size 19x113
- text run at (584,0) width 113: "This is some text."
- RenderBR {BR} at (599,112) size 0x1
- RenderText {#text} at (604,0) size 19x113
- text run at (604,0) width 113: "This is some text."
- RenderBR {BR} at (619,112) size 0x1
-scrolled to -880,0
</del></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationBottomToTopbtexpectedtxtfromrev188504trunkLayoutTestsplatformiossimulatorfastmulticolpaginationBottomToTopbtexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-bt-expected.txt (from rev 188504, trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-bt-expected.txt) (0 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-bt-expected.txt         (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-bt-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -0,0 +1,65 @@
</span><ins>+layer at (0,0) size 800x1580
+ RenderView at (0,0) size 800x600
+ RenderMultiColumnSet at (0,0) size 800x600
+layer at (0,-756) size 800x1356 backgroundClip at (0,0) size 800x1580 clip at (0,0) size 800x1580 outlineClip at (0,0) size 800x1580
+ RenderMultiColumnFlowThread at (0,0) size 800x1356
+layer at (0,-756) size 800x1356 backgroundClip at (0,0) size 800x1580 clip at (0,0) size 800x1580 outlineClip at (0,0) size 800x1580
+ RenderBlock {HTML} at (0,0) size 800x1356
+ RenderBody {BODY} at (8,8) size 784x1332
+ RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,66) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,162) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,228) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,324) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,390) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,486) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,552) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,648) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,712) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "5 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,808) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,892) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "6 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,988) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,1072) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "7 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,1168) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,1252) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "8 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+scrolled to 0,-980
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationBottomToToplrexpectedtxtfromrev188504trunkLayoutTestsplatformiossimulatorfastmulticolpaginationBottomToToplrexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-lr-expected.txt (from rev 188504, trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-lr-expected.txt) (0 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-lr-expected.txt         (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-lr-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -0,0 +1,201 @@
</span><ins>+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+ RenderMultiColumnSet at (0,0) size 800x600
+layer at (0,0) size 4096x180 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderMultiColumnFlowThread at (0,0) size 4096x180
+layer at (0,0) size 4096x180 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 4096x180
+ RenderBody {BODY} at (8,8) size 4072x164
+ RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (66,0) size 420x164
+ RenderText {#text} at (0,0) size 419x163
+ text run at (0,0) width 155: "1 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (220,0) width 85: "irure dolor in"
+ text run at (240,0) width 102: "reprehenderit in"
+ text run at (260,0) width 123: "voluptate velit esse"
+ text run at (280,0) width 147: "cillum dolore eu fugiat"
+ text run at (300,0) width 158: "nulla pariatur. Excepteur"
+ text run at (320,0) width 145: "sint occaecat cupidatat"
+ text run at (340,0) width 133: "non proident, sunt in"
+ text run at (360,0) width 163: "culpa qui officia deserunt"
+ text run at (380,0) width 113: "mollit anim id est"
+ text run at (400,0) width 58: "laborum."
+ RenderBlock {DIV} at (502,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (568,0) size 424x164
+ RenderText {#text} at (0,0) size 423x163
+ text run at (0,0) width 155: "2 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (224,0) width 85: "irure dolor in"
+ text run at (244,0) width 102: "reprehenderit in"
+ text run at (264,0) width 123: "voluptate velit esse"
+ text run at (284,0) width 147: "cillum dolore eu fugiat"
+ text run at (304,0) width 158: "nulla pariatur. Excepteur"
+ text run at (324,0) width 145: "sint occaecat cupidatat"
+ text run at (344,0) width 133: "non proident, sunt in"
+ text run at (364,0) width 163: "culpa qui officia deserunt"
+ text run at (384,0) width 113: "mollit anim id est"
+ text run at (404,0) width 58: "laborum."
+ RenderBlock {DIV} at (1008,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (1074,0) size 420x164
+ RenderText {#text} at (0,0) size 419x163
+ text run at (0,0) width 155: "3 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (220,0) width 85: "irure dolor in"
+ text run at (240,0) width 102: "reprehenderit in"
+ text run at (260,0) width 123: "voluptate velit esse"
+ text run at (280,0) width 147: "cillum dolore eu fugiat"
+ text run at (300,0) width 158: "nulla pariatur. Excepteur"
+ text run at (320,0) width 145: "sint occaecat cupidatat"
+ text run at (340,0) width 133: "non proident, sunt in"
+ text run at (360,0) width 163: "culpa qui officia deserunt"
+ text run at (380,0) width 113: "mollit anim id est"
+ text run at (400,0) width 58: "laborum."
+ RenderBlock {DIV} at (1510,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (1592,0) size 420x164
+ RenderText {#text} at (0,0) size 419x163
+ text run at (0,0) width 155: "4 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (220,0) width 85: "irure dolor in"
+ text run at (240,0) width 102: "reprehenderit in"
+ text run at (260,0) width 123: "voluptate velit esse"
+ text run at (280,0) width 147: "cillum dolore eu fugiat"
+ text run at (300,0) width 158: "nulla pariatur. Excepteur"
+ text run at (320,0) width 145: "sint occaecat cupidatat"
+ text run at (340,0) width 133: "non proident, sunt in"
+ text run at (360,0) width 163: "culpa qui officia deserunt"
+ text run at (380,0) width 113: "mollit anim id est"
+ text run at (400,0) width 58: "laborum."
+ RenderBlock {DIV} at (2028,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (2094,0) size 438x164
+ RenderText {#text} at (0,0) size 437x163
+ text run at (0,0) width 155: "5 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (220,0) width 85: "irure dolor in"
+ text run at (240,0) width 102: "reprehenderit in"
+ text run at (260,0) width 123: "voluptate velit esse"
+ text run at (298,0) width 147: "cillum dolore eu fugiat"
+ text run at (318,0) width 158: "nulla pariatur. Excepteur"
+ text run at (338,0) width 145: "sint occaecat cupidatat"
+ text run at (358,0) width 133: "non proident, sunt in"
+ text run at (378,0) width 163: "culpa qui officia deserunt"
+ text run at (398,0) width 113: "mollit anim id est"
+ text run at (418,0) width 58: "laborum."
+ RenderBlock {DIV} at (2548,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (2614,0) size 420x164
+ RenderText {#text} at (0,0) size 419x163
+ text run at (0,0) width 155: "6 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (220,0) width 85: "irure dolor in"
+ text run at (240,0) width 102: "reprehenderit in"
+ text run at (260,0) width 123: "voluptate velit esse"
+ text run at (280,0) width 147: "cillum dolore eu fugiat"
+ text run at (300,0) width 158: "nulla pariatur. Excepteur"
+ text run at (320,0) width 145: "sint occaecat cupidatat"
+ text run at (340,0) width 133: "non proident, sunt in"
+ text run at (360,0) width 163: "culpa qui officia deserunt"
+ text run at (380,0) width 113: "mollit anim id est"
+ text run at (400,0) width 58: "laborum."
+ RenderBlock {DIV} at (3050,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (3116,0) size 436x164
+ RenderText {#text} at (0,0) size 435x163
+ text run at (0,0) width 155: "7 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (76,0) width 104: "eiusmod tempor"
+ text run at (96,0) width 141: "incididunt ut labore et"
+ text run at (116,0) width 155: "dolore magna aliqua. Ut"
+ text run at (136,0) width 152: "enim ad minim veniam,"
+ text run at (156,0) width 159: "quis nostrud exercitation"
+ text run at (176,0) width 143: "ullamco laboris nisi ut"
+ text run at (196,0) width 150: "aliquip ex ea commodo"
+ text run at (216,0) width 133: "consequat. Duis aute"
+ text run at (236,0) width 85: "irure dolor in"
+ text run at (256,0) width 102: "reprehenderit in"
+ text run at (276,0) width 123: "voluptate velit esse"
+ text run at (296,0) width 147: "cillum dolore eu fugiat"
+ text run at (316,0) width 158: "nulla pariatur. Excepteur"
+ text run at (336,0) width 145: "sint occaecat cupidatat"
+ text run at (356,0) width 133: "non proident, sunt in"
+ text run at (376,0) width 163: "culpa qui officia deserunt"
+ text run at (396,0) width 113: "mollit anim id est"
+ text run at (416,0) width 58: "laborum."
+ RenderBlock {DIV} at (3568,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (3634,0) size 438x164
+ RenderText {#text} at (0,0) size 437x163
+ text run at (0,0) width 155: "8 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (220,0) width 85: "irure dolor in"
+ text run at (240,0) width 102: "reprehenderit in"
+ text run at (260,0) width 123: "voluptate velit esse"
+ text run at (280,0) width 147: "cillum dolore eu fugiat"
+ text run at (300,0) width 158: "nulla pariatur. Excepteur"
+ text run at (320,0) width 145: "sint occaecat cupidatat"
+ text run at (358,0) width 133: "non proident, sunt in"
+ text run at (378,0) width 163: "culpa qui officia deserunt"
+ text run at (398,0) width 113: "mollit anim id est"
+ text run at (418,0) width 58: "laborum."
+scrolled to 0,-580
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationBottomToToprlexpectedtxtfromrev188504trunkLayoutTestsplatformiossimulatorfastmulticolpaginationBottomToToprlexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-rl-expected.txt (from rev 188504, trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-rl-expected.txt) (0 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-rl-expected.txt         (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-rl-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -0,0 +1,201 @@
</span><ins>+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+ RenderMultiColumnSet at (0,0) size 800x600
+layer at (-3296,0) size 4096x180 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderMultiColumnFlowThread at (0,0) size 4096x180
+layer at (-3296,0) size 4096x180 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 4096x180
+ RenderBody {BODY} at (8,8) size 4072x164
+ RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (66,0) size 420x164
+ RenderText {#text} at (0,0) size 419x163
+ text run at (0,0) width 155: "1 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (220,0) width 85: "irure dolor in"
+ text run at (240,0) width 102: "reprehenderit in"
+ text run at (260,0) width 123: "voluptate velit esse"
+ text run at (280,0) width 147: "cillum dolore eu fugiat"
+ text run at (300,0) width 158: "nulla pariatur. Excepteur"
+ text run at (320,0) width 145: "sint occaecat cupidatat"
+ text run at (340,0) width 133: "non proident, sunt in"
+ text run at (360,0) width 163: "culpa qui officia deserunt"
+ text run at (380,0) width 113: "mollit anim id est"
+ text run at (400,0) width 58: "laborum."
+ RenderBlock {DIV} at (502,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (568,0) size 424x164
+ RenderText {#text} at (0,0) size 423x163
+ text run at (0,0) width 155: "2 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (224,0) width 85: "irure dolor in"
+ text run at (244,0) width 102: "reprehenderit in"
+ text run at (264,0) width 123: "voluptate velit esse"
+ text run at (284,0) width 147: "cillum dolore eu fugiat"
+ text run at (304,0) width 158: "nulla pariatur. Excepteur"
+ text run at (324,0) width 145: "sint occaecat cupidatat"
+ text run at (344,0) width 133: "non proident, sunt in"
+ text run at (364,0) width 163: "culpa qui officia deserunt"
+ text run at (384,0) width 113: "mollit anim id est"
+ text run at (404,0) width 58: "laborum."
+ RenderBlock {DIV} at (1008,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (1074,0) size 420x164
+ RenderText {#text} at (0,0) size 419x163
+ text run at (0,0) width 155: "3 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (220,0) width 85: "irure dolor in"
+ text run at (240,0) width 102: "reprehenderit in"
+ text run at (260,0) width 123: "voluptate velit esse"
+ text run at (280,0) width 147: "cillum dolore eu fugiat"
+ text run at (300,0) width 158: "nulla pariatur. Excepteur"
+ text run at (320,0) width 145: "sint occaecat cupidatat"
+ text run at (340,0) width 133: "non proident, sunt in"
+ text run at (360,0) width 163: "culpa qui officia deserunt"
+ text run at (380,0) width 113: "mollit anim id est"
+ text run at (400,0) width 58: "laborum."
+ RenderBlock {DIV} at (1510,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (1592,0) size 420x164
+ RenderText {#text} at (0,0) size 419x163
+ text run at (0,0) width 155: "4 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (220,0) width 85: "irure dolor in"
+ text run at (240,0) width 102: "reprehenderit in"
+ text run at (260,0) width 123: "voluptate velit esse"
+ text run at (280,0) width 147: "cillum dolore eu fugiat"
+ text run at (300,0) width 158: "nulla pariatur. Excepteur"
+ text run at (320,0) width 145: "sint occaecat cupidatat"
+ text run at (340,0) width 133: "non proident, sunt in"
+ text run at (360,0) width 163: "culpa qui officia deserunt"
+ text run at (380,0) width 113: "mollit anim id est"
+ text run at (400,0) width 58: "laborum."
+ RenderBlock {DIV} at (2028,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (2094,0) size 438x164
+ RenderText {#text} at (0,0) size 437x163
+ text run at (0,0) width 155: "5 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (220,0) width 85: "irure dolor in"
+ text run at (240,0) width 102: "reprehenderit in"
+ text run at (260,0) width 123: "voluptate velit esse"
+ text run at (298,0) width 147: "cillum dolore eu fugiat"
+ text run at (318,0) width 158: "nulla pariatur. Excepteur"
+ text run at (338,0) width 145: "sint occaecat cupidatat"
+ text run at (358,0) width 133: "non proident, sunt in"
+ text run at (378,0) width 163: "culpa qui officia deserunt"
+ text run at (398,0) width 113: "mollit anim id est"
+ text run at (418,0) width 58: "laborum."
+ RenderBlock {DIV} at (2548,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (2614,0) size 420x164
+ RenderText {#text} at (0,0) size 419x163
+ text run at (0,0) width 155: "6 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (220,0) width 85: "irure dolor in"
+ text run at (240,0) width 102: "reprehenderit in"
+ text run at (260,0) width 123: "voluptate velit esse"
+ text run at (280,0) width 147: "cillum dolore eu fugiat"
+ text run at (300,0) width 158: "nulla pariatur. Excepteur"
+ text run at (320,0) width 145: "sint occaecat cupidatat"
+ text run at (340,0) width 133: "non proident, sunt in"
+ text run at (360,0) width 163: "culpa qui officia deserunt"
+ text run at (380,0) width 113: "mollit anim id est"
+ text run at (400,0) width 58: "laborum."
+ RenderBlock {DIV} at (3050,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (3116,0) size 436x164
+ RenderText {#text} at (0,0) size 435x163
+ text run at (0,0) width 155: "7 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (76,0) width 104: "eiusmod tempor"
+ text run at (96,0) width 141: "incididunt ut labore et"
+ text run at (116,0) width 155: "dolore magna aliqua. Ut"
+ text run at (136,0) width 152: "enim ad minim veniam,"
+ text run at (156,0) width 159: "quis nostrud exercitation"
+ text run at (176,0) width 143: "ullamco laboris nisi ut"
+ text run at (196,0) width 150: "aliquip ex ea commodo"
+ text run at (216,0) width 133: "consequat. Duis aute"
+ text run at (236,0) width 85: "irure dolor in"
+ text run at (256,0) width 102: "reprehenderit in"
+ text run at (276,0) width 123: "voluptate velit esse"
+ text run at (296,0) width 147: "cillum dolore eu fugiat"
+ text run at (316,0) width 158: "nulla pariatur. Excepteur"
+ text run at (336,0) width 145: "sint occaecat cupidatat"
+ text run at (356,0) width 133: "non proident, sunt in"
+ text run at (376,0) width 163: "culpa qui officia deserunt"
+ text run at (396,0) width 113: "mollit anim id est"
+ text run at (416,0) width 58: "laborum."
+ RenderBlock {DIV} at (3568,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (3634,0) size 438x164
+ RenderText {#text} at (0,0) size 437x163
+ text run at (0,0) width 155: "8 Lorem ipsum dolor sit"
+ text run at (20,0) width 112: "amet, consectetur"
+ text run at (40,0) width 144: "adipisicing elit, sed do"
+ text run at (60,0) width 104: "eiusmod tempor"
+ text run at (80,0) width 141: "incididunt ut labore et"
+ text run at (100,0) width 155: "dolore magna aliqua. Ut"
+ text run at (120,0) width 152: "enim ad minim veniam,"
+ text run at (140,0) width 159: "quis nostrud exercitation"
+ text run at (160,0) width 143: "ullamco laboris nisi ut"
+ text run at (180,0) width 150: "aliquip ex ea commodo"
+ text run at (200,0) width 133: "consequat. Duis aute"
+ text run at (220,0) width 85: "irure dolor in"
+ text run at (240,0) width 102: "reprehenderit in"
+ text run at (260,0) width 123: "voluptate velit esse"
+ text run at (280,0) width 147: "cillum dolore eu fugiat"
+ text run at (300,0) width 158: "nulla pariatur. Excepteur"
+ text run at (320,0) width 145: "sint occaecat cupidatat"
+ text run at (358,0) width 133: "non proident, sunt in"
+ text run at (378,0) width 163: "culpa qui officia deserunt"
+ text run at (398,0) width 113: "mollit anim id est"
+ text run at (418,0) width 58: "laborum."
+scrolled to 0,-580
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationBottomToToptbexpectedtxtfromrev188504trunkLayoutTestsplatformiossimulatorfastmulticolpaginationBottomToToptbexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-tb-expected.txt (from rev 188504, trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-tb-expected.txt) (0 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-tb-expected.txt         (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-tb-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -0,0 +1,65 @@
</span><ins>+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+ RenderMultiColumnSet at (0,0) size 800x600
+layer at (0,0) size 800x1356 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderMultiColumnFlowThread at (0,0) size 800x1356
+layer at (0,0) size 800x1356 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x1356
+ RenderBody {BODY} at (8,8) size 784x1332
+ RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,66) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,162) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,228) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,324) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,390) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,486) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,552) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,648) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,712) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "5 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,808) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,892) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "6 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,988) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,1072) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "7 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+ RenderBlock {DIV} at (0,1168) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,1252) size 784x80
+ RenderText {#text} at (0,0) size 780x79
+ text run at (0,0) width 763: "8 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna"
+ text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
+ text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
+ text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
+scrolled to 0,-980
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationRightToLeftbtexpectedtxtfromrev188504trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLeftbtexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-bt-expected.txt (from rev 188504, trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-bt-expected.txt) (0 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-bt-expected.txt         (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-bt-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -0,0 +1,201 @@
</span><ins>+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+ RenderMultiColumnSet at (0,0) size 800x600
+layer at (0,-3500) size 180x4100 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderMultiColumnFlowThread at (0,0) size 180x4100
+layer at (0,-3500) size 180x4100 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 180x4100
+ RenderBody {BODY} at (8,8) size 164x4076
+ RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,66) size 164x420
+ RenderText {#text} at (0,0) size 163x419
+ text run at (0,0) width 155: "1 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,100) width 155: "dolore magna aliqua. Ut"
+ text run at (0,120) width 152: "enim ad minim veniam,"
+ text run at (0,140) width 159: "quis nostrud exercitation"
+ text run at (0,160) width 143: "ullamco laboris nisi ut"
+ text run at (0,180) width 150: "aliquip ex ea commodo"
+ text run at (0,200) width 133: "consequat. Duis aute"
+ text run at (0,220) width 85: "irure dolor in"
+ text run at (0,240) width 102: "reprehenderit in"
+ text run at (0,260) width 123: "voluptate velit esse"
+ text run at (0,280) width 147: "cillum dolore eu fugiat"
+ text run at (0,300) width 158: "nulla pariatur. Excepteur"
+ text run at (0,320) width 145: "sint occaecat cupidatat"
+ text run at (0,340) width 133: "non proident, sunt in"
+ text run at (0,360) width 163: "culpa qui officia deserunt"
+ text run at (0,380) width 113: "mollit anim id est"
+ text run at (0,400) width 58: "laborum."
+ RenderBlock {DIV} at (0,502) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,568) size 164x424
+ RenderText {#text} at (0,0) size 163x423
+ text run at (0,0) width 155: "2 Lorem ipsum dolor sit"
+ text run at (0,24) width 112: "amet, consectetur"
+ text run at (0,44) width 144: "adipisicing elit, sed do"
+ text run at (0,64) width 104: "eiusmod tempor"
+ text run at (0,84) width 141: "incididunt ut labore et"
+ text run at (0,104) width 155: "dolore magna aliqua. Ut"
+ text run at (0,124) width 152: "enim ad minim veniam,"
+ text run at (0,144) width 159: "quis nostrud exercitation"
+ text run at (0,164) width 143: "ullamco laboris nisi ut"
+ text run at (0,184) width 150: "aliquip ex ea commodo"
+ text run at (0,204) width 133: "consequat. Duis aute"
+ text run at (0,224) width 85: "irure dolor in"
+ text run at (0,244) width 102: "reprehenderit in"
+ text run at (0,264) width 123: "voluptate velit esse"
+ text run at (0,284) width 147: "cillum dolore eu fugiat"
+ text run at (0,304) width 158: "nulla pariatur. Excepteur"
+ text run at (0,324) width 145: "sint occaecat cupidatat"
+ text run at (0,344) width 133: "non proident, sunt in"
+ text run at (0,364) width 163: "culpa qui officia deserunt"
+ text run at (0,384) width 113: "mollit anim id est"
+ text run at (0,404) width 58: "laborum."
+ RenderBlock {DIV} at (0,1008) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,1074) size 164x438
+ RenderText {#text} at (0,0) size 163x437
+ text run at (0,0) width 155: "3 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,118) width 155: "dolore magna aliqua. Ut"
+ text run at (0,138) width 152: "enim ad minim veniam,"
+ text run at (0,158) width 159: "quis nostrud exercitation"
+ text run at (0,178) width 143: "ullamco laboris nisi ut"
+ text run at (0,198) width 150: "aliquip ex ea commodo"
+ text run at (0,218) width 133: "consequat. Duis aute"
+ text run at (0,238) width 85: "irure dolor in"
+ text run at (0,258) width 102: "reprehenderit in"
+ text run at (0,278) width 123: "voluptate velit esse"
+ text run at (0,298) width 147: "cillum dolore eu fugiat"
+ text run at (0,318) width 158: "nulla pariatur. Excepteur"
+ text run at (0,338) width 145: "sint occaecat cupidatat"
+ text run at (0,358) width 133: "non proident, sunt in"
+ text run at (0,378) width 163: "culpa qui officia deserunt"
+ text run at (0,398) width 113: "mollit anim id est"
+ text run at (0,418) width 58: "laborum."
+ RenderBlock {DIV} at (0,1528) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,1594) size 164x438
+ RenderText {#text} at (0,0) size 163x437
+ text run at (0,0) width 155: "4 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,100) width 155: "dolore magna aliqua. Ut"
+ text run at (0,120) width 152: "enim ad minim veniam,"
+ text run at (0,140) width 159: "quis nostrud exercitation"
+ text run at (0,160) width 143: "ullamco laboris nisi ut"
+ text run at (0,198) width 150: "aliquip ex ea commodo"
+ text run at (0,218) width 133: "consequat. Duis aute"
+ text run at (0,238) width 85: "irure dolor in"
+ text run at (0,258) width 102: "reprehenderit in"
+ text run at (0,278) width 123: "voluptate velit esse"
+ text run at (0,298) width 147: "cillum dolore eu fugiat"
+ text run at (0,318) width 158: "nulla pariatur. Excepteur"
+ text run at (0,338) width 145: "sint occaecat cupidatat"
+ text run at (0,358) width 133: "non proident, sunt in"
+ text run at (0,378) width 163: "culpa qui officia deserunt"
+ text run at (0,398) width 113: "mollit anim id est"
+ text run at (0,418) width 58: "laborum."
+ RenderBlock {DIV} at (0,2048) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,2114) size 164x438
+ RenderText {#text} at (0,0) size 163x437
+ text run at (0,0) width 155: "5 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,100) width 155: "dolore magna aliqua. Ut"
+ text run at (0,120) width 152: "enim ad minim veniam,"
+ text run at (0,140) width 159: "quis nostrud exercitation"
+ text run at (0,160) width 143: "ullamco laboris nisi ut"
+ text run at (0,180) width 150: "aliquip ex ea commodo"
+ text run at (0,200) width 133: "consequat. Duis aute"
+ text run at (0,220) width 85: "irure dolor in"
+ text run at (0,240) width 102: "reprehenderit in"
+ text run at (0,278) width 123: "voluptate velit esse"
+ text run at (0,298) width 147: "cillum dolore eu fugiat"
+ text run at (0,318) width 158: "nulla pariatur. Excepteur"
+ text run at (0,338) width 145: "sint occaecat cupidatat"
+ text run at (0,358) width 133: "non proident, sunt in"
+ text run at (0,378) width 163: "culpa qui officia deserunt"
+ text run at (0,398) width 113: "mollit anim id est"
+ text run at (0,418) width 58: "laborum."
+ RenderBlock {DIV} at (0,2568) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,2634) size 164x438
+ RenderText {#text} at (0,0) size 163x437
+ text run at (0,0) width 155: "6 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,100) width 155: "dolore magna aliqua. Ut"
+ text run at (0,120) width 152: "enim ad minim veniam,"
+ text run at (0,140) width 159: "quis nostrud exercitation"
+ text run at (0,160) width 143: "ullamco laboris nisi ut"
+ text run at (0,180) width 150: "aliquip ex ea commodo"
+ text run at (0,200) width 133: "consequat. Duis aute"
+ text run at (0,220) width 85: "irure dolor in"
+ text run at (0,240) width 102: "reprehenderit in"
+ text run at (0,260) width 123: "voluptate velit esse"
+ text run at (0,280) width 147: "cillum dolore eu fugiat"
+ text run at (0,300) width 158: "nulla pariatur. Excepteur"
+ text run at (0,320) width 145: "sint occaecat cupidatat"
+ text run at (0,358) width 133: "non proident, sunt in"
+ text run at (0,378) width 163: "culpa qui officia deserunt"
+ text run at (0,398) width 113: "mollit anim id est"
+ text run at (0,418) width 58: "laborum."
+ RenderBlock {DIV} at (0,3088) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,3154) size 164x420
+ RenderText {#text} at (0,0) size 163x419
+ text run at (0,0) width 155: "7 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,100) width 155: "dolore magna aliqua. Ut"
+ text run at (0,120) width 152: "enim ad minim veniam,"
+ text run at (0,140) width 159: "quis nostrud exercitation"
+ text run at (0,160) width 143: "ullamco laboris nisi ut"
+ text run at (0,180) width 150: "aliquip ex ea commodo"
+ text run at (0,200) width 133: "consequat. Duis aute"
+ text run at (0,220) width 85: "irure dolor in"
+ text run at (0,240) width 102: "reprehenderit in"
+ text run at (0,260) width 123: "voluptate velit esse"
+ text run at (0,280) width 147: "cillum dolore eu fugiat"
+ text run at (0,300) width 158: "nulla pariatur. Excepteur"
+ text run at (0,320) width 145: "sint occaecat cupidatat"
+ text run at (0,340) width 133: "non proident, sunt in"
+ text run at (0,360) width 163: "culpa qui officia deserunt"
+ text run at (0,380) width 113: "mollit anim id est"
+ text run at (0,400) width 58: "laborum."
+ RenderBlock {DIV} at (0,3590) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,3656) size 164x420
+ RenderText {#text} at (0,0) size 163x419
+ text run at (0,0) width 155: "8 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,100) width 155: "dolore magna aliqua. Ut"
+ text run at (0,120) width 152: "enim ad minim veniam,"
+ text run at (0,140) width 159: "quis nostrud exercitation"
+ text run at (0,160) width 143: "ullamco laboris nisi ut"
+ text run at (0,180) width 150: "aliquip ex ea commodo"
+ text run at (0,200) width 133: "consequat. Duis aute"
+ text run at (0,220) width 85: "irure dolor in"
+ text run at (0,240) width 102: "reprehenderit in"
+ text run at (0,260) width 123: "voluptate velit esse"
+ text run at (0,280) width 147: "cillum dolore eu fugiat"
+ text run at (0,300) width 158: "nulla pariatur. Excepteur"
+ text run at (0,320) width 145: "sint occaecat cupidatat"
+ text run at (0,340) width 133: "non proident, sunt in"
+ text run at (0,360) width 163: "culpa qui officia deserunt"
+ text run at (0,380) width 113: "mollit anim id est"
+ text run at (0,400) width 58: "laborum."
+scrolled to -580,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationRightToLeftlrexpectedtxtfromrev188504trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLeftlrexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-lr-expected.txt (from rev 188504, trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-lr-expected.txt) (0 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-lr-expected.txt         (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-lr-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -0,0 +1,81 @@
</span><ins>+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+ RenderMultiColumnSet at (0,0) size 800x600
+layer at (0,0) size 1696x600 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderMultiColumnFlowThread at (0,0) size 1696x600
+layer at (0,0) size 1696x600 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 1696x600
+ RenderBody {BODY} at (8,8) size 1672x584
+ RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (66,0) size 126x584
+ RenderText {#text} at (0,0) size 125x560
+ text run at (0,0) width 527: "1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (106,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (208,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (274,0) size 138x584
+ RenderText {#text} at (0,0) size 137x560
+ text run at (0,0) width 527: "2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (118,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (428,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (494,0) size 138x584
+ RenderText {#text} at (0,0) size 137x560
+ text run at (0,0) width 527: "3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (38,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (58,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (118,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (648,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (712,0) size 120x584
+ RenderText {#text} at (0,0) size 119x560
+ text run at (0,0) width 527: "4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (100,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (848,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (914,0) size 120x584
+ RenderText {#text} at (0,0) size 119x560
+ text run at (0,0) width 527: "5 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (100,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (1050,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (1116,0) size 120x584
+ RenderText {#text} at (0,0) size 119x560
+ text run at (0,0) width 527: "6 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (100,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (1252,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (1318,0) size 134x584
+ RenderText {#text} at (0,0) size 133x560
+ text run at (0,0) width 527: "7 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (114,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (1468,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (1534,0) size 138x584
+ RenderText {#text} at (0,0) size 137x560
+ text run at (0,0) width 527: "8 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (118,0) width 132: "anim id est laborum."
+scrolled to -1180,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationRightToLeftrldynamicexpectedtxtfromrev188504trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLeftrldynamicexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt (from rev 188504, trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt) (0 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt         (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -0,0 +1,81 @@
</span><ins>+layer at (0,0) size 1980x600
+ RenderView at (0,0) size 800x600
+ RenderMultiColumnSet at (0,0) size 800x600
+layer at (-896,0) size 1696x600 backgroundClip at (0,0) size 1980x600 clip at (0,0) size 1980x600 outlineClip at (0,0) size 1980x600
+ RenderMultiColumnFlowThread at (0,0) size 1696x600
+layer at (-896,0) size 1696x600 backgroundClip at (0,0) size 1980x600 clip at (0,0) size 1980x600 outlineClip at (0,0) size 1980x600
+ RenderBlock {HTML} at (0,0) size 1696x600
+ RenderBody {BODY} at (8,8) size 1672x584
+ RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (66,0) size 126x584
+ RenderText {#text} at (0,0) size 125x560
+ text run at (0,0) width 527: "1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (106,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (208,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (274,0) size 138x584
+ RenderText {#text} at (0,0) size 137x560
+ text run at (0,0) width 527: "2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (118,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (428,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (494,0) size 138x584
+ RenderText {#text} at (0,0) size 137x560
+ text run at (0,0) width 527: "3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (38,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (58,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (118,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (648,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (712,0) size 120x584
+ RenderText {#text} at (0,0) size 119x560
+ text run at (0,0) width 527: "4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (100,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (848,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (914,0) size 120x584
+ RenderText {#text} at (0,0) size 119x560
+ text run at (0,0) width 527: "5 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (100,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (1050,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (1116,0) size 120x584
+ RenderText {#text} at (0,0) size 119x560
+ text run at (0,0) width 527: "6 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (100,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (1252,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (1318,0) size 134x584
+ RenderText {#text} at (0,0) size 133x560
+ text run at (0,0) width 527: "7 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (114,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (1468,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (1534,0) size 138x584
+ RenderText {#text} at (0,0) size 137x560
+ text run at (0,0) width 527: "8 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (118,0) width 132: "anim id est laborum."
+scrolled to -1180,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationRightToLeftrlexpectedtxtfromrev188504trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLeftrlexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-expected.txt (from rev 188504, trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-expected.txt) (0 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-expected.txt         (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -0,0 +1,81 @@
</span><ins>+layer at (0,0) size 1980x600
+ RenderView at (0,0) size 800x600
+ RenderMultiColumnSet at (0,0) size 800x600
+layer at (-896,0) size 1696x600 backgroundClip at (0,0) size 1980x600 clip at (0,0) size 1980x600 outlineClip at (0,0) size 1980x600
+ RenderMultiColumnFlowThread at (0,0) size 1696x600
+layer at (-896,0) size 1696x600 backgroundClip at (0,0) size 1980x600 clip at (0,0) size 1980x600 outlineClip at (0,0) size 1980x600
+ RenderBlock {HTML} at (0,0) size 1696x600
+ RenderBody {BODY} at (8,8) size 1672x584
+ RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (66,0) size 126x584
+ RenderText {#text} at (0,0) size 125x560
+ text run at (0,0) width 527: "1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (106,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (208,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (274,0) size 138x584
+ RenderText {#text} at (0,0) size 137x560
+ text run at (0,0) width 527: "2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (118,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (428,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (494,0) size 138x584
+ RenderText {#text} at (0,0) size 137x560
+ text run at (0,0) width 527: "3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (38,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (58,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (118,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (648,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (712,0) size 120x584
+ RenderText {#text} at (0,0) size 119x560
+ text run at (0,0) width 527: "4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (100,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (848,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (914,0) size 120x584
+ RenderText {#text} at (0,0) size 119x560
+ text run at (0,0) width 527: "5 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (100,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (1050,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (1116,0) size 120x584
+ RenderText {#text} at (0,0) size 119x560
+ text run at (0,0) width 527: "6 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (100,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (1252,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (1318,0) size 134x584
+ RenderText {#text} at (0,0) size 133x560
+ text run at (0,0) width 527: "7 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (60,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (80,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (114,0) width 132: "anim id est laborum."
+ RenderBlock {DIV} at (1468,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (1534,0) size 138x584
+ RenderText {#text} at (0,0) size 137x560
+ text run at (0,0) width 527: "8 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor"
+ text run at (20,0) width 539: "incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud"
+ text run at (40,0) width 547: "exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure"
+ text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
+ text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
+ text run at (118,0) width 132: "anim id est laborum."
+scrolled to -1180,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1fastmulticolpaginationRightToLefttbexpectedtxtfromrev188504trunkLayoutTestsplatformiossimulatorfastmulticolpaginationRightToLefttbexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-tb-expected.txt (from rev 188504, trunk/LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-tb-expected.txt) (0 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-tb-expected.txt         (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-tb-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -0,0 +1,201 @@
</span><ins>+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+ RenderMultiColumnSet at (0,0) size 800x600
+layer at (0,0) size 180x4100 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderMultiColumnFlowThread at (0,0) size 180x4100
+layer at (0,0) size 180x4100 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 180x4100
+ RenderBody {BODY} at (8,8) size 164x4076
+ RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,66) size 164x420
+ RenderText {#text} at (0,0) size 163x419
+ text run at (0,0) width 155: "1 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,100) width 155: "dolore magna aliqua. Ut"
+ text run at (0,120) width 152: "enim ad minim veniam,"
+ text run at (0,140) width 159: "quis nostrud exercitation"
+ text run at (0,160) width 143: "ullamco laboris nisi ut"
+ text run at (0,180) width 150: "aliquip ex ea commodo"
+ text run at (0,200) width 133: "consequat. Duis aute"
+ text run at (0,220) width 85: "irure dolor in"
+ text run at (0,240) width 102: "reprehenderit in"
+ text run at (0,260) width 123: "voluptate velit esse"
+ text run at (0,280) width 147: "cillum dolore eu fugiat"
+ text run at (0,300) width 158: "nulla pariatur. Excepteur"
+ text run at (0,320) width 145: "sint occaecat cupidatat"
+ text run at (0,340) width 133: "non proident, sunt in"
+ text run at (0,360) width 163: "culpa qui officia deserunt"
+ text run at (0,380) width 113: "mollit anim id est"
+ text run at (0,400) width 58: "laborum."
+ RenderBlock {DIV} at (0,502) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,568) size 164x424
+ RenderText {#text} at (0,0) size 163x423
+ text run at (0,0) width 155: "2 Lorem ipsum dolor sit"
+ text run at (0,24) width 112: "amet, consectetur"
+ text run at (0,44) width 144: "adipisicing elit, sed do"
+ text run at (0,64) width 104: "eiusmod tempor"
+ text run at (0,84) width 141: "incididunt ut labore et"
+ text run at (0,104) width 155: "dolore magna aliqua. Ut"
+ text run at (0,124) width 152: "enim ad minim veniam,"
+ text run at (0,144) width 159: "quis nostrud exercitation"
+ text run at (0,164) width 143: "ullamco laboris nisi ut"
+ text run at (0,184) width 150: "aliquip ex ea commodo"
+ text run at (0,204) width 133: "consequat. Duis aute"
+ text run at (0,224) width 85: "irure dolor in"
+ text run at (0,244) width 102: "reprehenderit in"
+ text run at (0,264) width 123: "voluptate velit esse"
+ text run at (0,284) width 147: "cillum dolore eu fugiat"
+ text run at (0,304) width 158: "nulla pariatur. Excepteur"
+ text run at (0,324) width 145: "sint occaecat cupidatat"
+ text run at (0,344) width 133: "non proident, sunt in"
+ text run at (0,364) width 163: "culpa qui officia deserunt"
+ text run at (0,384) width 113: "mollit anim id est"
+ text run at (0,404) width 58: "laborum."
+ RenderBlock {DIV} at (0,1008) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,1074) size 164x438
+ RenderText {#text} at (0,0) size 163x437
+ text run at (0,0) width 155: "3 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,118) width 155: "dolore magna aliqua. Ut"
+ text run at (0,138) width 152: "enim ad minim veniam,"
+ text run at (0,158) width 159: "quis nostrud exercitation"
+ text run at (0,178) width 143: "ullamco laboris nisi ut"
+ text run at (0,198) width 150: "aliquip ex ea commodo"
+ text run at (0,218) width 133: "consequat. Duis aute"
+ text run at (0,238) width 85: "irure dolor in"
+ text run at (0,258) width 102: "reprehenderit in"
+ text run at (0,278) width 123: "voluptate velit esse"
+ text run at (0,298) width 147: "cillum dolore eu fugiat"
+ text run at (0,318) width 158: "nulla pariatur. Excepteur"
+ text run at (0,338) width 145: "sint occaecat cupidatat"
+ text run at (0,358) width 133: "non proident, sunt in"
+ text run at (0,378) width 163: "culpa qui officia deserunt"
+ text run at (0,398) width 113: "mollit anim id est"
+ text run at (0,418) width 58: "laborum."
+ RenderBlock {DIV} at (0,1528) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,1594) size 164x438
+ RenderText {#text} at (0,0) size 163x437
+ text run at (0,0) width 155: "4 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,100) width 155: "dolore magna aliqua. Ut"
+ text run at (0,120) width 152: "enim ad minim veniam,"
+ text run at (0,140) width 159: "quis nostrud exercitation"
+ text run at (0,160) width 143: "ullamco laboris nisi ut"
+ text run at (0,198) width 150: "aliquip ex ea commodo"
+ text run at (0,218) width 133: "consequat. Duis aute"
+ text run at (0,238) width 85: "irure dolor in"
+ text run at (0,258) width 102: "reprehenderit in"
+ text run at (0,278) width 123: "voluptate velit esse"
+ text run at (0,298) width 147: "cillum dolore eu fugiat"
+ text run at (0,318) width 158: "nulla pariatur. Excepteur"
+ text run at (0,338) width 145: "sint occaecat cupidatat"
+ text run at (0,358) width 133: "non proident, sunt in"
+ text run at (0,378) width 163: "culpa qui officia deserunt"
+ text run at (0,398) width 113: "mollit anim id est"
+ text run at (0,418) width 58: "laborum."
+ RenderBlock {DIV} at (0,2048) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,2114) size 164x438
+ RenderText {#text} at (0,0) size 163x437
+ text run at (0,0) width 155: "5 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,100) width 155: "dolore magna aliqua. Ut"
+ text run at (0,120) width 152: "enim ad minim veniam,"
+ text run at (0,140) width 159: "quis nostrud exercitation"
+ text run at (0,160) width 143: "ullamco laboris nisi ut"
+ text run at (0,180) width 150: "aliquip ex ea commodo"
+ text run at (0,200) width 133: "consequat. Duis aute"
+ text run at (0,220) width 85: "irure dolor in"
+ text run at (0,240) width 102: "reprehenderit in"
+ text run at (0,278) width 123: "voluptate velit esse"
+ text run at (0,298) width 147: "cillum dolore eu fugiat"
+ text run at (0,318) width 158: "nulla pariatur. Excepteur"
+ text run at (0,338) width 145: "sint occaecat cupidatat"
+ text run at (0,358) width 133: "non proident, sunt in"
+ text run at (0,378) width 163: "culpa qui officia deserunt"
+ text run at (0,398) width 113: "mollit anim id est"
+ text run at (0,418) width 58: "laborum."
+ RenderBlock {DIV} at (0,2568) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,2634) size 164x438
+ RenderText {#text} at (0,0) size 163x437
+ text run at (0,0) width 155: "6 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,100) width 155: "dolore magna aliqua. Ut"
+ text run at (0,120) width 152: "enim ad minim veniam,"
+ text run at (0,140) width 159: "quis nostrud exercitation"
+ text run at (0,160) width 143: "ullamco laboris nisi ut"
+ text run at (0,180) width 150: "aliquip ex ea commodo"
+ text run at (0,200) width 133: "consequat. Duis aute"
+ text run at (0,220) width 85: "irure dolor in"
+ text run at (0,240) width 102: "reprehenderit in"
+ text run at (0,260) width 123: "voluptate velit esse"
+ text run at (0,280) width 147: "cillum dolore eu fugiat"
+ text run at (0,300) width 158: "nulla pariatur. Excepteur"
+ text run at (0,320) width 145: "sint occaecat cupidatat"
+ text run at (0,358) width 133: "non proident, sunt in"
+ text run at (0,378) width 163: "culpa qui officia deserunt"
+ text run at (0,398) width 113: "mollit anim id est"
+ text run at (0,418) width 58: "laborum."
+ RenderBlock {DIV} at (0,3088) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,3154) size 164x420
+ RenderText {#text} at (0,0) size 163x419
+ text run at (0,0) width 155: "7 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,100) width 155: "dolore magna aliqua. Ut"
+ text run at (0,120) width 152: "enim ad minim veniam,"
+ text run at (0,140) width 159: "quis nostrud exercitation"
+ text run at (0,160) width 143: "ullamco laboris nisi ut"
+ text run at (0,180) width 150: "aliquip ex ea commodo"
+ text run at (0,200) width 133: "consequat. Duis aute"
+ text run at (0,220) width 85: "irure dolor in"
+ text run at (0,240) width 102: "reprehenderit in"
+ text run at (0,260) width 123: "voluptate velit esse"
+ text run at (0,280) width 147: "cillum dolore eu fugiat"
+ text run at (0,300) width 158: "nulla pariatur. Excepteur"
+ text run at (0,320) width 145: "sint occaecat cupidatat"
+ text run at (0,340) width 133: "non proident, sunt in"
+ text run at (0,360) width 163: "culpa qui officia deserunt"
+ text run at (0,380) width 113: "mollit anim id est"
+ text run at (0,400) width 58: "laborum."
+ RenderBlock {DIV} at (0,3590) size 50x50 [bgcolor=#0000FF]
+ RenderBlock {P} at (0,3656) size 164x420
+ RenderText {#text} at (0,0) size 163x419
+ text run at (0,0) width 155: "8 Lorem ipsum dolor sit"
+ text run at (0,20) width 112: "amet, consectetur"
+ text run at (0,40) width 144: "adipisicing elit, sed do"
+ text run at (0,60) width 104: "eiusmod tempor"
+ text run at (0,80) width 141: "incididunt ut labore et"
+ text run at (0,100) width 155: "dolore magna aliqua. Ut"
+ text run at (0,120) width 152: "enim ad minim veniam,"
+ text run at (0,140) width 159: "quis nostrud exercitation"
+ text run at (0,160) width 143: "ullamco laboris nisi ut"
+ text run at (0,180) width 150: "aliquip ex ea commodo"
+ text run at (0,200) width 133: "consequat. Duis aute"
+ text run at (0,220) width 85: "irure dolor in"
+ text run at (0,240) width 102: "reprehenderit in"
+ text run at (0,260) width 123: "voluptate velit esse"
+ text run at (0,280) width 147: "cillum dolore eu fugiat"
+ text run at (0,300) width 158: "nulla pariatur. Excepteur"
+ text run at (0,320) width 145: "sint occaecat cupidatat"
+ text run at (0,340) width 133: "non proident, sunt in"
+ text run at (0,360) width 163: "culpa qui officia deserunt"
+ text run at (0,380) width 113: "mollit anim id est"
+ text run at (0,400) width 58: "laborum."
+scrolled to -580,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1fastmulticolverticalrlcolumnbreakwithbalancingexpectedtxtfromrev188504trunkLayoutTestsplatformiossimulatorfastmulticolverticalrlcolumnbreakwithbalancingexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt (from rev 188504, trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt) (0 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt         (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -0,0 +1,170 @@
</span><ins>+layer at (0,0) size 892x600
+ RenderView at (0,0) size 800x600
+layer at (-92,0) size 892x600 backgroundClip at (0,0) size 892x600 clip at (0,0) size 892x600 outlineClip at (0,0) size 892x600
+ RenderBlock {HTML} at (0,0) size 892x600
+ RenderBody {BODY} at (8,8) size 876x584
+layer at (362,8) size 430x584
+ RenderBlock {DIV} at (0,0) size 430x584 [border: (5px solid #0000FF)]
+ RenderMultiColumnSet at (5,5) size 420x574
+layer at (287,13) size 500x279
+ RenderMultiColumnFlowThread at (5,5) size 500x279
+ RenderBlock (anonymous) at (0,0) size 420x279
+ RenderText {#text} at (0,0) size 19x113
+ text run at (0,0) width 113: "This is some text."
+ RenderBR {BR} at (15,112) size 0x1
+ RenderText {#text} at (20,0) size 19x113
+ text run at (20,0) width 113: "This is some text."
+ RenderBR {BR} at (35,112) size 0x1
+ RenderText {#text} at (40,0) size 19x113
+ text run at (40,0) width 113: "This is some text."
+ RenderBR {BR} at (55,112) size 0x1
+ RenderText {#text} at (60,0) size 19x113
+ text run at (60,0) width 113: "This is some text."
+ RenderBR {BR} at (75,112) size 0x1
+ RenderText {#text} at (80,0) size 19x113
+ text run at (80,0) width 113: "This is some text."
+ RenderBR {BR} at (95,112) size 0x1
+ RenderText {#text} at (100,0) size 19x113
+ text run at (100,0) width 113: "This is some text."
+ RenderBR {BR} at (115,112) size 0x1
+ RenderText {#text} at (120,0) size 19x113
+ text run at (120,0) width 113: "This is some text."
+ RenderBR {BR} at (135,112) size 0x1
+ RenderText {#text} at (140,0) size 19x113
+ text run at (140,0) width 113: "This is some text."
+ RenderBR {BR} at (155,112) size 0x1
+ RenderText {#text} at (160,0) size 19x113
+ text run at (160,0) width 113: "This is some text."
+ RenderBR {BR} at (175,112) size 0x1
+ RenderText {#text} at (180,0) size 19x113
+ text run at (180,0) width 113: "This is some text."
+ RenderBR {BR} at (195,112) size 0x1
+ RenderText {#text} at (200,0) size 19x113
+ text run at (200,0) width 113: "This is some text."
+ RenderBR {BR} at (215,112) size 0x1
+ RenderText {#text} at (220,0) size 19x113
+ text run at (220,0) width 113: "This is some text."
+ RenderBR {BR} at (235,112) size 0x1
+ RenderText {#text} at (240,0) size 19x113
+ text run at (240,0) width 113: "This is some text."
+ RenderBR {BR} at (255,112) size 0x1
+ RenderText {#text} at (260,0) size 19x113
+ text run at (260,0) width 113: "This is some text."
+ RenderBR {BR} at (275,112) size 0x1
+ RenderText {#text} at (280,0) size 19x113
+ text run at (280,0) width 113: "This is some text."
+ RenderBR {BR} at (295,112) size 0x1
+ RenderText {#text} at (300,0) size 19x113
+ text run at (300,0) width 113: "This is some text."
+ RenderBR {BR} at (315,112) size 0x1
+ RenderText {#text} at (320,0) size 19x113
+ text run at (320,0) width 113: "This is some text."
+ RenderBR {BR} at (335,112) size 0x1
+ RenderText {#text} at (340,0) size 19x113
+ text run at (340,0) width 113: "This is some text."
+ RenderBR {BR} at (355,112) size 0x1
+ RenderText {#text} at (360,0) size 19x113
+ text run at (360,0) width 113: "This is some text."
+ RenderBR {BR} at (375,112) size 0x1
+ RenderText {#text} at (380,0) size 19x113
+ text run at (380,0) width 113: "This is some text."
+ RenderBR {BR} at (395,112) size 0x1
+ RenderText {#text} at (400,0) size 19x113
+ text run at (400,0) width 113: "This is some text."
+ RenderBR {BR} at (415,112) size 0x1
+ RenderBlock {DIV} at (420,0) size 80x279
+ RenderText {#text} at (0,0) size 19x267
+ text run at (0,0) width 267: "This text should be in the second column."
+ RenderBR {BR} at (15,266) size 0x1
+ RenderText {#text} at (20,0) size 19x267
+ text run at (20,0) width 267: "This text should be in the second column."
+ RenderBR {BR} at (35,266) size 0x1
+ RenderText {#text} at (40,0) size 19x267
+ text run at (40,0) width 267: "This text should be in the second column."
+ RenderBR {BR} at (55,266) size 0x1
+ RenderText {#text} at (60,0) size 19x267
+ text run at (60,0) width 267: "This text should be in the second column."
+ RenderBR {BR} at (75,266) size 0x1
+layer at (-84,8) size 430x584 backgroundClip at (0,0) size 892x600 clip at (0,0) size 892x600 outlineClip at (0,0) size 892x600
+ RenderBlock {DIV} at (446,0) size 430x584 [border: (5px solid #0000FF)]
+ RenderMultiColumnSet at (5,5) size 420x574
+layer at (-499,13) size 840x279 backgroundClip at (0,0) size 892x600 clip at (0,0) size 892x600 outlineClip at (0,0) size 892x600
+ RenderMultiColumnFlowThread at (5,5) size 840x279
+ RenderBlock (anonymous) at (0,0) size 80x279
+ RenderText {#text} at (0,0) size 19x248
+ text run at (0,0) width 248: "This text should be in the first column."
+ RenderBR {BR} at (15,247) size 0x1
+ RenderText {#text} at (20,0) size 19x248
+ text run at (20,0) width 248: "This text should be in the first column."
+ RenderBR {BR} at (35,247) size 0x1
+ RenderText {#text} at (40,0) size 19x248
+ text run at (40,0) width 248: "This text should be in the first column."
+ RenderBR {BR} at (55,247) size 0x1
+ RenderText {#text} at (60,0) size 19x248
+ text run at (60,0) width 248: "This text should be in the first column."
+ RenderBR {BR} at (75,247) size 0x1
+ RenderBlock {DIV} at (420,0) size 420x279
+ RenderText {#text} at (0,0) size 19x113
+ text run at (0,0) width 113: "This is some text."
+ RenderBR {BR} at (15,112) size 0x1
+ RenderText {#text} at (20,0) size 19x113
+ text run at (20,0) width 113: "This is some text."
+ RenderBR {BR} at (35,112) size 0x1
+ RenderText {#text} at (40,0) size 19x113
+ text run at (40,0) width 113: "This is some text."
+ RenderBR {BR} at (55,112) size 0x1
+ RenderText {#text} at (60,0) size 19x113
+ text run at (60,0) width 113: "This is some text."
+ RenderBR {BR} at (75,112) size 0x1
+ RenderText {#text} at (80,0) size 19x113
+ text run at (80,0) width 113: "This is some text."
+ RenderBR {BR} at (95,112) size 0x1
+ RenderText {#text} at (100,0) size 19x113
+ text run at (100,0) width 113: "This is some text."
+ RenderBR {BR} at (115,112) size 0x1
+ RenderText {#text} at (120,0) size 19x113
+ text run at (120,0) width 113: "This is some text."
+ RenderBR {BR} at (135,112) size 0x1
+ RenderText {#text} at (140,0) size 19x113
+ text run at (140,0) width 113: "This is some text."
+ RenderBR {BR} at (155,112) size 0x1
+ RenderText {#text} at (160,0) size 19x113
+ text run at (160,0) width 113: "This is some text."
+ RenderBR {BR} at (175,112) size 0x1
+ RenderText {#text} at (180,0) size 19x113
+ text run at (180,0) width 113: "This is some text."
+ RenderBR {BR} at (195,112) size 0x1
+ RenderText {#text} at (200,0) size 19x113
+ text run at (200,0) width 113: "This is some text."
+ RenderBR {BR} at (215,112) size 0x1
+ RenderText {#text} at (220,0) size 19x113
+ text run at (220,0) width 113: "This is some text."
+ RenderBR {BR} at (235,112) size 0x1
+ RenderText {#text} at (240,0) size 19x113
+ text run at (240,0) width 113: "This is some text."
+ RenderBR {BR} at (255,112) size 0x1
+ RenderText {#text} at (260,0) size 19x113
+ text run at (260,0) width 113: "This is some text."
+ RenderBR {BR} at (275,112) size 0x1
+ RenderText {#text} at (280,0) size 19x113
+ text run at (280,0) width 113: "This is some text."
+ RenderBR {BR} at (295,112) size 0x1
+ RenderText {#text} at (300,0) size 19x113
+ text run at (300,0) width 113: "This is some text."
+ RenderBR {BR} at (315,112) size 0x1
+ RenderText {#text} at (320,0) size 19x113
+ text run at (320,0) width 113: "This is some text."
+ RenderBR {BR} at (335,112) size 0x1
+ RenderText {#text} at (340,0) size 19x113
+ text run at (340,0) width 113: "This is some text."
+ RenderBR {BR} at (355,112) size 0x1
+ RenderText {#text} at (360,0) size 19x113
+ text run at (360,0) width 113: "This is some text."
+ RenderBR {BR} at (375,112) size 0x1
+ RenderText {#text} at (380,0) size 19x113
+ text run at (380,0) width 113: "This is some text."
+ RenderBR {BR} at (395,112) size 0x1
+ RenderText {#text} at (400,0) size 19x113
+ text run at (400,0) width 113: "This is some text."
+ RenderBR {BR} at (415,112) size 0x1
+scrolled to -92,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1fastmulticolverticalrlcolumnrulesexpectedtxtfromrev188504trunkLayoutTestsplatformiossimulatorfastmulticolverticalrlcolumnrulesexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-rules-expected.txt (from rev 188504, trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-rules-expected.txt) (0 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-rules-expected.txt         (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-rules-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -0,0 +1,138 @@
</span><ins>+layer at (0,0) size 866x600
+ RenderView at (0,0) size 800x600
+layer at (-66,0) size 866x600 backgroundClip at (0,0) size 866x600 clip at (0,0) size 866x600 outlineClip at (0,0) size 866x600
+ RenderBlock {HTML} at (0,0) size 866x600
+ RenderBody {BODY} at (8,8) size 850x584
+layer at (-58,8) size 850x584 backgroundClip at (0,0) size 866x600 clip at (0,0) size 866x600 outlineClip at (0,0) size 866x600
+ RenderBlock {DIV} at (0,0) size 850x584 [border: (5px solid #000000)]
+ RenderMultiColumnSet at (5,15) size 840x554
+layer at (-1733,23) size 2520x174 backgroundClip at (0,0) size 866x600 clip at (0,0) size 866x600 outlineClip at (0,0) size 866x600
+ RenderMultiColumnFlowThread at (5,15) size 2520x174
+ RenderText {#text} at (0,0) size 2519x174
+ text run at (0,0) width 143: "Lorem ipsum dolor sit"
+ text run at (20,0) width 120: "amet, consectetuer"
+ text run at (40,0) width 134: "adipiscing elit. Nulla"
+ text run at (60,0) width 119: "varius enim ac mi."
+ text run at (80,0) width 169: "Curabitur sollicitudin felis"
+ text run at (100,0) width 130: "quis lectus. Quisque"
+ text run at (120,0) width 155: "adipiscing rhoncus sem."
+ text run at (140,0) width 115: "Proin nulla purus,"
+ text run at (160,0) width 151: "vulputate vel, varius ut,"
+ text run at (180,0) width 168: "euismod et, nisi. Sed vitae"
+ text run at (200,0) width 130: "felis vel orci sagittis"
+ text run at (220,0) width 151: "aliquam. Cras convallis"
+ text run at (240,0) width 135: "adipiscing sem. Nam"
+ text run at (260,0) width 157: "nonummy enim. Nullam"
+ text run at (280,0) width 164: "bibendum lobortis neque."
+ text run at (300,0) width 139: "Vestibulum velit orci,"
+ text run at (320,0) width 163: "tempus euismod, pretium"
+ text run at (340,0) width 172: "quis, interdum vitae, nulla."
+ text run at (360,0) width 138: "Phasellus eget ante et"
+ text run at (380,0) width 128: "tortor condimentum"
+ text run at (400,0) width 158: "vestibulum. Suspendisse"
+ text run at (420,0) width 160: "hendrerit quam nec felis."
+ text run at (440,0) width 143: "Sed varius turpis vitae"
+ text run at (460,0) width 162: "pede. Lorem ipsum dolor"
+ text run at (480,0) width 139: "sit amet, consectetuer"
+ text run at (500,0) width 133: "adipiscing elit. Proin"
+ text run at (520,0) width 158: "bibendum justo ac enim."
+ text run at (540,0) width 174: "Class aptent taciti sociosqu"
+ text run at (560,0) width 135: "ad litora torquent per"
+ text run at (580,0) width 123: "conubia nostra, per"
+ text run at (600,0) width 162: "inceptos hymenaeos. Sed"
+ text run at (620,0) width 131: "leo nulla, rutrum eu,"
+ text run at (640,0) width 147: "dictum ut, posuere vel,"
+ text run at (660,0) width 156: "arcu. Nam libero. Morbi"
+ text run at (680,0) width 97: "orci. Maecenas"
+ text run at (700,0) width 150: "pellentesque. Curabitur"
+ text run at (720,0) width 157: "erat erat, ullamcorper at,"
+ text run at (740,0) width 172: "gravida vitae, iaculis vitae,"
+ text run at (760,0) width 120: "elit. Nullam quam."
+ text run at (780,0) width 128: "Quisque orci lectus,"
+ text run at (800,0) width 166: "ullamcorper eu, imperdiet"
+ text run at (820,0) width 157: "sed, accumsan et, ligula."
+ text run at (840,0) width 162: "Duis diam nisl, sagittis a,"
+ text run at (860,0) width 167: "blandit volutpat, interdum"
+ text run at (880,0) width 139: "sed, velit. Vestibulum"
+ text run at (900,0) width 134: "quam. Nulla a purus."
+ text run at (920,0) width 161: "Phasellus semper semper"
+ text run at (940,0) width 141: "lectus. Nulla porttitor,"
+ text run at (960,0) width 158: "dolor dictum scelerisque"
+ text run at (980,0) width 171: "luctus, velit ipsum lobortis"
+ text run at (1000,0) width 156: "mauris, ac pretium enim"
+ text run at (1020,0) width 132: "nunc vel risus. Proin"
+ text run at (1040,0) width 160: "gravida mi ut sem cursus"
+ text run at (1060,0) width 164: "mattis. Fusce laoreet, nisi"
+ text run at (1080,0) width 161: "quis luctus volutpat, arcu"
+ text run at (1100,0) width 158: "pede tincidunt enim, nec"
+ text run at (1120,0) width 147: "malesuada urna nisl eu"
+ text run at (1140,0) width 140: "enim. Vivamus varius"
+ text run at (1160,0) width 100: "augue ac purus."
+ text run at (1180,0) width 152: "Vestibulum vestibulum."
+ text run at (1200,0) width 164: "Phasellus et est vitae ante"
+ text run at (1220,0) width 166: "accumsan rhoncus. Morbi"
+ text run at (1240,0) width 171: "convallis, arcu at hendrerit"
+ text run at (1260,0) width 118: "gravida, sem diam"
+ text run at (1280,0) width 174: "dignissim risus, sed aliquet"
+ text run at (1300,0) width 170: "erat mi ut mi. Nunc cursus"
+ text run at (1320,0) width 141: "lacinia elit. Nunc nisi."
+ text run at (1340,0) width 101: "Quisque at erat."
+ text run at (1360,0) width 161: "Vestibulum dictum quam"
+ text run at (1380,0) width 172: "vitae nibh. Nunc vitae ante"
+ text run at (1400,0) width 171: "non odio interdum blandit."
+ text run at (1420,0) width 129: "Curabitur leo quam,"
+ text run at (1440,0) width 169: "fermentum sed, feugiat in,"
+ text run at (1460,0) width 135: "ullamcorper id, nibh."
+ text run at (1480,0) width 159: "Suspendisse ac turpis. In"
+ text run at (1500,0) width 147: "iaculis sollicitudin dui."
+ text run at (1520,0) width 161: "Aenean vitae lectus vitae"
+ text run at (1540,0) width 116: "nulla pellentesque"
+ text run at (1560,0) width 167: "sollicitudin. Nunc gravida"
+ text run at (1580,0) width 140: "pharetra lectus. Etiam"
+ text run at (1600,0) width 153: "lacus ligula, placerat ut,"
+ text run at (1620,0) width 162: "dictum vitae, tempus vel,"
+ text run at (1640,0) width 127: "risus. Cras rhoncus."
+ text run at (1660,0) width 153: "Praesent varius ultricies"
+ text run at (1680,0) width 164: "orci. Donec mattis, neque"
+ text run at (1700,0) width 148: "ut ornare fringilla, ante"
+ text run at (1720,0) width 142: "urna placerat eros, vel"
+ text run at (1740,0) width 148: "commodo nisi tortor ut"
+ text run at (1760,0) width 167: "mauris. Morbi magna dui,"
+ text run at (1780,0) width 165: "sagittis sit amet, tincidunt"
+ text run at (1800,0) width 169: "et, elementum eget, quam."
+ text run at (1820,0) width 158: "Fusce molestie nisl vitae"
+ text run at (1840,0) width 164: "nisi. Vestibulum a sapien."
+ text run at (1860,0) width 132: "Phasellus ante lacus,"
+ text run at (1880,0) width 147: "vehicula non, cursus a,"
+ text run at (1900,0) width 117: "tempor ut, magna."
+ text run at (1920,0) width 172: "Suspendisse potenti. Fusce"
+ text run at (1940,0) width 130: "aliquet, odio viverra"
+ text run at (1960,0) width 148: "vulputate dictum, enim"
+ text run at (1980,0) width 131: "odio luctus purus, ut"
+ text run at (2000,0) width 147: "scelerisque quam nulla"
+ text run at (2020,0) width 168: "non est. Donec eros lacus,"
+ text run at (2040,0) width 167: "egestas vitae, lacinia quis,"
+ text run at (2060,0) width 163: "tempor quis, pede. Morbi"
+ text run at (2080,0) width 168: "orci erat, iaculis id, ornare"
+ text run at (2100,0) width 147: "ac, elementum at, sem."
+ text run at (2120,0) width 162: "Nunc ornare sodales nisi."
+ text run at (2140,0) width 170: "Morbi interdum commodo"
+ text run at (2160,0) width 158: "nisl. Fusce eget eros non"
+ text run at (2180,0) width 154: "nisi ornare facilisis. Sed"
+ text run at (2200,0) width 159: "placerat, est non posuere"
+ text run at (2220,0) width 124: "posuere, purus sem"
+ text run at (2240,0) width 168: "dignissim libero, a viverra"
+ text run at (2260,0) width 142: "tellus dolor vel lorem."
+ text run at (2280,0) width 174: "Cras augue. Etiam ultricies"
+ text run at (2300,0) width 168: "consequat odio. Mauris ac"
+ text run at (2320,0) width 142: "libero. Etiam posuere,"
+ text run at (2340,0) width 131: "libero vitae euismod"
+ text run at (2360,0) width 109: "gravida, urna elit"
+ text run at (2380,0) width 136: "imperdiet magna, vel"
+ text run at (2400,0) width 125: "cursus elit felis non"
+ text run at (2420,0) width 155: "mauris. Donec orci erat,"
+ text run at (2440,0) width 140: "porta id, dignissim ut,"
+ text run at (2460,0) width 130: "posuere dictum, leo."
+ text run at (2480,0) width 154: "Suspendisse scelerisque"
+ text run at (2500,0) width 87: "egestas nulla."
+scrolled to -66,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1fastmulticolverticalrlfloatpaginatecomplexexpectedtxtfromrev188504trunkLayoutTestsplatformiossimulatorfastmulticolverticalrlfloatpaginatecomplexexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/vertical-rl/float-paginate-complex-expected.txt (from rev 188504, trunk/LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/float-paginate-complex-expected.txt) (0 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/vertical-rl/float-paginate-complex-expected.txt         (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/fast/multicol/vertical-rl/float-paginate-complex-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -0,0 +1,265 @@
</span><ins>+layer at (0,0) size 1680x1208
+ RenderView at (0,0) size 800x600
+layer at (-880,0) size 1680x600 backgroundClip at (0,0) size 1680x1208 clip at (0,0) size 1680x1208 outlineClip at (0,0) size 1680x1208
+ RenderBlock {HTML} at (0,0) size 1680x600
+ RenderBody {BODY} at (8,8) size 1664x1200
+layer at (388,8) size 404x1200
+ RenderBlock {DIV} at (0,0) size 404x1200 [border: (2px solid #000000)]
+ RenderMultiColumnSet at (2,2) size 400x1196
+layer at (-146,10) size 936x388 backgroundClip at (0,0) size 1680x1208 clip at (0,0) size 1680x1208 outlineClip at (0,0) size 1680x1208
+ RenderMultiColumnFlowThread at (2,2) size 936x388
+ RenderBlock (anonymous) at (0,0) size 280x388
+ RenderText {#text} at (0,0) size 19x113
+ text run at (0,0) width 113: "This is some text."
+ RenderBR {BR} at (15,112) size 0x1
+ RenderText {#text} at (20,0) size 19x113
+ text run at (20,0) width 113: "This is some text."
+ RenderBR {BR} at (35,112) size 0x1
+ RenderText {#text} at (40,0) size 19x113
+ text run at (40,0) width 113: "This is some text."
+ RenderBR {BR} at (55,112) size 0x1
+ RenderText {#text} at (60,0) size 19x113
+ text run at (60,0) width 113: "This is some text."
+ RenderBR {BR} at (75,112) size 0x1
+ RenderText {#text} at (80,0) size 19x113
+ text run at (80,0) width 113: "This is some text."
+ RenderBR {BR} at (95,112) size 0x1
+ RenderText {#text} at (100,0) size 19x113
+ text run at (100,0) width 113: "This is some text."
+ RenderBR {BR} at (115,112) size 0x1
+ RenderText {#text} at (120,0) size 19x113
+ text run at (120,0) width 113: "This is some text."
+ RenderBR {BR} at (135,112) size 0x1
+ RenderText {#text} at (140,0) size 19x113
+ text run at (140,0) width 113: "This is some text."
+ RenderBR {BR} at (155,112) size 0x1
+ RenderText {#text} at (160,0) size 19x113
+ text run at (160,0) width 113: "This is some text."
+ RenderBR {BR} at (175,112) size 0x1
+ RenderText {#text} at (180,0) size 19x113
+ text run at (180,0) width 113: "This is some text."
+ RenderBR {BR} at (195,112) size 0x1
+ RenderText {#text} at (200,0) size 19x113
+ text run at (200,0) width 113: "This is some text."
+ RenderBR {BR} at (215,112) size 0x1
+ RenderText {#text} at (220,0) size 19x113
+ text run at (220,0) width 113: "This is some text."
+ RenderBR {BR} at (235,112) size 0x1
+ RenderText {#text} at (240,0) size 19x113
+ text run at (240,0) width 113: "This is some text."
+ RenderBR {BR} at (255,112) size 0x1
+ RenderText {#text} at (260,0) size 19x113
+ text run at (260,0) width 113: "This is some text."
+ RenderBR {BR} at (275,112) size 0x1
+ RenderBlock {P} at (296,0) size 624x388
+ RenderBlock (floating) {SPAN} at (104,0) size 149x79
+ RenderText {#text} at (3,0) size 143x79
+ text run at (3,0) width 79: "T"
+ RenderText {#text} at (104,78) size 19x104
+ text run at (104,78) width 104: "his is some text."
+ RenderBR {BR} at (119,181) size 0x1
+ RenderText {#text} at (124,78) size 19x114
+ text run at (124,78) width 113: "This is some text."
+ RenderBR {BR} at (139,191) size 0x1
+ RenderText {#text} at (144,78) size 19x114
+ text run at (144,78) width 113: "This is some text."
+ RenderBR {BR} at (159,191) size 0x1
+ RenderText {#text} at (164,78) size 19x114
+ text run at (164,78) width 113: "This is some text."
+ RenderBR {BR} at (179,191) size 0x1
+ RenderText {#text} at (184,78) size 19x114
+ text run at (184,78) width 113: "This is some text."
+ RenderBR {BR} at (199,191) size 0x1
+ RenderText {#text} at (204,78) size 19x114
+ text run at (204,78) width 113: "This is some text."
+ RenderBR {BR} at (219,191) size 0x1
+ RenderText {#text} at (224,78) size 19x114
+ text run at (224,78) width 113: "This is some text."
+ RenderBR {BR} at (239,191) size 0x1
+ RenderText {#text} at (244,78) size 19x114
+ text run at (244,78) width 113: "This is some text."
+ RenderBR {BR} at (259,191) size 0x1
+ RenderText {#text} at (264,0) size 19x113
+ text run at (264,0) width 113: "This is some text."
+ RenderBR {BR} at (279,112) size 0x1
+ RenderText {#text} at (284,0) size 19x113
+ text run at (284,0) width 113: "This is some text."
+ RenderBR {BR} at (299,112) size 0x1
+ RenderText {#text} at (304,0) size 19x113
+ text run at (304,0) width 113: "This is some text."
+ RenderBR {BR} at (319,112) size 0x1
+ RenderText {#text} at (324,0) size 19x113
+ text run at (324,0) width 113: "This is some text."
+ RenderBR {BR} at (339,112) size 0x1
+ RenderText {#text} at (344,0) size 19x113
+ text run at (344,0) width 113: "This is some text."
+ RenderBR {BR} at (359,112) size 0x1
+ RenderText {#text} at (364,0) size 19x113
+ text run at (364,0) width 113: "This is some text."
+ RenderBR {BR} at (379,112) size 0x1
+ RenderText {#text} at (384,0) size 19x113
+ text run at (384,0) width 113: "This is some text."
+ RenderBR {BR} at (399,112) size 0x1
+ RenderText {#text} at (404,0) size 19x113
+ text run at (404,0) width 113: "This is some text."
+ RenderBR {BR} at (419,112) size 0x1
+ RenderText {#text} at (424,0) size 19x113
+ text run at (424,0) width 113: "This is some text."
+ RenderBR {BR} at (439,112) size 0x1
+ RenderText {#text} at (444,0) size 19x113
+ text run at (444,0) width 113: "This is some text."
+ RenderBR {BR} at (459,112) size 0x1
+ RenderText {#text} at (464,0) size 19x113
+ text run at (464,0) width 113: "This is some text."
+ RenderBR {BR} at (479,112) size 0x1
+ RenderText {#text} at (484,0) size 19x113
+ text run at (484,0) width 113: "This is some text."
+ RenderBR {BR} at (499,112) size 0x1
+ RenderText {#text} at (504,0) size 19x113
+ text run at (504,0) width 113: "This is some text."
+ RenderBR {BR} at (519,112) size 0x1
+ RenderText {#text} at (524,0) size 19x113
+ text run at (524,0) width 113: "This is some text."
+ RenderBR {BR} at (539,112) size 0x1
+ RenderText {#text} at (544,0) size 19x113
+ text run at (544,0) width 113: "This is some text."
+ RenderBR {BR} at (559,112) size 0x1
+ RenderText {#text} at (564,0) size 19x113
+ text run at (564,0) width 113: "This is some text."
+ RenderBR {BR} at (579,112) size 0x1
+ RenderText {#text} at (584,0) size 19x113
+ text run at (584,0) width 113: "This is some text."
+ RenderBR {BR} at (599,112) size 0x1
+ RenderText {#text} at (604,0) size 19x113
+ text run at (604,0) width 113: "This is some text."
+ RenderBR {BR} at (619,112) size 0x1
+layer at (-32,8) size 404x1200 backgroundClip at (0,0) size 1680x1208 clip at (0,0) size 1680x1208 outlineClip at (0,0) size 1680x1208
+ RenderBlock {DIV} at (420,0) size 404x1200 [border: (2px solid #000000)]
+ RenderMultiColumnSet at (2,2) size 400x1196
+layer at (-566,10) size 936x388 backgroundClip at (0,0) size 1680x1208 clip at (0,0) size 1680x1208 outlineClip at (0,0) size 1680x1208
+ RenderMultiColumnFlowThread at (2,2) size 936x388
+ RenderBlock (anonymous) at (0,0) size 280x388
+ RenderText {#text} at (0,0) size 19x113
+ text run at (0,0) width 113: "This is some text."
+ RenderBR {BR} at (15,112) size 0x1
+ RenderText {#text} at (20,0) size 19x113
+ text run at (20,0) width 113: "This is some text."
+ RenderBR {BR} at (35,112) size 0x1
+ RenderText {#text} at (40,0) size 19x113
+ text run at (40,0) width 113: "This is some text."
+ RenderBR {BR} at (55,112) size 0x1
+ RenderText {#text} at (60,0) size 19x113
+ text run at (60,0) width 113: "This is some text."
+ RenderBR {BR} at (75,112) size 0x1
+ RenderText {#text} at (80,0) size 19x113
+ text run at (80,0) width 113: "This is some text."
+ RenderBR {BR} at (95,112) size 0x1
+ RenderText {#text} at (100,0) size 19x113
+ text run at (100,0) width 113: "This is some text."
+ RenderBR {BR} at (115,112) size 0x1
+ RenderText {#text} at (120,0) size 19x113
+ text run at (120,0) width 113: "This is some text."
+ RenderBR {BR} at (135,112) size 0x1
+ RenderText {#text} at (140,0) size 19x113
+ text run at (140,0) width 113: "This is some text."
+ RenderBR {BR} at (155,112) size 0x1
+ RenderText {#text} at (160,0) size 19x113
+ text run at (160,0) width 113: "This is some text."
+ RenderBR {BR} at (175,112) size 0x1
+ RenderText {#text} at (180,0) size 19x113
+ text run at (180,0) width 113: "This is some text."
+ RenderBR {BR} at (195,112) size 0x1
+ RenderText {#text} at (200,0) size 19x113
+ text run at (200,0) width 113: "This is some text."
+ RenderBR {BR} at (215,112) size 0x1
+ RenderText {#text} at (220,0) size 19x113
+ text run at (220,0) width 113: "This is some text."
+ RenderBR {BR} at (235,112) size 0x1
+ RenderText {#text} at (240,0) size 19x113
+ text run at (240,0) width 113: "This is some text."
+ RenderBR {BR} at (255,112) size 0x1
+ RenderText {#text} at (260,0) size 19x113
+ text run at (260,0) width 113: "This is some text."
+ RenderBR {BR} at (275,112) size 0x1
+ RenderBlock {P} at (296,0) size 624x388
+ RenderImage {IMG} at (104,0) size 100x100 [bgcolor=#008000]
+ RenderImage {IMG} at (104,288) size 200x100 [bgcolor=#008000]
+ RenderText {#text} at (104,100) size 19x109
+ text run at (104,100) width 109: "This is some text"
+ RenderBR {BR} at (119,208) size 0x1
+ RenderText {#text} at (124,100) size 19x113
+ text run at (124,100) width 113: "This is some text."
+ RenderBR {BR} at (139,212) size 0x1
+ RenderText {#text} at (144,100) size 19x113
+ text run at (144,100) width 113: "This is some text."
+ RenderBR {BR} at (159,212) size 0x1
+ RenderText {#text} at (164,100) size 19x113
+ text run at (164,100) width 113: "This is some text."
+ RenderBR {BR} at (179,212) size 0x1
+ RenderText {#text} at (184,100) size 19x113
+ text run at (184,100) width 113: "This is some text."
+ RenderBR {BR} at (199,212) size 0x1
+ RenderText {#text} at (204,0) size 19x113
+ text run at (204,0) width 113: "This is some text."
+ RenderBR {BR} at (219,112) size 0x1
+ RenderText {#text} at (224,0) size 19x113
+ text run at (224,0) width 113: "This is some text."
+ RenderBR {BR} at (239,112) size 0x1
+ RenderText {#text} at (244,0) size 19x113
+ text run at (244,0) width 113: "This is some text."
+ RenderBR {BR} at (259,112) size 0x1
+ RenderText {#text} at (264,0) size 19x113
+ text run at (264,0) width 113: "This is some text."
+ RenderBR {BR} at (279,112) size 0x1
+ RenderText {#text} at (284,0) size 19x113
+ text run at (284,0) width 113: "This is some text."
+ RenderBR {BR} at (299,112) size 0x1
+ RenderText {#text} at (304,0) size 19x113
+ text run at (304,0) width 113: "This is some text."
+ RenderBR {BR} at (319,112) size 0x1
+ RenderText {#text} at (324,0) size 19x113
+ text run at (324,0) width 113: "This is some text."
+ RenderBR {BR} at (339,112) size 0x1
+ RenderText {#text} at (344,0) size 19x113
+ text run at (344,0) width 113: "This is some text."
+ RenderBR {BR} at (359,112) size 0x1
+ RenderText {#text} at (364,0) size 19x113
+ text run at (364,0) width 113: "This is some text."
+ RenderBR {BR} at (379,112) size 0x1
+ RenderText {#text} at (384,0) size 19x113
+ text run at (384,0) width 113: "This is some text."
+ RenderBR {BR} at (399,112) size 0x1
+ RenderText {#text} at (404,0) size 19x113
+ text run at (404,0) width 113: "This is some text."
+ RenderBR {BR} at (419,112) size 0x1
+ RenderText {#text} at (424,0) size 19x113
+ text run at (424,0) width 113: "This is some text."
+ RenderBR {BR} at (439,112) size 0x1
+ RenderText {#text} at (444,0) size 19x113
+ text run at (444,0) width 113: "This is some text."
+ RenderBR {BR} at (459,112) size 0x1
+ RenderText {#text} at (464,0) size 19x113
+ text run at (464,0) width 113: "This is some text."
+ RenderBR {BR} at (479,112) size 0x1
+ RenderText {#text} at (484,0) size 19x113
+ text run at (484,0) width 113: "This is some text."
+ RenderBR {BR} at (499,112) size 0x1
+ RenderText {#text} at (504,0) size 19x113
+ text run at (504,0) width 113: "This is some text."
+ RenderBR {BR} at (519,112) size 0x1
+ RenderText {#text} at (524,0) size 19x113
+ text run at (524,0) width 113: "This is some text."
+ RenderBR {BR} at (539,112) size 0x1
+ RenderText {#text} at (544,0) size 19x113
+ text run at (544,0) width 113: "This is some text."
+ RenderBR {BR} at (559,112) size 0x1
+ RenderText {#text} at (564,0) size 19x113
+ text run at (564,0) width 113: "This is some text."
+ RenderBR {BR} at (579,112) size 0x1
+ RenderText {#text} at (584,0) size 19x113
+ text run at (584,0) width 113: "This is some text."
+ RenderBR {BR} at (599,112) size 0x1
+ RenderText {#text} at (604,0) size 19x113
+ text run at (604,0) width 113: "This is some text."
+ RenderBR {BR} at (619,112) size 0x1
+scrolled to -880,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationBottomToTopbtexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-bt-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-bt-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-bt-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -62,3 +62,4 @@
</span><span class="cx"> text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
</span><span class="cx"> text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
</span><span class="cx"> text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
</span><ins>+scrolled to 0,980
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationBottomToToplrexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-lr-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-lr-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-lr-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -198,3 +198,4 @@
</span><span class="cx"> text run at (378,0) width 163: "culpa qui officia deserunt"
</span><span class="cx"> text run at (398,0) width 113: "mollit anim id est"
</span><span class="cx"> text run at (418,0) width 58: "laborum."
</span><ins>+scrolled to 0,580
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationBottomToToprlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-rl-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-rl-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-rl-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -198,3 +198,4 @@
</span><span class="cx"> text run at (378,0) width 163: "culpa qui officia deserunt"
</span><span class="cx"> text run at (398,0) width 113: "mollit anim id est"
</span><span class="cx"> text run at (418,0) width 58: "laborum."
</span><ins>+scrolled to 0,580
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationBottomToToptbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-tb-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-tb-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-tb-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -62,3 +62,4 @@
</span><span class="cx"> text run at (0,20) width 754: "aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
</span><span class="cx"> text run at (0,40) width 780: "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat"
</span><span class="cx"> text run at (0,60) width 540: "cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
</span><ins>+scrolled to 0,980
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationRightToLeftbtexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-bt-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-bt-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-bt-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -198,3 +198,4 @@
</span><span class="cx"> text run at (0,360) width 163: "culpa qui officia deserunt"
</span><span class="cx"> text run at (0,380) width 113: "mollit anim id est"
</span><span class="cx"> text run at (0,400) width 58: "laborum."
</span><ins>+scrolled to 580,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationRightToLeftlrexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-lr-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-lr-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-lr-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -78,3 +78,4 @@
</span><span class="cx"> text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
</span><span class="cx"> text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
</span><span class="cx"> text run at (118,0) width 132: "anim id est laborum."
</span><ins>+scrolled to 1180,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationRightToLeftrldynamicexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -78,3 +78,4 @@
</span><span class="cx"> text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
</span><span class="cx"> text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
</span><span class="cx"> text run at (118,0) width 132: "anim id est laborum."
</span><ins>+scrolled to 1180,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationRightToLeftrlexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -78,3 +78,4 @@
</span><span class="cx"> text run at (78,0) width 526: "dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
</span><span class="cx"> text run at (98,0) width 560: "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit"
</span><span class="cx"> text run at (118,0) width 132: "anim id est laborum."
</span><ins>+scrolled to 1180,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastmulticolpaginationRightToLefttbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-tb-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-tb-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-tb-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -198,3 +198,4 @@
</span><span class="cx"> text run at (0,360) width 163: "culpa qui officia deserunt"
</span><span class="cx"> text run at (0,380) width 113: "mollit anim id est"
</span><span class="cx"> text run at (0,400) width 58: "laborum."
</span><ins>+scrolled to 580,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastmulticolverticalrlcolumnbreakwithbalancingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -167,3 +167,4 @@
</span><span class="cx"> RenderText {#text} at (400,0) size 19x113
</span><span class="cx"> text run at (400,0) width 113: "This is some text."
</span><span class="cx"> RenderBR {BR} at (415,112) size 0x1
</span><ins>+scrolled to 92,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastmulticolverticalrlcolumnrulesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-rules-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-rules-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-rules-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -135,3 +135,4 @@
</span><span class="cx"> text run at (2460,0) width 130: "posuere dictum, leo."
</span><span class="cx"> text run at (2480,0) width 154: "Suspendisse scelerisque"
</span><span class="cx"> text run at (2500,0) width 87: "egestas nulla."
</span><ins>+scrolled to 66,0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2fastmulticolverticalrlfloatpaginatecomplexexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt (188504 => 188505)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt        2015-08-15 01:35:49 UTC (rev 188504)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt        2015-08-15 03:24:41 UTC (rev 188505)
</span><span class="lines">@@ -262,3 +262,4 @@
</span><span class="cx"> RenderText {#text} at (604,0) size 19x113
</span><span class="cx"> text run at (604,0) width 113: "This is some text."
</span><span class="cx"> RenderBR {BR} at (619,112) size 0x1
</span><ins>+scrolled to 880,0
</ins></span></pre>
</div>
</div>
</body>
</html>