<!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>[167764] trunk</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/167764">167764</a></dd>
<dt>Author</dt> <dd>hyatt@apple.com</dd>
<dt>Date</dt> <dd>2014-04-24 10:02:37 -0700 (Thu, 24 Apr 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[New Multicolumn] Client rects don't work with column spans.
https://bugs.webkit.org/show_bug.cgi?id=132131

Reviewed by Dean Jackson.

Source/WebCore: 
        
Don't factor in the offset of the multicolumn set from the top
of the multicolumn block. This was added already, and it doesn't
need to be a part of columnTranslationForOffset.

Added fast/multicol/client-rects-spanners.html

* rendering/RenderMultiColumnSet.cpp:
(WebCore::RenderMultiColumnSet::columnTranslationForOffset):

LayoutTests: 

* fast/multicol/client-rects-spanners.html: Added.
* platform/mac/fast/multicol/client-rects-spanners-expected.png: Added.
* platform/mac/fast/multicol/client-rects-spanners-expected.txt: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMultiColumnSetcpp">trunk/Source/WebCore/rendering/RenderMultiColumnSet.cpp</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfastmulticolclientrectsspannershtml">trunk/LayoutTests/fast/multicol/client-rects-spanners.html</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastmulticolclientrectsspannersexpectedpng">trunk/LayoutTests/platform/mac/fast/multicol/client-rects-spanners-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastmulticolclientrectsspannersexpectedtxt">trunk/LayoutTests/platform/mac/fast/multicol/client-rects-spanners-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (167763 => 167764)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-04-24 16:36:56 UTC (rev 167763)
+++ trunk/LayoutTests/ChangeLog        2014-04-24 17:02:37 UTC (rev 167764)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-04-24  David Hyatt  &lt;hyatt@apple.com&gt;
+
+        [New Multicolumn] Client rects don't work with column spans.
+        https://bugs.webkit.org/show_bug.cgi?id=132131
+
+        Reviewed by Dean Jackson.
+
+        * fast/multicol/client-rects-spanners.html: Added.
+        * platform/mac/fast/multicol/client-rects-spanners-expected.png: Added.
+        * platform/mac/fast/multicol/client-rects-spanners-expected.txt: Added.
+
</ins><span class="cx"> 2014-04-24  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Test that we correctly process ArrayBufferView slices in WebCrypto
</span></span></pre></div>
<a id="trunkLayoutTestsfastmulticolclientrectsspannershtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/multicol/client-rects-spanners.html (0 => 167764)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/multicol/client-rects-spanners.html                                (rev 0)
+++ trunk/LayoutTests/fast/multicol/client-rects-spanners.html        2014-04-24 17:02:37 UTC (rev 167764)
</span><span class="lines">@@ -0,0 +1,255 @@
</span><ins>+&lt;head&gt;
+&lt;script&gt;
+internals.settings.setRegionBasedColumnsEnabled(true)
+&lt;/script&gt;
+&lt;style&gt;
+    div.columns {
+        display:inline-block;
+        -webkit-logical-height: 60px;
+        -webkit-logical-width: 100px;
+        -webkit-margin-before: 10px;
+        -webkit-margin-after: 10px;
+         padding: 5px;
+        border: solid black;
+        font-family: ahem;
+        font-size: 25px;
+        color: lightblue;
+        -webkit-columns: 2;
+        -webkit-column-gap: 5px;
+        -webkit-column-fill: auto;
+        columns: 2;
+        column-gap: 5px;
+        column-fill: auto;
+    }
+
+    div.marker {
+        position: absolute;
+        border: solid rgba(0, 0, 255, 0.5);
+        -webkit-box-sizing: border-box;
+    }
+
+    input[type=&quot;range&quot;] {
+        -webkit-appearance: none;
+        width: 25px;
+        height: 25px;
+        background-color: lightblue;
+    }
+
+    input[type=&quot;range&quot;]::-webkit-slider-thumb {
+        -webkit-appearance: none;
+    }
+
+    .vertical { -webkit-writing-mode: vertical-lr; }
+    .vertical.flipped { -webkit-writing-mode: vertical-rl; }
+
+    div.span { -webkit-column-span: all; -webkit-logical-height:10px; background-color:silver; }
+
+&lt;/style&gt;
+&lt;/head&gt;
+&lt;p&gt;
+    The blue borders should coincide with light blue squares, like this:
+    &lt;span style=&quot;display: inline-block; background-color: lightblue; border: solid rgba(0, 0, 255, 0.5); width: 19px; height: 19px;&quot;&gt;&lt;/span&gt;.
+    There should be none of this:
+    &lt;span style=&quot;display: inline-block; background-color: lightblue; width: 25px; height: 25px;&quot;&gt;&lt;/span&gt;
+    or this:
+    &lt;span style=&quot;display: inline-block; border: solid rgba(0, 0, 255, 0.5); width: 19px; height: 19px;&quot;&gt;&lt;/span&gt;.
+&lt;/p&gt;
+&lt;div class=&quot;columns&quot; id=&quot;t1&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;x y z
+&lt;/div&gt;
+
+&lt;div class=&quot;columns&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;span id=&quot;t2&quot;&gt;x y z&lt;/span&gt;
+&lt;/div&gt;
+
+&lt;div class=&quot;columns&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;div id=&quot;t3&quot;&gt;x y z&lt;/div&gt;
+&lt;/div&gt;
+
+&lt;div class=&quot;columns&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;div id=&quot;t4&quot;&gt;&lt;br&gt;y z&lt;/div&gt;
+&lt;/div&gt;
+
+&lt;div class=&quot;columns&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;input id=&quot;t5&quot; type=&quot;range&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+
+&lt;div class=&quot;columns&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;img id=&quot;t6&quot; style=&quot;width: 25px; height: 25px; background-color: lightblue;&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;columns&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;t7&quot; style=&quot; margin-top: 40px; width: 25px; height: 25px; background-color: lightblue;&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+
+&lt;div class=&quot;columns vertical&quot; id=&quot;t8&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;x y z
+&lt;/div&gt;
+
+&lt;div class=&quot;columns vertical&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;span id=&quot;t9&quot;&gt;x y z&lt;/span&gt;
+&lt;/div&gt;
+
+&lt;div class=&quot;columns vertical&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;div id=&quot;t10&quot;&gt;x y z&lt;/div&gt;
+&lt;/div&gt;
+
+&lt;div class=&quot;columns vertical&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;div id=&quot;t11&quot;&gt;&lt;br&gt;y z&lt;/div&gt;
+&lt;/div&gt;
+
+&lt;div class=&quot;columns vertical&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;input id=&quot;t12&quot; type=&quot;range&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+
+&lt;div class=&quot;columns vertical&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;img id=&quot;t13&quot; style=&quot;width: 25px; height: 25px; background-color: lightblue;&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;columns vertical&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;t14&quot; style=&quot; -webkit-margin-before: 40px; width: 25px; height: 25px; background-color: lightblue;&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+
+
+&lt;div class=&quot;columns vertical flipped&quot; id=&quot;t15&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;x y z
+&lt;/div&gt;
+
+&lt;div class=&quot;columns vertical flipped&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;span id=&quot;t16&quot;&gt;x y z&lt;/span&gt;
+&lt;/div&gt;
+
+&lt;div class=&quot;columns vertical flipped&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;div id=&quot;t17&quot;&gt;x y z&lt;/div&gt;
+&lt;/div&gt;
+
+&lt;div class=&quot;columns vertical flipped&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;div id=&quot;t18&quot;&gt;&lt;br&gt;y z&lt;/div&gt;
+&lt;/div&gt;
+
+&lt;div class=&quot;columns vertical flipped&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;input id=&quot;t19&quot; type=&quot;range&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+
+&lt;div class=&quot;columns vertical flipped&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;img id=&quot;t20&quot; style=&quot;width: 25px; height: 25px; background-color: lightblue;&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+&lt;div class=&quot;columns vertical flipped&quot;&gt;&lt;div class=&quot;span&quot;&gt;&lt;/div&gt;
+    &lt;div id=&quot;t21&quot; style=&quot;-webkit-margin-before: 40px; width: 25px; height: 25px; background-color: lightblue;&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+
+&lt;script&gt;
+    function placeMarker(clientRect)
+    {
+        var marker = document.body.appendChild(document.createElement(&quot;div&quot;));
+        marker.className = &quot;marker&quot;;
+        marker.style.left = clientRect.left + &quot;px&quot;;
+        marker.style.top = clientRect.top + &quot;px&quot;;
+        marker.style.width = clientRect.width + &quot;px&quot;;
+        marker.style.height = clientRect.height + &quot;px&quot;;
+    }
+
+    function placeMarkersForRange(range, startOffset)
+    {
+        if (startOffset === undefined)
+            startOffset = 0;
+
+        var clientRects = range.getClientRects();
+        for (var i = startOffset; i &lt; clientRects.length; ++i)
+            placeMarker(clientRects[i]);
+    }
+
+    var range = document.createRange();
+
+    var textNode = document.getElementById(&quot;t1&quot;).firstChild.nextSibling.nextSibling.nextSibling;
+    range.setStart(textNode, 0);
+    range.setEnd(textNode, 5);
+    placeMarkersForRange(range);
+
+    textNode = document.getElementById(&quot;t2&quot;).firstChild;
+    range.setStart(textNode, 0);
+    range.setEnd(textNode, 5);
+    placeMarkersForRange(range);
+
+    textNode = document.getElementById(&quot;t3&quot;).firstChild;
+    range.setStart(textNode, 0);
+    range.setEnd(textNode, 5);
+    placeMarkersForRange(range);
+
+    var block = document.getElementById(&quot;t4&quot;);
+    range.selectNode(block);
+    placeMarkersForRange(range, 1);
+
+    var slider = document.getElementById(&quot;t5&quot;);
+    range.selectNode(slider);
+    placeMarkersForRange(range);
+
+    var image = document.getElementById(&quot;t6&quot;);
+    range.selectNode(image);
+    placeMarkersForRange(range);
+
+    var div = document.getElementById(&quot;t7&quot;);
+    range.selectNode(div);
+    placeMarkersForRange(div);
+    
+    var textNode = document.getElementById(&quot;t8&quot;).firstChild.nextSibling.nextSibling.nextSibling;
+    range.setStart(textNode, 0);
+    range.setEnd(textNode, 5);
+    placeMarkersForRange(range);
+
+    textNode = document.getElementById(&quot;t9&quot;).firstChild;
+    range.setStart(textNode, 0);
+    range.setEnd(textNode, 5);
+    placeMarkersForRange(range);
+
+    textNode = document.getElementById(&quot;t10&quot;).firstChild;
+    range.setStart(textNode, 0);
+    range.setEnd(textNode, 5);
+    placeMarkersForRange(range);
+
+    var block = document.getElementById(&quot;t11&quot;);
+    range.selectNode(block);
+    placeMarkersForRange(range, 1);
+
+    var slider = document.getElementById(&quot;t12&quot;);
+    range.selectNode(slider);
+    placeMarkersForRange(range);
+
+    var image = document.getElementById(&quot;t13&quot;);
+    range.selectNode(image);
+    placeMarkersForRange(range);
+
+    var div = document.getElementById(&quot;t14&quot;);
+    range.selectNode(div);
+    placeMarkersForRange(div);
+    
+    var textNode = document.getElementById(&quot;t15&quot;).firstChild.nextSibling.nextSibling.nextSibling;
+    range.setStart(textNode, 0);
+    range.setEnd(textNode, 5);
+    placeMarkersForRange(range);
+
+    textNode = document.getElementById(&quot;t16&quot;).firstChild;
+    range.setStart(textNode, 0);
+    range.setEnd(textNode, 5);
+    placeMarkersForRange(range);
+
+    textNode = document.getElementById(&quot;t17&quot;).firstChild;
+    range.setStart(textNode, 0);
+    range.setEnd(textNode, 5);
+    placeMarkersForRange(range);
+
+    var block = document.getElementById(&quot;t18&quot;);
+    range.selectNode(block);
+    placeMarkersForRange(range, 1);
+
+    var slider = document.getElementById(&quot;t19&quot;);
+    range.selectNode(slider);
+    placeMarkersForRange(range);
+
+    var image = document.getElementById(&quot;t20&quot;);
+    range.selectNode(image);
+    placeMarkersForRange(range);
+
+    var div = document.getElementById(&quot;t21&quot;);
+    range.selectNode(div);
+    placeMarkersForRange(div);
+
+&lt;/script&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastmulticolclientrectsspannersexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/mac/fast/multicol/client-rects-spanners-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/mac/fast/multicol/client-rects-spanners-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformmacfastmulticolclientrectsspannersexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac/fast/multicol/client-rects-spanners-expected.txt (0 => 167764)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/multicol/client-rects-spanners-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/multicol/client-rects-spanners-expected.txt        2014-04-24 17:02:37 UTC (rev 167764)
</span><span class="lines">@@ -0,0 +1,418 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {P} at (0,0) size 784x29
+        RenderText {#text} at (0,11) size 421x18
+          text run at (0,11) width 421: &quot;The blue borders should coincide with light blue squares, like this: &quot;
+        RenderBlock {SPAN} at (421,0) size 25x25 [bgcolor=#ADD8E6] [border: (3px solid #0000FF7F)]
+        RenderText {#text} at (446,11) size 196x18
+          text run at (446,11) width 8: &quot;. &quot;
+          text run at (454,11) width 188: &quot;There should be none of this: &quot;
+        RenderBlock {SPAN} at (642,0) size 25x25 [bgcolor=#ADD8E6]
+        RenderText {#text} at (667,11) size 51x18
+          text run at (667,11) width 4: &quot; &quot;
+          text run at (671,11) width 47: &quot;or this: &quot;
+        RenderBlock {SPAN} at (718,0) size 25x25 [border: (3px solid #0000FF7F)]
+        RenderText {#text} at (743,11) size 4x18
+          text run at (743,11) width 4: &quot;.&quot;
+      RenderBlock (anonymous) at (0,45) size 784x456
+        RenderText {#text} at (116,82) size 4x18
+          text run at (116,82) width 4: &quot; &quot;
+        RenderText {#text} at (236,82) size 4x18
+          text run at (236,82) width 4: &quot; &quot;
+        RenderText {#text} at (356,82) size 4x18
+          text run at (356,82) width 4: &quot; &quot;
+        RenderText {#text} at (476,82) size 4x18
+          text run at (476,82) width 4: &quot; &quot;
+        RenderText {#text} at (596,82) size 4x18
+          text run at (596,82) width 4: &quot; &quot;
+        RenderText {#text} at (716,82) size 4x18
+          text run at (716,82) width 4: &quot; &quot;
+        RenderText {#text} at (116,202) size 4x18
+          text run at (116,202) width 4: &quot; &quot;
+        RenderText {#text} at (216,202) size 4x18
+          text run at (216,202) width 4: &quot; &quot;
+        RenderText {#text} at (316,202) size 4x18
+          text run at (316,202) width 4: &quot; &quot;
+        RenderText {#text} at (416,202) size 4x18
+          text run at (416,202) width 4: &quot; &quot;
+        RenderText {#text} at (516,202) size 4x18
+          text run at (516,202) width 4: &quot; &quot;
+        RenderText {#text} at (616,202) size 4x18
+          text run at (616,202) width 4: &quot; &quot;
+        RenderText {#text} at (716,202) size 4x18
+          text run at (716,202) width 4: &quot; &quot;
+        RenderText {#text} at (96,322) size 4x18
+          text run at (96,322) width 4: &quot; &quot;
+        RenderText {#text} at (196,322) size 4x18
+          text run at (196,322) width 4: &quot; &quot;
+        RenderText {#text} at (296,322) size 4x18
+          text run at (296,322) width 4: &quot; &quot;
+        RenderText {#text} at (396,322) size 4x18
+          text run at (396,322) width 4: &quot; &quot;
+        RenderText {#text} at (496,322) size 4x18
+          text run at (496,322) width 4: &quot; &quot;
+        RenderText {#text} at (596,322) size 4x18
+          text run at (596,322) width 4: &quot; &quot;
+        RenderText {#text} at (696,322) size 4x18
+          text run at (696,322) width 4: &quot; &quot;
+        RenderText {#text} at (0,0) size 0x0
+layer at (8,63) size 116x76
+  RenderBlock {DIV} at (0,10) size 116x76 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 100x10 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (8,18) size 100x50
+layer at (128,63) size 116x76
+  RenderBlock {DIV} at (120,10) size 116x76 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 100x10 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (8,18) size 100x50
+layer at (248,63) size 116x76
+  RenderBlock {DIV} at (240,10) size 116x76 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 100x10 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (8,18) size 100x50
+layer at (368,63) size 116x76
+  RenderBlock {DIV} at (360,10) size 116x76 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 100x10 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (8,18) size 100x50
+layer at (488,63) size 116x76
+  RenderBlock {DIV} at (480,10) size 116x76 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 100x10 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (8,18) size 100x50
+layer at (608,63) size 116x76
+  RenderBlock {DIV} at (600,10) size 116x76 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 100x10 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (8,18) size 100x50
+layer at (8,183) size 116x76
+  RenderBlock {DIV} at (0,130) size 116x76 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 100x10 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (8,18) size 100x50
+layer at (138,153) size 76x116
+  RenderBlock {DIV} at (130,100) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (238,153) size 76x116
+  RenderBlock {DIV} at (230,100) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (338,153) size 76x116
+  RenderBlock {DIV} at (330,100) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (438,153) size 76x116
+  RenderBlock {DIV} at (430,100) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (538,153) size 76x116
+  RenderBlock {DIV} at (530,100) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (638,153) size 76x116
+  RenderBlock {DIV} at (630,100) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (18,273) size 76x116
+  RenderBlock {DIV} at (10,220) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (118,273) size 76x116
+  RenderBlock {DIV} at (110,220) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (218,273) size 76x116
+  RenderBlock {DIV} at (210,220) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (318,273) size 76x116
+  RenderBlock {DIV} at (310,220) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (418,273) size 76x116
+  RenderBlock {DIV} at (410,220) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (518,273) size 76x116
+  RenderBlock {DIV} at (510,220) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (618,273) size 76x116
+  RenderBlock {DIV} at (610,220) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (18,393) size 76x116
+  RenderBlock {DIV} at (10,340) size 76x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,8) size 10x100 [bgcolor=#C0C0C0]
+    RenderMultiColumnSet at (18,8) size 50x100
+layer at (16,71) size 48x100
+  RenderMultiColumnFlowThread at (8,8) size 48x100
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 48x100
+      RenderBR {BR} at (0,0) size 0x25
+      RenderText {#text} at (0,25) size 25x75
+        text run at (0,25) width 25: &quot;x&quot;
+        text run at (0,50) width 25: &quot;y&quot;
+        text run at (0,75) width 25: &quot;z&quot;
+layer at (136,71) size 48x100
+  RenderMultiColumnFlowThread at (8,8) size 48x100
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 48x100
+      RenderBR {BR} at (0,0) size 0x25
+      RenderInline {SPAN} at (0,0) size 25x75
+        RenderText {#text} at (0,25) size 25x75
+          text run at (0,25) width 25: &quot;x&quot;
+          text run at (0,50) width 25: &quot;y&quot;
+          text run at (0,75) width 25: &quot;z&quot;
+      RenderText {#text} at (0,0) size 0x0
+layer at (256,71) size 48x100
+  RenderMultiColumnFlowThread at (8,8) size 48x100
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 48x25
+      RenderBR {BR} at (0,0) size 0x25
+    RenderBlock {DIV} at (0,25) size 48x75
+      RenderText {#text} at (0,0) size 25x75
+        text run at (0,0) width 25: &quot;x&quot;
+        text run at (0,25) width 25: &quot;y&quot;
+        text run at (0,50) width 25: &quot;z&quot;
+layer at (376,71) size 48x100
+  RenderMultiColumnFlowThread at (8,8) size 48x100
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 48x25
+      RenderBR {BR} at (0,0) size 0x25
+    RenderBlock {DIV} at (0,25) size 48x75
+      RenderBR {BR} at (0,0) size 0x25
+      RenderText {#text} at (0,25) size 25x50
+        text run at (0,25) width 25: &quot;y&quot;
+        text run at (0,50) width 25: &quot;z&quot;
+layer at (496,71) size 48x100
+  RenderMultiColumnFlowThread at (8,8) size 48x100
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 48x25
+      RenderBR {BR} at (0,0) size 0x25
+    RenderBlock {DIV} at (0,25) size 48x54
+      RenderBR {BR} at (0,0) size 0x25
+      RenderSlider {INPUT} at (2,27) size 25x25 [color=#909090] [bgcolor=#ADD8E6]
+        RenderFlexibleBox {DIV} at (0,0) size 25x25
+          RenderBlock {DIV} at (0,12) size 25x1
+            RenderBlock {DIV} at (0,0) size 25x0
+layer at (616,71) size 48x100
+  RenderMultiColumnFlowThread at (8,8) size 48x100
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 48x25
+      RenderBR {BR} at (0,0) size 0x25
+    RenderBlock {DIV} at (0,25) size 48x50
+      RenderBR {BR} at (0,0) size 0x25
+      RenderImage {IMG} at (0,25) size 25x25 [bgcolor=#ADD8E6]
+layer at (16,191) size 48x100
+  RenderMultiColumnFlowThread at (8,8) size 48x100
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock {DIV} at (0,40) size 25x25 [bgcolor=#ADD8E6]
+layer at (146,161) size 100x48
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 100x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderText {#text} at (25,0) size 75x25
+        text run at (25,0) width 25: &quot;x&quot;
+        text run at (50,0) width 25: &quot;y&quot;
+        text run at (75,0) width 25: &quot;z&quot;
+layer at (246,161) size 100x48
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 100x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderInline {SPAN} at (0,0) size 75x25
+        RenderText {#text} at (25,0) size 75x25
+          text run at (25,0) width 25: &quot;x&quot;
+          text run at (50,0) width 25: &quot;y&quot;
+          text run at (75,0) width 25: &quot;z&quot;
+      RenderText {#text} at (0,0) size 0x0
+layer at (346,161) size 100x48
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (25,0) size 75x48
+      RenderText {#text} at (0,0) size 75x25
+        text run at (0,0) width 25: &quot;x&quot;
+        text run at (25,0) width 25: &quot;y&quot;
+        text run at (50,0) width 25: &quot;z&quot;
+layer at (446,161) size 100x48
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (25,0) size 75x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderText {#text} at (25,0) size 50x25
+        text run at (25,0) width 25: &quot;y&quot;
+        text run at (50,0) width 25: &quot;z&quot;
+layer at (546,161) size 100x48
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (25,0) size 54x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderSlider {INPUT} at (27,2) size 25x25 [color=#909090] [bgcolor=#ADD8E6]
+        RenderFlexibleBox {DIV} at (0,0) size 25x25
+          RenderBlock {DIV} at (0,12) size 25x1
+            RenderBlock {DIV} at (0,0) size 25x0
+layer at (646,161) size 100x48
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (25,0) size 50x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderImage {IMG} at (25,0) size 25x25 [bgcolor=#ADD8E6]
+layer at (26,281) size 100x48
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock {DIV} at (40,0) size 25x25 [bgcolor=#ADD8E6]
+layer at (86,281) size 100x48
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 100x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderText {#text} at (25,0) size 75x25
+        text run at (25,0) width 25: &quot;x&quot;
+        text run at (50,0) width 25: &quot;y&quot;
+        text run at (75,0) width 25: &quot;z&quot;
+layer at (186,281) size 100x48
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 100x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderInline {SPAN} at (0,0) size 75x25
+        RenderText {#text} at (25,0) size 75x25
+          text run at (25,0) width 25: &quot;x&quot;
+          text run at (50,0) width 25: &quot;y&quot;
+          text run at (75,0) width 25: &quot;z&quot;
+      RenderText {#text} at (0,0) size 0x0
+layer at (286,281) size 100x48
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (25,0) size 75x48
+      RenderText {#text} at (0,0) size 75x25
+        text run at (0,0) width 25: &quot;x&quot;
+        text run at (25,0) width 25: &quot;y&quot;
+        text run at (50,0) width 25: &quot;z&quot;
+layer at (386,281) size 100x48
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (25,0) size 75x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderText {#text} at (25,0) size 50x25
+        text run at (25,0) width 25: &quot;y&quot;
+        text run at (50,0) width 25: &quot;z&quot;
+layer at (486,281) size 100x48
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (25,0) size 54x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderSlider {INPUT} at (27,2) size 25x25 [color=#909090] [bgcolor=#ADD8E6]
+        RenderFlexibleBox {DIV} at (0,0) size 25x25
+          RenderBlock {DIV} at (0,12) size 25x1
+            RenderBlock {DIV} at (0,0) size 25x0
+layer at (586,281) size 100x48
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock (anonymous) at (0,0) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (25,0) size 50x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderImage {IMG} at (25,0) size 25x25 [bgcolor=#ADD8E6]
+layer at (-14,401) size 100x48 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+  RenderMultiColumnFlowThread at (8,8) size 100x48
+    RenderMultiColumnSpannerPlaceholder at (0,0) size 0x0
+    RenderBlock {DIV} at (40,0) size 25x25 [bgcolor=#ADD8E6]
+layer at (16,106) size 25x25
+  RenderBlock (positioned) {DIV} at (16,106) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (68,81) size 26x25
+  RenderBlock (positioned) {DIV} at (68,81) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (68,106) size 26x25
+  RenderBlock (positioned) {DIV} at (68,106) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (136,106) size 25x25
+  RenderBlock (positioned) {DIV} at (136,106) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (188,81) size 26x25
+  RenderBlock (positioned) {DIV} at (188,81) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (188,106) size 26x25
+  RenderBlock (positioned) {DIV} at (188,106) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (256,106) size 25x25
+  RenderBlock (positioned) {DIV} at (256,106) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (308,81) size 26x25
+  RenderBlock (positioned) {DIV} at (308,81) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (308,106) size 26x25
+  RenderBlock (positioned) {DIV} at (308,106) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (428,81) size 26x25
+  RenderBlock (positioned) {DIV} at (428,81) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (428,106) size 26x25
+  RenderBlock (positioned) {DIV} at (428,106) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (550,83) size 26x25
+  RenderBlock (positioned) {DIV} at (550,83) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (668,81) size 26x25
+  RenderBlock (positioned) {DIV} at (668,81) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (68,191) size 26x25
+  RenderBlock (positioned) {DIV} at (68,191) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (181,161) size 25x25
+  RenderBlock (positioned) {DIV} at (181,161) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (156,213) size 25x26
+  RenderBlock (positioned) {DIV} at (156,213) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (181,213) size 25x26
+  RenderBlock (positioned) {DIV} at (181,213) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (281,161) size 25x25
+  RenderBlock (positioned) {DIV} at (281,161) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (256,213) size 25x26
+  RenderBlock (positioned) {DIV} at (256,213) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (281,213) size 25x26
+  RenderBlock (positioned) {DIV} at (281,213) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (381,161) size 25x25
+  RenderBlock (positioned) {DIV} at (381,161) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (356,213) size 25x26
+  RenderBlock (positioned) {DIV} at (356,213) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (381,213) size 25x26
+  RenderBlock (positioned) {DIV} at (381,213) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (456,213) size 25x26
+  RenderBlock (positioned) {DIV} at (456,213) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (481,213) size 25x26
+  RenderBlock (positioned) {DIV} at (481,213) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (558,215) size 25x26
+  RenderBlock (positioned) {DIV} at (558,215) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (656,213) size 25x26
+  RenderBlock (positioned) {DIV} at (656,213) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (26,333) size 25x26
+  RenderBlock (positioned) {DIV} at (26,333) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (126,281) size 25x25
+  RenderBlock (positioned) {DIV} at (126,281) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (151,333) size 25x26
+  RenderBlock (positioned) {DIV} at (151,333) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (126,333) size 25x26
+  RenderBlock (positioned) {DIV} at (126,333) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (225,281) size 25x25
+  RenderBlock (positioned) {DIV} at (225,281) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (250,333) size 25x26
+  RenderBlock (positioned) {DIV} at (250,333) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (225,333) size 25x26
+  RenderBlock (positioned) {DIV} at (225,333) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (326,281) size 25x25
+  RenderBlock (positioned) {DIV} at (326,281) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (351,333) size 25x26
+  RenderBlock (positioned) {DIV} at (351,333) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (326,333) size 25x26
+  RenderBlock (positioned) {DIV} at (326,333) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (451,333) size 25x26
+  RenderBlock (positioned) {DIV} at (451,333) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (426,333) size 25x26
+  RenderBlock (positioned) {DIV} at (426,333) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (549,335) size 25x26
+  RenderBlock (positioned) {DIV} at (549,335) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (651,333) size 25x26
+  RenderBlock (positioned) {DIV} at (651,333) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (61,453) size 25x26
+  RenderBlock (positioned) {DIV} at (61,453) size 25x26 [border: (3px solid #0000FF7F)]
</ins></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (167763 => 167764)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-04-24 16:36:56 UTC (rev 167763)
+++ trunk/Source/WebCore/ChangeLog        2014-04-24 17:02:37 UTC (rev 167764)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2014-04-24  David Hyatt  &lt;hyatt@apple.com&gt;
+
+        [New Multicolumn] Client rects don't work with column spans.
+        https://bugs.webkit.org/show_bug.cgi?id=132131
+
+        Reviewed by Dean Jackson.
+        
+        Don't factor in the offset of the multicolumn set from the top
+        of the multicolumn block. This was added already, and it doesn't
+        need to be a part of columnTranslationForOffset.
+
+        Added fast/multicol/client-rects-spanners.html
+
+        * rendering/RenderMultiColumnSet.cpp:
+        (WebCore::RenderMultiColumnSet::columnTranslationForOffset):
+
</ins><span class="cx"> 2014-04-24  Praveen R Jadhav  &lt;praveen.j@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [EFL] WebKit build fails when MEDIA_SOURCE is enabled
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMultiColumnSetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMultiColumnSet.cpp (167763 => 167764)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMultiColumnSet.cpp        2014-04-24 16:36:56 UTC (rev 167763)
+++ trunk/Source/WebCore/rendering/RenderMultiColumnSet.cpp        2014-04-24 17:02:37 UTC (rev 167764)
</span><span class="lines">@@ -832,7 +832,7 @@
</span><span class="cx">             inlineOffset += contentLogicalWidth() - colLogicalWidth;
</span><span class="cx">     }
</span><span class="cx">     translationOffset.setX(inlineOffset);
</span><del>-    LayoutUnit blockOffset = initialBlockOffset + logicalTop() - flowThread()-&gt;logicalTop() + (isHorizontalWritingMode() ? -flowThreadPortion.y() : -flowThreadPortion.x());
</del><ins>+    LayoutUnit blockOffset = initialBlockOffset + (isHorizontalWritingMode() ? -flowThreadPortion.y() : -flowThreadPortion.x());
</ins><span class="cx">     if (!progressionIsInline) {
</span><span class="cx">         if (!progressionReversed)
</span><span class="cx">             blockOffset = startColumn * colGap;
</span></span></pre>
</div>
</div>

</body>
</html>