<!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>[213832] releases/WebKitGTK/webkit-2.16</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/213832">213832</a></dd>
<dt>Author</dt> <dd>carlosgc@webkit.org</dd>
<dt>Date</dt> <dd>2017-03-13 04:45:42 -0700 (Mon, 13 Mar 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>Merge <a href="http://trac.webkit.org/projects/webkit/changeset/213593">r213593</a> - CSS Multicolumn should not clip columns horizontally
https://bugs.webkit.org/show_bug.cgi?id=169363

Reviewed by Sam Weinig.

Source/WebCore:

Revised multiple tests in fast/multicol.

* rendering/RenderMultiColumnSet.cpp:
(WebCore::RenderMultiColumnSet::flowThreadPortionOverflowRect):
Stop clipping horizontally. Section 8.1 of the spec changed from &quot;clip&quot; to &quot;don't clip&quot;,
so we're changing to match the latest draft. Keep iBooks-based pagination clipping though.

LayoutTests:

* fast/multicol/newmulticol/adjacent-spanners-expected.html:
* fast/multicol/newmulticol/adjacent-spanners.html:
* fast/multicol/newmulticol/clipping-expected.html:
* fast/multicol/newmulticol/clipping.html:
* fast/multicol/newmulticol/spanner-inline-block-expected.html:
* fast/multicol/newmulticol/spanner-inline-block.html:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsChangeLog">releases/WebKitGTK/webkit-2.16/LayoutTests/ChangeLog</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsfastmulticolnewmulticoladjacentspannersexpectedhtml">releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/adjacent-spanners-expected.html</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsfastmulticolnewmulticoladjacentspannershtml">releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/adjacent-spanners.html</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsfastmulticolnewmulticolclippingexpectedhtml">releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/clipping-expected.html</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsfastmulticolnewmulticolclippinghtml">releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/clipping.html</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsfastmulticolnewmulticolspannerinlineblockexpectedhtml">releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/spanner-inline-block-expected.html</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsfastmulticolnewmulticolspannerinlineblockhtml">releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/spanner-inline-block.html</a></li>
<li><a href="#releasesWebKitGTKwebkit216SourceWebCoreChangeLog">releases/WebKitGTK/webkit-2.16/Source/WebCore/ChangeLog</a></li>
<li><a href="#releasesWebKitGTKwebkit216SourceWebCorerenderingRenderMultiColumnSetcpp">releases/WebKitGTK/webkit-2.16/Source/WebCore/rendering/RenderMultiColumnSet.cpp</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolblockclip001expectedxht">releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-001-expected.xht</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolblockclip001xht">releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-001.xht</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolblockclip002expectedxht">releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-002-expected.xht</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolblockclip002xht">releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-002.xht</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolcountcomputed003expectedxht">releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-003-expected.xht</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolcountcomputed003xht">releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-003.xht</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolcountcomputed005expectedxht">releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-005-expected.xht</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolcountcomputed005xht">releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-005.xht</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolheightblockchild001expectedxht">releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-height-block-child-001-expected.xht</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolheightblockchild001xht">releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-height-block-child-001.xht</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolspannone001expectedxht">releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-span-none-001-expected.xht</a></li>
<li><a href="#releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolspannone001xht">releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-span-none-001.xht</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="releasesWebKitGTKwebkit216LayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.16/LayoutTests/ChangeLog (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/ChangeLog        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/ChangeLog        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2017-03-08  Dave Hyatt  &lt;hyatt@apple.com&gt;
+
+        CSS Multicolumn should not clip columns horizontally
+        https://bugs.webkit.org/show_bug.cgi?id=169363
+
+        Reviewed by Sam Weinig.
+
+        * fast/multicol/newmulticol/adjacent-spanners-expected.html:
+        * fast/multicol/newmulticol/adjacent-spanners.html:
+        * fast/multicol/newmulticol/clipping-expected.html:
+        * fast/multicol/newmulticol/clipping.html:
+        * fast/multicol/newmulticol/spanner-inline-block-expected.html:
+        * fast/multicol/newmulticol/spanner-inline-block.html:
+
</ins><span class="cx"> 2017-03-07  Zalan Bujtas  &lt;zalan@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Simple line layout: Do not use invalid m_lastNonWhitespaceFragment while removing trailing whitespace.
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsfastmulticolnewmulticoladjacentspannersexpectedhtml"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/adjacent-spanners-expected.html (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/adjacent-spanners-expected.html        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/adjacent-spanners-expected.html        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -5,9 +5,10 @@
</span><span class="cx">     &lt;/head&gt;
</span><span class="cx">     &lt;body&gt;
</span><span class="cx">         &lt;p&gt;You should see the word 'PASS' twice below, and no red:&lt;/p&gt;
</span><del>-        &lt;br&gt;
-        &lt;div&gt;PASS&lt;br&gt;&amp;nbsp;&lt;/div&gt;
-        &lt;div&gt;PASS&lt;br&gt;&amp;nbsp;&lt;/div&gt;
-        &lt;br&gt;
</del><ins>+
+        &lt;div style=&quot;width:400px&quot;&gt;
+            &lt;div style=&quot;border:1px solid black;&quot;&gt;PASS&lt;br&gt;&amp;nbsp;&lt;/div&gt;
+            &lt;div style=&quot;border:1px solid black;&quot;&gt;PASS&lt;br&gt;&amp;nbsp;&lt;/div&gt;
+        &lt;/div&gt;
</ins><span class="cx">     &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsfastmulticolnewmulticoladjacentspannershtml"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/adjacent-spanners.html (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/adjacent-spanners.html        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/adjacent-spanners.html        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -5,13 +5,12 @@
</span><span class="cx">     &lt;/head&gt;
</span><span class="cx">     &lt;body&gt;
</span><span class="cx">         &lt;p&gt;You should see the word 'PASS' twice below, and no red:&lt;/p&gt;
</span><del>-        &lt;div style=&quot;-webkit-columns:4; columns:4; -webkit-column-gap:0; column-gap:0; width:4em;&quot;&gt;
-            &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FAIL&lt;br&gt;&amp;nbsp;
</del><ins>+        &lt;div style=&quot;-webkit-columns:2; columns:2; -webkit-column-gap:0; column-gap:0; width:400px&quot;&gt;
</ins><span class="cx">             &lt;div style=&quot;background:red;&quot;&gt;
</span><del>-                &lt;div style=&quot;-webkit-column-span:all; column-span:all;&quot;&gt;PASS&lt;br&gt;&amp;nbsp;&lt;/div&gt;
-                &lt;div style=&quot;-webkit-column-span:all; column-span:all;&quot;&gt;PASS&lt;br&gt;&amp;nbsp;&lt;/div&gt;
</del><ins>+                &lt;div style=&quot;-webkit-column-span:all; column-span:all;border:1px solid black&quot;&gt;PASS&lt;br&gt;&amp;nbsp;&lt;/div&gt;
+                &lt;div style=&quot;-webkit-column-span:all; column-span:all;border:1px solid black&quot;&gt;PASS&lt;br&gt;&amp;nbsp;&lt;/div&gt;
</ins><span class="cx">             &lt;/div&gt;
</span><del>-            &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FAIL&lt;br&gt;&amp;nbsp;
</del><ins>+           
</ins><span class="cx">         &lt;/div&gt;
</span><span class="cx">     &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsfastmulticolnewmulticolclippingexpectedhtml"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/clipping-expected.html (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/clipping-expected.html        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/clipping-expected.html        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -8,22 +8,18 @@
</span><span class="cx">         color: black;
</span><span class="cx">         background: white;
</span><span class="cx">       }
</span><del>-      .mc {
-        columns: 3;
-        column-gap: 15px;
-        column-fill: auto;
-        -webkit-columns: 3;
-        -webkit-column-gap: 15px;
-        -webkit-column-fill: auto;
-        height: 100px;
-        box-sizing:border-box;
-        border:10px solid green;
-        background:white;
-      }
</del><ins>+    
+    .mc { border:10px solid green;height:100px; box-sizing:border-box }
+    .rect { float:left; border-right:10px solid green; width:115px; height:80px; box-sizing:border-box; }
</ins><span class="cx">     &lt;/style&gt;
</span><span class="cx">   &lt;/head&gt;
</span><span class="cx">   &lt;body&gt;
</span><span class="cx">     &lt;p&gt;There should be a rectangle with a solid 10px thick green border below, and no red.&lt;/p&gt;
</span><del>-    &lt;div class=&quot;mc&quot;&gt;&lt;/div&gt;
</del><ins>+    &lt;div class=&quot;mc&quot;&gt;
+         &lt;div class=&quot;rect&quot;&gt;&lt;/div&gt;
+        
+        &lt;div class=&quot;rect&quot;&gt;&lt;/div&gt;
+        
+    &lt;/div&gt;
</ins><span class="cx">   &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsfastmulticolnewmulticolclippinghtml"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/clipping.html (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/clipping.html        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/clipping.html        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -16,6 +16,9 @@
</span><span class="cx">         -webkit-columns: 3;
</span><span class="cx">         -webkit-column-gap: 15px;
</span><span class="cx">         -webkit-column-fill: auto;
</span><ins>+        -moz-columns:3;
+        -moz-column-gap:15px;
+        -moz-column-fill:auto;
</ins><span class="cx">         height: 100px;
</span><span class="cx">         background: red;
</span><span class="cx">       }
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsfastmulticolnewmulticolspannerinlineblockexpectedhtml"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/spanner-inline-block-expected.html (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/spanner-inline-block-expected.html        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/spanner-inline-block-expected.html        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -4,6 +4,12 @@
</span><span class="cx">         &lt;title&gt;Inline-block as spanner (not allowed)&lt;/title&gt;
</span><span class="cx">     &lt;/head&gt;
</span><span class="cx">     &lt;body&gt;
</span><del>-        &lt;p&gt;There should be nothing below.&lt;/p&gt;
</del><ins>+        &lt;p&gt;The inline block should be contained in a single column below.&lt;/p&gt;
+        &lt;div style=&quot;width:200px; &quot;&gt;
+            &lt;div style=&quot;display:inline-block; width:100%; height:100px;-webkit-column-span:all; column-span:all; margin-left:1em;border:5px solid green&quot;&gt;
+                
+            &lt;/div&gt;
+            &lt;br&gt;&lt;br&gt;
+        &lt;/div&gt;
</ins><span class="cx">     &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsfastmulticolnewmulticolspannerinlineblockhtml"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/spanner-inline-block.html (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/spanner-inline-block.html        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/newmulticol/spanner-inline-block.html        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -4,10 +4,10 @@
</span><span class="cx">         &lt;title&gt;Inline-block as spanner (not allowed)&lt;/title&gt;
</span><span class="cx">     &lt;/head&gt;
</span><span class="cx">     &lt;body&gt;
</span><del>-        &lt;p&gt;There should be nothing below.&lt;/p&gt;
-        &lt;div style=&quot;-webkit-columns:6; columns:6; -webkit-column-gap:0; column-gap:0; width:4em; overflow:hidden;&quot;&gt;
-            &lt;div style=&quot;display:inline-block; -webkit-column-span:all; column-span:all; margin-left:1em;&quot;&gt;
-                FAIL
</del><ins>+        &lt;p&gt;The inline block should be contained in a single column below.&lt;/p&gt;
+        &lt;div style=&quot;-webkit-columns:2; columns:2; -webkit-column-gap:0; column-gap:0; width:400px; &quot;&gt;
+            &lt;div style=&quot;display:inline-block; width:100%; height:100px;-webkit-column-span:all; column-span:all; margin-left:1em;border:5px solid green&quot;&gt;
+                
</ins><span class="cx">             &lt;/div&gt;
</span><span class="cx">             &lt;br&gt;&lt;br&gt;
</span><span class="cx">         &lt;/div&gt;
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolblockclip001expectedxht"></a>
<div class="delfile"><h4>Deleted: releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-001-expected.xht (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-001-expected.xht        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-001-expected.xht        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
- &lt;head&gt;
-  &lt;title&gt;CSS Reftest Reference&lt;/title&gt;
-  &lt;link rel=&quot;author&quot; title=&quot;Opera Software ASA&quot; href=&quot;http://www.opera.com/&quot; /&gt;
-  &lt;link rel=&quot;reviewer&quot; title=&quot;Gérard Talbot&quot; href=&quot;http://www.gtalbot.org/BrowserBugsSection/css21testsuite/&quot; /&gt; &lt;!--  2013-07-24  --&gt;
-  &lt;meta name=&quot;flags&quot; content=&quot;image&quot; /&gt;
-  &lt;style type=&quot;text/css&quot;&gt;&lt;![CDATA[
-  table
-  {
-  border-spacing: 0px;
-  border: gray solid 1em;
-  font: 1.25em/1 serif;
-  }
-  
-  td
-  {
-  padding: 0;
-  width: 3em;
-  }
-  
-  td + td {width: 8em;}
-  
-  img, td {vertical-align: top;}
-  ]]&gt;&lt;/style&gt;
- &lt;/head&gt;
- &lt;body&gt;
-  &lt;table&gt;
-    &lt;tr&gt;
-      &lt;td&gt;&lt;img src=&quot;support/swatch-blue.png&quot; width=&quot;40&quot; height=&quot;80&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/black20x20.png&quot; width=&quot;50&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;/td&gt;&lt;td&gt;&lt;img src=&quot;support/swatch-orange.png&quot; width=&quot;40&quot; height=&quot;80&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;/td&gt;
-    &lt;/tr&gt;&lt;/table&gt;
- &lt;/body&gt;
-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolblockclip001xht"></a>
<div class="delfile"><h4>Deleted: releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-001.xht (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-001.xht        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-001.xht        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,49 +0,0 @@
</span><del>-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
- &lt;head&gt;
-  &lt;title&gt;CSS Multi-column Layout Test: Overflowed content inside multicol element&lt;/title&gt;
-  &lt;link rel=&quot;author&quot; title=&quot;Opera Software ASA&quot; href=&quot;http://www.opera.com/&quot; /&gt;
-  &lt;link rel=&quot;reviewer&quot; title=&quot;Gérard Talbot&quot; href=&quot;http://www.gtalbot.org/BrowserBugsSection/css21testsuite/&quot; /&gt; &lt;!--  2013-07-24  --&gt;
-  &lt;link rel=&quot;help&quot; href=&quot;http://www.w3.org/TR/css3-multicol/#overflow-inside-multicol-elements&quot; title=&quot;8.1. Overflow inside multicol elements&quot; /&gt;
-  &lt;link rel=&quot;match&quot; href=&quot;multicol-block-clip-001-ref.xht&quot;/&gt;
-  &lt;meta name=&quot;flags&quot; content=&quot;ahem&quot; /&gt;
-  &lt;meta name=&quot;assert&quot; content=&quot;This test checks that content in the normal flow that extends into column gaps is clipped in the middle of the column gap.&quot; /&gt;
-  &lt;style type=&quot;text/css&quot;&gt;&lt;![CDATA[
-  div
-  {
-  border: gray solid 1em;
-  font: 1.25em/1 Ahem;
-  orphans: 1;
-  widows: 1;
-  width: 11em;
-
-  column-count: 4;
-  column-gap: 1em;
-  }
-
-  h4
-  {
-  background: black;
-  color: black;
-  font: inherit;
-  margin: 0;
-  width: 11em;
-  }
-
-  #first-column {color: blue;}
-
-  #second-column {color: orange;}
-  
-  #third-column, #fourth-column {color: white;}
-  ]]&gt;&lt;/style&gt;
- &lt;/head&gt;
- &lt;body&gt;
-  &lt;div&gt;
-    &lt;span id=&quot;first-column&quot;&gt; ab cd ef gh &lt;/span&gt;
-    &lt;h4&gt; 1234567890123 &lt;/h4&gt;
-    &lt;span id=&quot;second-column&quot;&gt; ij kl mn oq &lt;/span&gt;
-    &lt;span id=&quot;third-column&quot;&gt; ab cd ef gh &lt;/span&gt;
-    &lt;span id=&quot;fourth-column&quot;&gt; rs tu vw xy &lt;/span&gt;
-  &lt;/div&gt;
- &lt;/body&gt;
-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolblockclip002expectedxht"></a>
<div class="delfile"><h4>Deleted: releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-002-expected.xht (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-002-expected.xht        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-002-expected.xht        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,54 +0,0 @@
</span><del>-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
- &lt;head&gt;
-  &lt;title&gt;CSS Reftest Reference&lt;/title&gt;
-  &lt;link rel=&quot;author&quot; title=&quot;Opera Software ASA&quot; href=&quot;http://www.opera.com/&quot; /&gt;
-  &lt;link rel=&quot;reviewer&quot; title=&quot;Gérard Talbot&quot; href=&quot;http://www.gtalbot.org/BrowserBugsSection/css21testsuite/&quot; /&gt; &lt;!--  2013-07-24  --&gt;
-  &lt;meta name=&quot;flags&quot; content=&quot;image&quot; /&gt;
-  &lt;style type=&quot;text/css&quot;&gt;&lt;![CDATA[
-  div
-  {
-  font: 1.25em/1 serif;
-  border: 1em solid gray;
-  width: 11em;
-  height: 6em;
-  position: relative;
-  }
-
-  img {position: absolute;}
-
-  img#black {top: 4em;}
-
-  img#first-orange {top: 5em;}
-
-  img#second-orange {left: 4em;}
-
-  img#first-pink
-  {
-  left: 4em;
-  top: 3em;
-  }
-
-  img#second-pink {left: 8em;}
-
-  img#yellow
-  {
-  left: 8em;
-  top: 1em;
-  }
-  ]]&gt;&lt;/style&gt;
- &lt;/head&gt;
- &lt;body&gt;
-
-  &lt;div&gt;
-        &lt;img id=&quot;blue&quot; src=&quot;support/swatch-blue.png&quot; width=&quot;40&quot; height=&quot;80&quot; alt=&quot;Image download support must be enabled&quot; /&gt;
-        &lt;img id=&quot;black&quot; src=&quot;support/black20x20.png&quot; width=&quot;70&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;
-        &lt;img id=&quot;first-orange&quot; src=&quot;support/swatch-orange.png&quot; width=&quot;40&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;
-        &lt;img id=&quot;second-orange&quot; src=&quot;support/swatch-orange.png&quot; width=&quot;40&quot; height=&quot;60&quot; alt=&quot;Image download support must be enabled&quot; /&gt;
-        &lt;img id=&quot;first-pink&quot; src=&quot;support/swatch-pink.png&quot; width=&quot;40&quot; height=&quot;60&quot; alt=&quot;Image download support must be enabled&quot; /&gt;
-        &lt;img id=&quot;second-pink&quot; src=&quot;support/swatch-pink.png&quot; width=&quot;40&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;
-        &lt;img id=&quot;yellow&quot; src=&quot;support/swatch-yellow.png&quot; width=&quot;40&quot; height=&quot;80&quot; alt=&quot;Image download support must be enabled&quot; /&gt;
-  &lt;/div&gt;
-
- &lt;/body&gt;
-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolblockclip002xht"></a>
<div class="delfile"><h4>Deleted: releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-002.xht (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-002.xht        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-block-clip-002.xht        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,51 +0,0 @@
</span><del>-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
- &lt;head&gt;
-  &lt;title&gt;CSS Multi-column Layout Test: Overflowed content inside and outside multicol element&lt;/title&gt;
-  &lt;link rel=&quot;author&quot; title=&quot;Opera Software ASA&quot; href=&quot;http://www.opera.com/&quot; /&gt;
-  &lt;link rel=&quot;reviewer&quot; title=&quot;Gérard Talbot&quot; href=&quot;http://www.gtalbot.org/BrowserBugsSection/css21testsuite/&quot; /&gt; &lt;!--  2013-07-24  --&gt;
-  &lt;link rel=&quot;help&quot; href=&quot;http://www.w3.org/TR/css3-multicol/#overflow-inside-multicol-elements&quot; title=&quot;8.1. Overflow inside multicol elements&quot; /&gt;
-  &lt;link rel=&quot;match&quot; href=&quot;multicol-block-clip-002-ref.xht&quot;/&gt;
-  &lt;meta name=&quot;flags&quot; content=&quot;ahem&quot; /&gt;
-  &lt;meta name=&quot;assert&quot; content=&quot;This test checks that content in the normal flow that extends into column gaps is clipped in the middle of the column gap.&quot; /&gt;
-  &lt;style type=&quot;text/css&quot;&gt;&lt;![CDATA[
-  div
-  {
-  border: gray solid 1em;
-  font: 1.25em/1 Ahem;
-  orphans: 1;
-  widows: 1;
-  width: 11em;
-
-  column-count: 3;
-  column-gap: 1em;
-  }
-
-  h4
-  {
-  background: black;
-  color: black;
-  font: inherit;
-  margin: 0;
-  width: 11em;
-  }
-
-  #first-column {color: blue;}
-
-  #second-column {color: orange;}
-  
-  #third-column {color: pink;} 
-  
-  #fourth-column {color: yellow;}
-  ]]&gt;&lt;/style&gt;
- &lt;/head&gt;
- &lt;body&gt;
-  &lt;div&gt;
-    &lt;span id=&quot;first-column&quot;&gt; ab cd ef gh &lt;/span&gt;
-    &lt;h4&gt; 1234567890123 &lt;/h4&gt;
-    &lt;span id=&quot;second-column&quot;&gt; ij kl mn oq &lt;/span&gt;
-    &lt;span id=&quot;third-column&quot;&gt; ab cd ef gh &lt;/span&gt;
-    &lt;span id=&quot;fourth-column&quot;&gt; rs tu vw xy &lt;/span&gt;
-  &lt;/div&gt;
- &lt;/body&gt;
-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolcountcomputed003expectedxht"></a>
<div class="delfile"><h4>Deleted: releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-003-expected.xht (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-003-expected.xht        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-003-expected.xht        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,25 +0,0 @@
</span><del>-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
- &lt;head&gt;
-  &lt;title&gt;CSS Reftest Reference&lt;/title&gt;
-  &lt;link rel=&quot;author&quot; title=&quot;Opera Software ASA&quot; href=&quot;http://www.opera.com/&quot; /&gt;
-  &lt;link rel=&quot;reviewer&quot; title=&quot;Gérard Talbot&quot; href=&quot;http://www.gtalbot.org/BrowserBugsSection/css21testsuite/&quot; /&gt; &lt;!--  2013-07-29  --&gt;
-  &lt;meta name=&quot;flags&quot; content=&quot;image&quot; /&gt;
-
-  &lt;style type=&quot;text/css&quot;&gt;&lt;![CDATA[
-  img {vertical-align: top;}
-  ]]&gt;&lt;/style&gt;
- &lt;/head&gt;
-
- &lt;body&gt;
-
-  &lt;div&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;300&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;/div&gt;
-
-  &lt;div&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;20&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-pink.png&quot; width=&quot;70&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-blue.png&quot; width=&quot;15&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-yellow.png&quot; width=&quot;35&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-purple.png&quot; width=&quot;80&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-yellow.png&quot; width=&quot;60&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;20&q
 uot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;/div&gt;
-
-  &lt;div&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;20&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-orange.png&quot; width=&quot;70&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-blue.png&quot; width=&quot;15&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-yellow.png&quot; width=&quot;35&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;80&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-yellow.png&quot; width=&quot;60&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;20&q
 uot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;/div&gt;
-
-  &lt;div&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;300&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;/div&gt;
-
- &lt;/body&gt;
-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolcountcomputed003xht"></a>
<div class="delfile"><h4>Deleted: releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-003.xht (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-003.xht        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-003.xht        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,87 +0,0 @@
</span><del>-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
- &lt;head&gt;
-  &lt;title&gt;CSS Multi-column Layout Test: column-rule and overflow inside (complex test)&lt;/title&gt;
-  &lt;link rel=&quot;author&quot; title=&quot;Opera Software ASA&quot; href=&quot;http://www.opera.com/&quot; /&gt;
-  &lt;link rel=&quot;reviewer&quot; title=&quot;Gérard Talbot&quot; href=&quot;http://www.gtalbot.org/BrowserBugsSection/css21testsuite/&quot; /&gt; &lt;!--  2013-07-29  --&gt;
-  &lt;link rel=&quot;help&quot; href=&quot;http://www.w3.org/TR/css3-multicol/#the-number-and-width-of-columns&quot; title=&quot;3. The number and width of columns&quot; /&gt;
-  &lt;link rel=&quot;match&quot; href=&quot;multicol-count-computed-003-ref.xht&quot; /&gt;
-  &lt;meta name=&quot;flags&quot; content=&quot;ahem&quot; /&gt;
-  &lt;meta name=&quot;assert&quot; content=&quot;This test checks that if one of 2 adjacent column boxes (2nd and 3rd colum box in this test) does not have any content, then the column rule separating those should not be drawn. In this test, the 3rd colum box should have no inline content. This test also checks that inline content in the normal flow that extends into a column gap should be clipped in the middle of the column gap. So, in this test, inline content in 1st column box should be partially clipped and overlapped partially by 1st column-rule.&quot; /&gt;
-  &lt;style type=&quot;text/css&quot;&gt;&lt;![CDATA[
-  div
-  {
-  background: yellow;
-  border: gray solid 1em;
-  color: black;
-  font: 1.25em/1 Ahem;
-  orphans: 1;
-  widows: 1;
-  width: 13em;
-
-  column-count: 3;
-  column-gap: 5em;
-  column-rule-color: blue;
-  column-rule-style: solid;
-  column-rule-width: 1.5em;
-  }
-
-  /*
-  (11)  if (column-width = auto) and (column-count != auto) then
-  (12)    N := column-count;
-  (13)    W := max(0, (available-width - ((N - 1) * column-gap)) / N);
-  (14)  exit;
-
-  So, the used column-count in this test is 3.
-
-  W := max(0, (available-width - ((N - 1) * column-gap)) / N);
-  W == max(0, (13em - ((3 - 1) * 5em)) / 3);
-  W == max(0, (13em - (2 * 5em)) / 3);
-  W == max(0, (13em - (10em)) / 3);
-  W == max(0, (3em) / 3);
-  W == max(0, 1em);
-  W == 1em;
-  
-  So, the used column-width in this test is 1em.
-  */
-
-  #pink {color: pink;}
-  #orange {color: orange;}
-  #purple {color: purple;}
-  #gray {color: gray;}
-
-  /*
-  Since
-  &quot;
-  Content in the normal flow that extends into 
-  column gaps (e.g., long words or images) is 
-  clipped in the middle of the column gap. 
-  &quot;
-  http://www.w3.org/TR/css3-multicol/#overflow-inside-multicol-elements
-  this causes the right-half (0.5em) of the 'K' glyph to 
-  be overlapped by the right-half (0.75em) of the 1st blue column-rule. 
-  Same thing should happen to the 'N' glyph of 'ORAN'.
-  
-  Because no inline content should be rendered into the 
-  3rd column box, this causes the 2nd column rule not 
-  been rendered because
-  &quot;
-  Column rules are only drawn between two columns that 
-  both have content.
-  &quot;
-  http://www.w3.org/TR/css3-multicol/#column-gaps-and-rules
-  */
-  ]]&gt;&lt;/style&gt;
- &lt;/head&gt;
-
- &lt;body&gt;
-
-  &lt;div&gt;
-        &lt;span id=&quot;pink&quot;&gt;PINK&lt;/span&gt;
-        &lt;span id=&quot;orange&quot;&gt;ORAN&lt;/span&gt;
-        &lt;span id=&quot;purple&quot;&gt;PURP&lt;/span&gt;
-        &lt;span id=&quot;gray&quot;&gt;GRAY&lt;/span&gt;
-  &lt;/div&gt;
-
- &lt;/body&gt;
-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolcountcomputed005expectedxht"></a>
<div class="delfile"><h4>Deleted: releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-005-expected.xht (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-005-expected.xht        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-005-expected.xht        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,25 +0,0 @@
</span><del>-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
- &lt;head&gt;
-  &lt;title&gt;CSS Reftest Reference&lt;/title&gt;
-  &lt;link rel=&quot;author&quot; title=&quot;Opera Software ASA&quot; href=&quot;http://www.opera.com/&quot; /&gt;
-  &lt;link rel=&quot;reviewer&quot; title=&quot;Gérard Talbot&quot; href=&quot;http://www.gtalbot.org/BrowserBugsSection/css21testsuite/&quot; /&gt; &lt;!--  2013-07-29  --&gt;
-  &lt;meta name=&quot;flags&quot; content=&quot;image&quot; /&gt;
-
-  &lt;style type=&quot;text/css&quot;&gt;&lt;![CDATA[
-  img {vertical-align: top;}
-  ]]&gt;&lt;/style&gt;
- &lt;/head&gt;
-
- &lt;body&gt;
-
-  &lt;div&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;300&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;/div&gt;
-
-  &lt;div&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;20&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-pink.png&quot; width=&quot;70&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-blue.png&quot; width=&quot;15&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-yellow.png&quot; width=&quot;35&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-purple.png&quot; width=&quot;80&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-yellow.png&quot; width=&quot;60&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;20&q
 uot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;/div&gt;
-
-  &lt;div&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;20&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-orange.png&quot; width=&quot;70&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-blue.png&quot; width=&quot;15&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-yellow.png&quot; width=&quot;35&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;80&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-yellow.png&quot; width=&quot;60&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;20&q
 uot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;/div&gt;
-
-  &lt;div&gt;&lt;img src=&quot;support/swatch-gray.png&quot; width=&quot;300&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;/div&gt;
-
- &lt;/body&gt;
-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolcountcomputed005xht"></a>
<div class="delfile"><h4>Deleted: releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-005.xht (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-005.xht        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-count-computed-005.xht        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,91 +0,0 @@
</span><del>-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
- &lt;head&gt;
-  &lt;title&gt;CSS Multi-column Layout Test: column-rule and overflow inside (complex test)&lt;/title&gt;
-  &lt;link rel=&quot;author&quot; title=&quot;Opera Software ASA&quot; href=&quot;http://www.opera.com/&quot; /&gt;
-  &lt;link rel=&quot;reviewer&quot; title=&quot;Gérard Talbot&quot; href=&quot;http://www.gtalbot.org/BrowserBugsSection/css21testsuite/&quot; /&gt; &lt;!--  2013-08-03  --&gt;
-  &lt;link rel=&quot;help&quot; href=&quot;http://www.w3.org/TR/css3-multicol/#the-number-and-width-of-columns&quot; title=&quot;3. The number and width of columns&quot; /&gt;
-  &lt;link rel=&quot;match&quot; href=&quot;multicol-count-computed-003-ref.xht&quot; /&gt;
-  &lt;meta name=&quot;flags&quot; content=&quot;ahem&quot; /&gt;
-  &lt;meta name=&quot;assert&quot; content=&quot;This test checks that if one of 2 adjacent column boxes (2nd and 3rd colum box in this test) does not have any content, then the column rule separating those should not be drawn. In this test, the 3rd colum box should have no inline content. This test also checks that inline content in the normal flow that extends into a column gap should be clipped in the middle of the column gap. So, in this test, inline content in 1st column box should be partially clipped and overlapped partially by 1st column-rule.&quot; /&gt;
-  &lt;style type=&quot;text/css&quot;&gt;&lt;![CDATA[
-  div
-  {
-  background: yellow;
-  border: gray solid 1em;
-  color: black;
-  font: 1.25em/1 Ahem;
-  orphans: 1;
-  widows: 1;
-  width: 13em;
-
-  column-gap: 5em;
-  column-rule-color: blue;
-  column-rule-style: solid;
-  column-rule-width: 1.5em;
-  column-width: 1em;
-  }
-
-  /*
-  (15)  if (column-width != auto) and (column-count = auto) then
-  (16)    N := max(1, floor((available-width + column-gap) / (column-width + column-gap)));
-  (17)    W := ((available-width + column-gap) / N) - column-gap;
-  (18)  exit;
-
-  N := max(1, floor((available-width + column-gap) / (column-width + column-gap)));
-  N == max(1, floor((13em + 5em) / (1em + 5em)));
-  N == max(1, floor(18em / 6em));
-  N == max(1, floor(3));
-  N == 3;
-  
-  So, the used column-count in this test is 3.
-
-  W := ((available-width + column-gap) / N) - column-gap;
-  W == ((13em + 5em) / 3) - 5em;
-  W == ((18em) / 3) - 5em;
-  W == (6em) - 5em;
-  W == 1em;
-  
-  So, the used column-width in this test is 1em.
-  */
-
-  #pink {color: pink;}
-  #orange {color: orange;}
-  #purple {color: purple;}
-  #gray {color: gray;}
-
-  /*
-  Since
-  &quot;
-  Content in the normal flow that extends into 
-  column gaps (e.g., long words or images) is 
-  clipped in the middle of the column gap. 
-  &quot;
-  http://www.w3.org/TR/css3-multicol/#overflow-inside-multicol-elements
-  this causes the right-half (0.5em) of the 'K' glyph to 
-  be overlapped by the right-half (0.75em) of the 1st blue column-rule. 
-  Same thing should happen to the 'N' glyph of 'ORAN'.
-  
-  Because no inline content should be rendered into the 
-  3rd column box, this causes the 2nd column rule not 
-  been rendered because
-  &quot;
-  Column rules are only drawn between two columns that 
-  both have content.
-  &quot;
-  http://www.w3.org/TR/css3-multicol/#column-gaps-and-rules
-  */
-  ]]&gt;&lt;/style&gt;
- &lt;/head&gt;
-
- &lt;body&gt;
-
-  &lt;div&gt;
-        &lt;span id=&quot;pink&quot;&gt;PINK&lt;/span&gt;
-        &lt;span id=&quot;orange&quot;&gt;ORAN&lt;/span&gt;
-        &lt;span id=&quot;purple&quot;&gt;PURP&lt;/span&gt;
-        &lt;span id=&quot;gray&quot;&gt;GRAY&lt;/span&gt;
-  &lt;/div&gt;
-
- &lt;/body&gt;
-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolheightblockchild001expectedxht"></a>
<div class="delfile"><h4>Deleted: releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-height-block-child-001-expected.xht (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-height-block-child-001-expected.xht        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-height-block-child-001-expected.xht        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,55 +0,0 @@
</span><del>-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
-&lt;head&gt;
-  &lt;title&gt;CSS Reftest Reference&lt;/title&gt;
-  &lt;link rel=&quot;author&quot; title=&quot;Opera Software ASA&quot; href=&quot;http://www.opera.com/&quot; /&gt;
-  &lt;link rel=&quot;reviewer&quot; title=&quot;Gérard Talbot&quot; href=&quot;http://www.gtalbot.org/BrowserBugsSection/css21testsuite/&quot; /&gt; &lt;!--  2013-08-08  --&gt;
-  &lt;meta name=&quot;flags&quot; content=&quot;image&quot; /&gt;
-  &lt;style type=&quot;text/css&quot;&gt;&lt;![CDATA[
-  div
-  {
-  background-color: blue;
-  font: 1.25em/1 serif;
-  }
-
-  div#top
-  {
-  height: 5em;
-  width: 22em;
-  }
-
-  div#bottom
-  {
-  height: 3em;
-  width: 14em;
-  }
-
-  img {vertical-align: top;}
-  ]]&gt;&lt;/style&gt;
- &lt;/head&gt;
- &lt;body&gt;
-    &lt;div id=&quot;top&quot;&gt;&lt;img src=&quot;support/black20x20.png&quot; width=&quot;60&quot; height=&quot;100&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;/div&gt;
-
-  &lt;div id=&quot;bottom&quot;&gt;&lt;img src=&quot;support/swatch-orange.png&quot; width=&quot;60&quot; height=&quot;60&quot; alt=&quot;Image download support must be enabled&quot; /&gt;&lt;/div&gt;
-
-  &lt;!-- 
-
-  Expected results:
-
- 0em                        14em            22em
-  v                           v               v
-0 *********************************************
-  * bla                       |               *
-  * bla                       |               *
-  * bla                       |               *
-  * bla                       |               *
-5 * bla                       |               *
-6 * orn                       |****************
-7 * orn                       |
-8 * orn                       |
-  *****************************
-
-   --&gt;
-
- &lt;/body&gt;
-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolheightblockchild001xht"></a>
<div class="delfile"><h4>Deleted: releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-height-block-child-001.xht (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-height-block-child-001.xht        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-height-block-child-001.xht        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,96 +0,0 @@
</span><del>-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
- &lt;head&gt;
-  &lt;title&gt;CSS Multi-column Layout Test: multi-column element with child block (complex)&lt;/title&gt;
-  &lt;link rel=&quot;author&quot; title=&quot;Opera Software ASA&quot; href=&quot;http://www.opera.com/&quot; /&gt;
-  &lt;link rel=&quot;reviewer&quot; title=&quot;Gérard Talbot&quot; href=&quot;http://www.gtalbot.org/BrowserBugsSection/css21testsuite/&quot; /&gt; &lt;!--  2013-08-08  --&gt;
-  &lt;link rel=&quot;help&quot; href=&quot;http://www.w3.org/TR/css3-multicol/#the-multi-column-model&quot; title=&quot;2. The multi-column model&quot; /&gt;
-  &lt;link rel=&quot;bookmark&quot; href=&quot;http://lists.w3.org/Archives/Public/www-style/2013Aug/0091.html&quot; title=&quot;[css3-multicol] Nested multicolumn elements rendering&quot; /&gt;
-  &lt;link rel=&quot;match&quot; href=&quot;multicol-height-block-child-001-ref.xht&quot; /&gt;
-  &lt;meta name=&quot;flags&quot; content=&quot;ahem&quot; /&gt;
-  &lt;meta name=&quot;assert&quot; content=&quot;This test checks that a nested multi-column element's inline content could be clipped horizontally.&quot; /&gt;
-  &lt;style type=&quot;text/css&quot;&gt;&lt;![CDATA[
-  div
-  {
-  background-color: blue;
-  font: 20px/1 Ahem;
-  height: 8em;
-  width: 14em;
-
-  column-count: 2;
-  column-gap: 2em;
-
-  /*
-
-  N == 2;
-
-  W == 6em;
-
-  H == 8em;
-
-  */
-  }
-
-  div#outer
-  {
-  color: black;
-  column-fill: auto;
-  }
-
-  div#inner
-  {
-  color: orange;
-  column-fill: balance;
-  }
-  ]]&gt;&lt;/style&gt;
- &lt;/head&gt;
- &lt;body&gt;
-
-  &lt;div id=&quot;outer&quot;&gt;
-  bla bla bla bla bla
-
-    &lt;div id=&quot;inner&quot;&gt;orn orn orn zzz zzz zzz&lt;/div&gt;
-
-  &lt;/div&gt;
-
-  &lt;!-- 
-  Both column boxes of div#inner start in the 1st 
-  column box of div#outer multi-column element. 
-  The first 3 lines boxes of 1st
-  column box of div#inner will be rendered inside the
-  1st column box of div#outer but not its 2nd.
-  Because 1st column box of div#outer is
-  6em wide while the div#inner multi-column element
-  is 14em wide, this makes the first 3 line boxes 
-  (with the 'z' trios) of 2nd column box of div#inner 
-  clipped.
-  
-  Then, at this point, the div#inner multi-column 
-  element should be fragmented in order to continue to 
-  render the 5 empty line boxes it has into the
-  2nd column box of div#outer. Since those 5 line
-  boxes are empty, we only see the extension it 
-  creates horizontally, which is
-  14em - 6em == 8em horizontally and
-  5 lines boxes == 5em tall
-
-
-  Expected results:
-
- 0em                        14em            22em
-  v                           v               v
-0 *********************************************
-  * bla                       |               *
-  * bla                       |               *
-  * bla                       |               *
-  * bla                       |               *
-5 * bla                       |               *
-6 * orn                       |****************
-7 * orn                       |
-8 * orn                       |
-  *****************************
-
-   --&gt;
-
- &lt;/body&gt;
-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolspannone001expectedxht"></a>
<div class="delfile"><h4>Deleted: releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-span-none-001-expected.xht (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-span-none-001-expected.xht        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-span-none-001-expected.xht        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,54 +0,0 @@
</span><del>-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
- &lt;head&gt;
-  &lt;title&gt;CSS Reftest Reference&lt;/title&gt;
-  &lt;link rel=&quot;author&quot; title=&quot;Opera Software ASA&quot; href=&quot;http://www.opera.com/&quot; /&gt;
-  &lt;link rel=&quot;reviewer&quot; title=&quot;Gérard Talbot&quot; href=&quot;http://www.gtalbot.org/BrowserBugsSection/css21testsuite/&quot; /&gt; &lt;!--  2013-08-22  --&gt;
-  &lt;meta name=&quot;flags&quot; content=&quot;image&quot; /&gt;
-  &lt;style type=&quot;text/css&quot;&gt;&lt;![CDATA[
-  div
-  {
-  font: 1.25em/1 serif;
-  border: 1em solid gray;
-  width: 11em;
-  height: 5em;
-  position: relative;
-  }
-
-  img {position: absolute;}
-
-  img#first-blue {left: 0em; top: 0em;}
-
-  img#second-blue {left: 3em; top: 0em;}
-
-  img#first-pink {left: 6em; top: 0em;}
-
-  img#second-pink {left: 9em; top: 0em;}
-
-  img#black {left: 0em; top: 2em;}
-
-  img#first-yellow {left: 6em; top: 2em;}
-
-  img#second-yellow {left: 9em; top: 2em;}
-
-  img#first-orange {left: 0em; top: 3em;}
-
-  img#second-orange {left: 3em; top: 3em;}
-  ]]&gt;&lt;/style&gt;
- &lt;/head&gt;
- &lt;body&gt;
-
-  &lt;div&gt;
-        &lt;img id=&quot;first-blue&quot; src=&quot;support/swatch-blue.png&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;Image download support must be enabled&quot; /&gt; &lt;img id=&quot;second-blue&quot; src=&quot;support/swatch-blue.png&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;Image download support must be enabled&quot; /&gt; &lt;img id=&quot;first-pink&quot; src=&quot;support/swatch-pink.png&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;Image download support must be enabled&quot; /&gt; &lt;img id=&quot;second-pink&quot; src=&quot;support/swatch-pink.png&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;Image download support must be enabled&quot; /&gt;
-
-        &lt;img id=&quot;black&quot; src=&quot;support/black20x20.png&quot; width=&quot;110&quot; height=&quot;20&quot; alt=&quot;Image download support must be enabled&quot; /&gt;
-
-        &lt;img id=&quot;first-yellow&quot; src=&quot;support/swatch-yellow.png&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;Image download support must be enabled&quot; /&gt;
-        &lt;img id=&quot;second-yellow&quot; src=&quot;support/swatch-yellow.png&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;Image download support must be enabled&quot; /&gt;
-
-        &lt;img id=&quot;first-orange&quot; src=&quot;support/swatch-orange.png&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;Image download support must be enabled&quot; /&gt;
-        &lt;img id=&quot;second-orange&quot; src=&quot;support/swatch-orange.png&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;Image download support must be enabled&quot; /&gt;
-  &lt;/div&gt;
-
- &lt;/body&gt;
-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216LayoutTestsimportedw3ccsscssmulticol1multicolspannone001xht"></a>
<div class="delfile"><h4>Deleted: releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-span-none-001.xht (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-span-none-001.xht        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/imported/w3c/css/css-multicol-1/multicol-span-none-001.xht        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,61 +0,0 @@
</span><del>-&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
-&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
- &lt;head&gt;
-  &lt;title&gt;CSS Multi-column Layout Test: column-span: none (basic)&lt;/title&gt;
-  &lt;link rel=&quot;author&quot; title=&quot;Opera Software ASA&quot; href=&quot;http://www.opera.com/&quot; /&gt;
-  &lt;link rel=&quot;reviewer&quot; title=&quot;Gérard Talbot&quot; href=&quot;http://www.gtalbot.org/BrowserBugsSection/css21testsuite/&quot; /&gt; &lt;!--  2013-08-22  --&gt;
-  &lt;link rel=&quot;help&quot; href=&quot;http://www.w3.org/TR/css3-multicol/#spanning-columns&quot; title=&quot;6.1. 'column-span'&quot; /&gt;
-  &lt;link rel=&quot;match&quot; href=&quot;multicol-span-none-001-ref.xht&quot; /&gt;
-  &lt;meta name=&quot;flags&quot; content=&quot;ahem&quot; /&gt;
-  &lt;meta name=&quot;assert&quot; content=&quot;This test checks how a 'column-span: none' element is rendered: it should not span across all column boxes.&quot; /&gt;
-  &lt;style type=&quot;text/css&quot;&gt;&lt;![CDATA[
-  div
-  {
-  border: gray solid 1em;
-  font: 1.25em/1 Ahem;
-  orphans: 1;
-  widows: 1;
-  width: 11em;
-
-  column-count: 2;
-  column-gap: 1em;
-
-  /*
-
-  N == 2;
-
-  W == 5em;
-
-  */
-  }
-
-  h4
-  {
-  background: black;
-  color: black;
-  font: inherit;
-  margin: 0;
-  width: 11em;
-
-  column-span: none;
-  }
-
-  #column1-top {color: blue;}
-
-  #column1-bottom {color: orange;}
-
-  #column2-top {color: pink;}
-
-  #column2-bottom {color: yellow;}
-  ]]&gt;&lt;/style&gt;
- &lt;/head&gt;
- &lt;body&gt;
-  &lt;div&gt;
-    &lt;span id=&quot;column1-top&quot;&gt; ab cd ef gh &lt;/span&gt;
-    &lt;h4&gt; 1234567890123 &lt;/h4&gt;
-    &lt;span id=&quot;column1-bottom&quot;&gt; ij kl mn oq &lt;/span&gt;
-    &lt;span id=&quot;column2-top&quot;&gt; ab cd ef gh &lt;/span&gt;
-    &lt;span id=&quot;column2-bottom&quot;&gt; rs tu vw xy &lt;/span&gt;
-  &lt;/div&gt;
- &lt;/body&gt;
-&lt;/html&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216SourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.16/Source/WebCore/ChangeLog (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/Source/WebCore/ChangeLog        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/Source/WebCore/ChangeLog        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2017-03-08  Dave Hyatt  &lt;hyatt@apple.com&gt;
+
+        CSS Multicolumn should not clip columns horizontally
+        https://bugs.webkit.org/show_bug.cgi?id=169363
+
+        Reviewed by Sam Weinig.
+
+        Revised multiple tests in fast/multicol.
+
+        * rendering/RenderMultiColumnSet.cpp:
+        (WebCore::RenderMultiColumnSet::flowThreadPortionOverflowRect):
+        Stop clipping horizontally. Section 8.1 of the spec changed from &quot;clip&quot; to &quot;don't clip&quot;,
+        so we're changing to match the latest draft. Keep iBooks-based pagination clipping though.
+
</ins><span class="cx"> 2017-03-07  Said Abou-Hallawa  &lt;sabouhallawa@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Asynchronous image decoding should consider the drawing size if it is smaller than the size of the image
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit216SourceWebCorerenderingRenderMultiColumnSetcpp"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.16/Source/WebCore/rendering/RenderMultiColumnSet.cpp (213831 => 213832)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.16/Source/WebCore/rendering/RenderMultiColumnSet.cpp        2017-03-13 11:44:45 UTC (rev 213831)
+++ releases/WebKitGTK/webkit-2.16/Source/WebCore/rendering/RenderMultiColumnSet.cpp        2017-03-13 11:45:42 UTC (rev 213832)
</span><span class="lines">@@ -551,18 +551,19 @@
</span><span class="cx">     // top/bottom unless it's the first/last column.
</span><span class="cx">     LayoutRect overflowRect = overflowRectForFlowThreadPortion(portionRect, isFirstColumn &amp;&amp; isFirstRegion(), isLastColumn &amp;&amp; isLastRegion(), VisualOverflow);
</span><span class="cx"> 
</span><del>-    // Avoid overflowing into neighboring columns, by clipping in the middle of adjacent column
-    // gaps. Also make sure that we avoid rounding errors.
-    if (isHorizontalWritingMode()) {
-        if (!isLeftmostColumn)
-            overflowRect.shiftXEdgeTo(portionRect.x() - colGap / 2);
-        if (!isRightmostColumn)
-            overflowRect.shiftMaxXEdgeTo(portionRect.maxX() + colGap - colGap / 2);
-    } else {
-        if (!isLeftmostColumn)
-            overflowRect.shiftYEdgeTo(portionRect.y() - colGap / 2);
-        if (!isRightmostColumn)
-            overflowRect.shiftMaxYEdgeTo(portionRect.maxY() + colGap - colGap / 2);
</del><ins>+    // For RenderViews only (i.e., iBooks), avoid overflowing into neighboring columns, by clipping in the middle of adjacent column gaps. Also make sure that we avoid rounding errors.
+    if (&amp;view() == parent()) {
+        if (isHorizontalWritingMode()) {
+            if (!isLeftmostColumn)
+                overflowRect.shiftXEdgeTo(portionRect.x() - colGap / 2);
+            if (!isRightmostColumn)
+                overflowRect.shiftMaxXEdgeTo(portionRect.maxX() + colGap - colGap / 2);
+        } else {
+            if (!isLeftmostColumn)
+                overflowRect.shiftYEdgeTo(portionRect.y() - colGap / 2);
+            if (!isRightmostColumn)
+                overflowRect.shiftMaxYEdgeTo(portionRect.maxY() + colGap - colGap / 2);
+        }
</ins><span class="cx">     }
</span><span class="cx">     return overflowRect;
</span><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>