<!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>[196906] 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/196906">196906</a></dd>
<dt>Author</dt> <dd>rego@igalia.com</dd>
<dt>Date</dt> <dd>2016-02-22 01:01:45 -0800 (Mon, 22 Feb 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>[css-grid] Swap columns and rows in grid shorthand
https://bugs.webkit.org/show_bug.cgi?id=154449

Reviewed by Darin Adler.

The spec was modified past December to change the order of
columns and rows in the grid shorthand:
https://github.com/w3c/csswg-drafts/commit/7454c7c8c5857b61bbbe2ee5f07803c264bf37e4

Updated the parsing and modified the tests to follow the new syntax.

Source/WebCore:

* css/CSSParser.cpp:
(WebCore::CSSParser::parseGridShorthand):

LayoutTests:

* fast/css-grid-layout/grid-shorthand-get-set-expected.txt:
* fast/css-grid-layout/grid-shorthand-get-set.html:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsfastcssgridlayoutgridshorthandgetsetexpectedtxt">trunk/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssgridlayoutgridshorthandgetsethtml">trunk/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set.html</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorecssCSSParsercpp">trunk/Source/WebCore/css/CSSParser.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (196905 => 196906)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-02-22 09:00:12 UTC (rev 196905)
+++ trunk/LayoutTests/ChangeLog        2016-02-22 09:01:45 UTC (rev 196906)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2016-02-22  Manuel Rego Casasnovas  &lt;rego@igalia.com&gt;
+
+        [css-grid] Swap columns and rows in grid shorthand
+        https://bugs.webkit.org/show_bug.cgi?id=154449
+
+        Reviewed by Darin Adler.
+
+        The spec was modified past December to change the order of
+        columns and rows in the grid shorthand:
+        https://github.com/w3c/csswg-drafts/commit/7454c7c8c5857b61bbbe2ee5f07803c264bf37e4
+
+        Updated the parsing and modified the tests to follow the new syntax.
+
+        * fast/css-grid-layout/grid-shorthand-get-set-expected.txt:
+        * fast/css-grid-layout/grid-shorthand-get-set.html:
+
</ins><span class="cx"> 2016-02-21  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Make HTMLSelectElement.size behave as per the specification
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssgridlayoutgridshorthandgetsetexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt (196905 => 196906)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt        2016-02-22 09:00:12 UTC (rev 196905)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt        2016-02-22 09:01:45 UTC (rev 196906)
</span><span class="lines">@@ -28,18 +28,18 @@
</span><span class="cx"> PASS window.getComputedStyle(gridWithTemplateNone, '').getPropertyValue('-webkit-grid-auto-flow') is &quot;row&quot;
</span><span class="cx"> PASS window.getComputedStyle(gridWithTemplateNone, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;auto&quot;
</span><span class="cx"> PASS window.getComputedStyle(gridWithTemplateNone, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;auto&quot;
</span><del>-PASS window.getComputedStyle(gridWithAutoFlowDenseAndColumnsAndRows, '').getPropertyValue('-webkit-grid-template-columns') is &quot;none&quot;
-PASS window.getComputedStyle(gridWithAutoFlowDenseAndColumnsAndRows, '').getPropertyValue('-webkit-grid-template-rows') is &quot;none&quot;
-PASS window.getComputedStyle(gridWithAutoFlowDenseAndColumnsAndRows, '').getPropertyValue('-webkit-grid-template-areas') is &quot;none&quot;
-PASS window.getComputedStyle(gridWithAutoFlowDenseAndColumnsAndRows, '').getPropertyValue('-webkit-grid-auto-flow') is &quot;row dense&quot;
-PASS window.getComputedStyle(gridWithAutoFlowDenseAndColumnsAndRows, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;10px&quot;
-PASS window.getComputedStyle(gridWithAutoFlowDenseAndColumnsAndRows, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;20px&quot;
-PASS window.getComputedStyle(gridWithAutoFlowAndColumns, '').getPropertyValue('-webkit-grid-template-columns') is &quot;none&quot;
-PASS window.getComputedStyle(gridWithAutoFlowAndColumns, '').getPropertyValue('-webkit-grid-template-rows') is &quot;none&quot;
-PASS window.getComputedStyle(gridWithAutoFlowAndColumns, '').getPropertyValue('-webkit-grid-template-areas') is &quot;none&quot;
-PASS window.getComputedStyle(gridWithAutoFlowAndColumns, '').getPropertyValue('-webkit-grid-auto-flow') is &quot;column&quot;
-PASS window.getComputedStyle(gridWithAutoFlowAndColumns, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;10px&quot;
-PASS window.getComputedStyle(gridWithAutoFlowAndColumns, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;10px&quot;
</del><ins>+PASS window.getComputedStyle(gridWithAutoFlowDenseAndRowsAndColumns, '').getPropertyValue('-webkit-grid-template-columns') is &quot;none&quot;
+PASS window.getComputedStyle(gridWithAutoFlowDenseAndRowsAndColumns, '').getPropertyValue('-webkit-grid-template-rows') is &quot;none&quot;
+PASS window.getComputedStyle(gridWithAutoFlowDenseAndRowsAndColumns, '').getPropertyValue('-webkit-grid-template-areas') is &quot;none&quot;
+PASS window.getComputedStyle(gridWithAutoFlowDenseAndRowsAndColumns, '').getPropertyValue('-webkit-grid-auto-flow') is &quot;row dense&quot;
+PASS window.getComputedStyle(gridWithAutoFlowDenseAndRowsAndColumns, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;20px&quot;
+PASS window.getComputedStyle(gridWithAutoFlowDenseAndRowsAndColumns, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;10px&quot;
+PASS window.getComputedStyle(gridWithAutoFlowAndRows, '').getPropertyValue('-webkit-grid-template-columns') is &quot;none&quot;
+PASS window.getComputedStyle(gridWithAutoFlowAndRows, '').getPropertyValue('-webkit-grid-template-rows') is &quot;none&quot;
+PASS window.getComputedStyle(gridWithAutoFlowAndRows, '').getPropertyValue('-webkit-grid-template-areas') is &quot;none&quot;
+PASS window.getComputedStyle(gridWithAutoFlowAndRows, '').getPropertyValue('-webkit-grid-auto-flow') is &quot;column&quot;
+PASS window.getComputedStyle(gridWithAutoFlowAndRows, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;10px&quot;
+PASS window.getComputedStyle(gridWithAutoFlowAndRows, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;10px&quot;
</ins><span class="cx"> PASS window.getComputedStyle(gridWithAutoFlowDense, '').getPropertyValue('-webkit-grid-template-columns') is &quot;none&quot;
</span><span class="cx"> PASS window.getComputedStyle(gridWithAutoFlowDense, '').getPropertyValue('-webkit-grid-template-rows') is &quot;none&quot;
</span><span class="cx"> PASS window.getComputedStyle(gridWithAutoFlowDense, '').getPropertyValue('-webkit-grid-template-areas') is &quot;none&quot;
</span><span class="lines">@@ -58,12 +58,12 @@
</span><span class="cx"> PASS window.getComputedStyle(gridWithAutoFlowDenseRow, '').getPropertyValue('-webkit-grid-auto-flow') is &quot;row dense&quot;
</span><span class="cx"> PASS window.getComputedStyle(gridWithAutoFlowDenseRow, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;10px&quot;
</span><span class="cx"> PASS window.getComputedStyle(gridWithAutoFlowDenseRow, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;10px&quot;
</span><del>-PASS window.getComputedStyle(gridWithAutoFlowAndColumnsAndRows, '').getPropertyValue('-webkit-grid-template-columns') is &quot;none&quot;
-PASS window.getComputedStyle(gridWithAutoFlowAndColumnsAndRows, '').getPropertyValue('-webkit-grid-template-rows') is &quot;none&quot;
-PASS window.getComputedStyle(gridWithAutoFlowAndColumnsAndRows, '').getPropertyValue('-webkit-grid-template-areas') is &quot;none&quot;
-PASS window.getComputedStyle(gridWithAutoFlowAndColumnsAndRows, '').getPropertyValue('-webkit-grid-auto-flow') is &quot;column&quot;
-PASS window.getComputedStyle(gridWithAutoFlowAndColumnsAndRows, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;10px&quot;
-PASS window.getComputedStyle(gridWithAutoFlowAndColumnsAndRows, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;20px&quot;
</del><ins>+PASS window.getComputedStyle(gridWithAutoFlowAndRowsAndColumns, '').getPropertyValue('-webkit-grid-template-columns') is &quot;none&quot;
+PASS window.getComputedStyle(gridWithAutoFlowAndRowsAndColumns, '').getPropertyValue('-webkit-grid-template-rows') is &quot;none&quot;
+PASS window.getComputedStyle(gridWithAutoFlowAndRowsAndColumns, '').getPropertyValue('-webkit-grid-template-areas') is &quot;none&quot;
+PASS window.getComputedStyle(gridWithAutoFlowAndRowsAndColumns, '').getPropertyValue('-webkit-grid-auto-flow') is &quot;column&quot;
+PASS window.getComputedStyle(gridWithAutoFlowAndRowsAndColumns, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;20px&quot;
+PASS window.getComputedStyle(gridWithAutoFlowAndRowsAndColumns, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;10px&quot;
</ins><span class="cx"> 
</span><span class="cx"> Test setting wrong values for 'grid' shorthand through CSS (they should resolve to the default: 'row')
</span><span class="cx"> PASS window.getComputedStyle(gridWithNone, '').getPropertyValue('-webkit-grid-template-columns') is &quot;none&quot;
</span><span class="lines">@@ -72,12 +72,12 @@
</span><span class="cx"> PASS window.getComputedStyle(gridWithNone, '').getPropertyValue('-webkit-grid-auto-flow') is &quot;row&quot;
</span><span class="cx"> PASS window.getComputedStyle(gridWithNone, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;auto&quot;
</span><span class="cx"> PASS window.getComputedStyle(gridWithNone, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;auto&quot;
</span><del>-PASS window.getComputedStyle(gridWithAutoFlowNoneAndColumnsAndRows, '').getPropertyValue('-webkit-grid-template-columns') is &quot;none&quot;
-PASS window.getComputedStyle(gridWithAutoFlowNoneAndColumnsAndRows, '').getPropertyValue('-webkit-grid-template-rows') is &quot;none&quot;
-PASS window.getComputedStyle(gridWithAutoFlowNoneAndColumnsAndRows, '').getPropertyValue('-webkit-grid-template-areas') is &quot;none&quot;
-PASS window.getComputedStyle(gridWithAutoFlowNoneAndColumnsAndRows, '').getPropertyValue('-webkit-grid-auto-flow') is &quot;row&quot;
-PASS window.getComputedStyle(gridWithAutoFlowNoneAndColumnsAndRows, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;auto&quot;
-PASS window.getComputedStyle(gridWithAutoFlowNoneAndColumnsAndRows, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;auto&quot;
</del><ins>+PASS window.getComputedStyle(gridWithAutoFlowNoneAndRowsAndColumns, '').getPropertyValue('-webkit-grid-template-columns') is &quot;none&quot;
+PASS window.getComputedStyle(gridWithAutoFlowNoneAndRowsAndColumns, '').getPropertyValue('-webkit-grid-template-rows') is &quot;none&quot;
+PASS window.getComputedStyle(gridWithAutoFlowNoneAndRowsAndColumns, '').getPropertyValue('-webkit-grid-template-areas') is &quot;none&quot;
+PASS window.getComputedStyle(gridWithAutoFlowNoneAndRowsAndColumns, '').getPropertyValue('-webkit-grid-auto-flow') is &quot;row&quot;
+PASS window.getComputedStyle(gridWithAutoFlowNoneAndRowsAndColumns, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;auto&quot;
+PASS window.getComputedStyle(gridWithAutoFlowNoneAndRowsAndColumns, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;auto&quot;
</ins><span class="cx"> PASS window.getComputedStyle(gridWithAutoFlowNone, '').getPropertyValue('-webkit-grid-template-columns') is &quot;none&quot;
</span><span class="cx"> PASS window.getComputedStyle(gridWithAutoFlowNone, '').getPropertyValue('-webkit-grid-template-rows') is &quot;none&quot;
</span><span class="cx"> PASS window.getComputedStyle(gridWithAutoFlowNone, '').getPropertyValue('-webkit-grid-template-areas') is &quot;none&quot;
</span><span class="lines">@@ -214,10 +214,10 @@
</span><span class="cx"> PASS element.style.webkitGridTemplateAreas is &quot;initial&quot;
</span><span class="cx"> PASS getComputedStyle(element, '').getPropertyValue('-webkit-grid-auto-flow') is &quot;column&quot;
</span><span class="cx"> PASS element.style.webkitGridAutoFlow is &quot;column&quot;
</span><del>-PASS getComputedStyle(element, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;20px&quot;
-PASS element.style.webkitGridAutoColumns is &quot;20px&quot;
-PASS getComputedStyle(element, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;10px&quot;
-PASS element.style.webkitGridAutoRows is &quot;10px&quot;
</del><ins>+PASS getComputedStyle(element, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;10px&quot;
+PASS element.style.webkitGridAutoColumns is &quot;10px&quot;
+PASS getComputedStyle(element, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;20px&quot;
+PASS element.style.webkitGridAutoRows is &quot;20px&quot;
</ins><span class="cx"> 
</span><span class="cx"> Test the initial value
</span><span class="cx"> PASS window.getComputedStyle(element, '').getPropertyValue('-webkit-grid-template-columns') is &quot;none&quot;
</span><span class="lines">@@ -242,10 +242,10 @@
</span><span class="cx"> PASS element.style.webkitGridTemplateAreas is &quot;initial&quot;
</span><span class="cx"> PASS getComputedStyle(element, '').getPropertyValue('-webkit-grid-auto-flow') is &quot;column&quot;
</span><span class="cx"> PASS element.style.webkitGridAutoFlow is &quot;column&quot;
</span><del>-PASS getComputedStyle(element, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;10px&quot;
-PASS element.style.webkitGridAutoColumns is &quot;10px&quot;
-PASS getComputedStyle(element, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;20px&quot;
-PASS element.style.webkitGridAutoRows is &quot;20px&quot;
</del><ins>+PASS getComputedStyle(element, '').getPropertyValue('-webkit-grid-auto-columns') is &quot;20px&quot;
+PASS element.style.webkitGridAutoColumns is &quot;20px&quot;
+PASS getComputedStyle(element, '').getPropertyValue('-webkit-grid-auto-rows') is &quot;10px&quot;
+PASS element.style.webkitGridAutoRows is &quot;10px&quot;
</ins><span class="cx"> PASS getComputedStyle(element, '').getPropertyValue('-webkit-grid-template-columns') is &quot;none&quot;
</span><span class="cx"> PASS element.style.webkitGridTemplateColumns is &quot;none&quot;
</span><span class="cx"> PASS getComputedStyle(element, '').getPropertyValue('-webkit-grid-template-rows') is &quot;none&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssgridlayoutgridshorthandgetsethtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set.html (196905 => 196906)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set.html        2016-02-22 09:00:12 UTC (rev 196905)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set.html        2016-02-22 09:01:45 UTC (rev 196906)
</span><span class="lines">@@ -15,10 +15,10 @@
</span><span class="cx"> #gridWithTemplateNone {
</span><span class="cx">     -webkit-grid: none / 10px;
</span><span class="cx"> }
</span><del>-#gridWithAutoFlowDenseAndColumnsAndRows {
</del><ins>+#gridWithAutoFlowDenseAndRowsAndColumns {
</ins><span class="cx">     -webkit-grid: dense 10px / 20px;
</span><span class="cx"> }
</span><del>-#gridWithAutoFlowAndColumns {
</del><ins>+#gridWithAutoFlowAndRows {
</ins><span class="cx">     -webkit-grid: column 10px;
</span><span class="cx"> }
</span><span class="cx"> #gridWithAutoFlowDense {
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #gridWithAutoFlowDenseRow {
</span><span class="cx">     -webkit-grid: dense row 10px;
</span><span class="cx"> }
</span><del>-#gridWithAutoFlowAndColumnsAndRows {
</del><ins>+#gridWithAutoFlowAndRowsAndColumns {
</ins><span class="cx">     -webkit-grid: column 10px / 20px;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> #gridWithNone {
</span><span class="cx">     -webkit-grid: none;
</span><span class="cx"> }
</span><del>-#gridWithAutoFlowNoneAndColumnsAndRows {
</del><ins>+#gridWithAutoFlowNoneAndRowsAndColumns {
</ins><span class="cx">     -webkit-grid: none 10px / 20px;
</span><span class="cx"> }
</span><span class="cx"> #gridWithAutoFlowNone {
</span><span class="lines">@@ -94,15 +94,15 @@
</span><span class="cx"> &lt;div class=&quot;grid&quot; id=&quot;gridWithDense&quot;&gt;&lt;/div&gt;
</span><span class="cx"> &lt;div class=&quot;grid&quot; id=&quot;gridWithTemplate&quot;&gt;&lt;/div&gt;
</span><span class="cx"> &lt;div class=&quot;grid&quot; id=&quot;gridWithTemplate1&quot;&gt;&lt;/div&gt;
</span><del>-&lt;div class=&quot;grid&quot; id=&quot;gridWithAutoFlowDenseAndColumnsAndRows&quot;&gt;&lt;/div&gt;
-&lt;div class=&quot;grid&quot; id=&quot;gridWithAutoFlowAndColumns&quot;&gt;&lt;/div&gt;
</del><ins>+&lt;div class=&quot;grid&quot; id=&quot;gridWithAutoFlowDenseAndRowsAndColumns&quot;&gt;&lt;/div&gt;
+&lt;div class=&quot;grid&quot; id=&quot;gridWithAutoFlowAndRows&quot;&gt;&lt;/div&gt;
</ins><span class="cx"> &lt;div class=&quot;grid&quot; id=&quot;gridWithAutoFlowDense&quot;&gt;&lt;/div&gt;
</span><span class="cx"> &lt;div class=&quot;grid&quot; id=&quot;gridWithAutoFlowColumnDense&quot;&gt;&lt;/div&gt;
</span><span class="cx"> &lt;div class=&quot;grid&quot; id=&quot;gridWithAutoFlowDenseRow&quot;&gt;&lt;/div&gt;
</span><del>-&lt;div class=&quot;grid&quot; id=&quot;gridWithAutoFlowAndColumnsAndRows&quot;&gt;&lt;/div&gt;
</del><ins>+&lt;div class=&quot;grid&quot; id=&quot;gridWithAutoFlowAndRowsAndColumns&quot;&gt;&lt;/div&gt;
</ins><span class="cx"> &lt;div class=&quot;grid&quot; id=&quot;gridWithNone&quot;&gt;&lt;/div&gt;
</span><span class="cx"> &lt;div class=&quot;grid&quot; id=&quot;gridWithTemplateNone&quot;&gt;&lt;/div&gt;
</span><del>-&lt;div class=&quot;grid&quot; id=&quot;gridWithAutoFlowNoneAndColumnsAndRows&quot;&gt;&lt;/div&gt;
</del><ins>+&lt;div class=&quot;grid&quot; id=&quot;gridWithAutoFlowNoneAndRowsAndColumns&quot;&gt;&lt;/div&gt;
</ins><span class="cx"> &lt;div class=&quot;grid&quot; id=&quot;gridWithAutoFlowNone&quot;&gt;&lt;/div&gt;
</span><span class="cx"> &lt;div class=&quot;grid&quot; id=&quot;gridWithExplicitAndImplicit&quot;&gt;&lt;/div&gt;
</span><span class="cx"> &lt;div class=&quot;grid&quot; id=&quot;gridWithMisplacedNone1&quot;&gt;&lt;/div&gt;
</span><span class="lines">@@ -127,17 +127,17 @@
</span><span class="cx">     testGridDefinitionsValues(document.getElementById(&quot;gridWithTemplate&quot;), &quot;15px&quot;, &quot;10px&quot;, &quot;none&quot;, &quot;row&quot;, &quot;auto&quot;, &quot;auto&quot;);
</span><span class="cx">     testGridDefinitionsValues(document.getElementById(&quot;gridWithTemplate1&quot;), &quot;none&quot;, &quot;10px&quot;, &quot;none&quot;, &quot;row&quot;, &quot;auto&quot;, &quot;auto&quot;);
</span><span class="cx">     testGridDefinitionsValues(document.getElementById(&quot;gridWithTemplateNone&quot;), &quot;none&quot;, &quot;10px&quot;, &quot;none&quot;, &quot;row&quot;, &quot;auto&quot;, &quot;auto&quot;);
</span><del>-    testGridDefinitionsValues(document.getElementById(&quot;gridWithAutoFlowDenseAndColumnsAndRows&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;row dense&quot;, &quot;10px&quot;, &quot;20px&quot;);
-    testGridDefinitionsValues(document.getElementById(&quot;gridWithAutoFlowAndColumns&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;column&quot;, &quot;10px&quot;, &quot;10px&quot;);
</del><ins>+    testGridDefinitionsValues(document.getElementById(&quot;gridWithAutoFlowDenseAndRowsAndColumns&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;row dense&quot;, &quot;20px&quot;, &quot;10px&quot;);
+    testGridDefinitionsValues(document.getElementById(&quot;gridWithAutoFlowAndRows&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;column&quot;, &quot;10px&quot;, &quot;10px&quot;);
</ins><span class="cx">     testGridDefinitionsValues(document.getElementById(&quot;gridWithAutoFlowDense&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;row dense&quot;, &quot;10px&quot;, &quot;10px&quot;);
</span><span class="cx">     testGridDefinitionsValues(document.getElementById(&quot;gridWithAutoFlowColumnDense&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;column dense&quot;, &quot;10px&quot;, &quot;10px&quot;);
</span><span class="cx">     testGridDefinitionsValues(document.getElementById(&quot;gridWithAutoFlowDenseRow&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;row dense&quot;, &quot;10px&quot;, &quot;10px&quot;);
</span><del>-    testGridDefinitionsValues(document.getElementById(&quot;gridWithAutoFlowAndColumnsAndRows&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;column&quot;, &quot;10px&quot;, &quot;20px&quot;);
</del><ins>+    testGridDefinitionsValues(document.getElementById(&quot;gridWithAutoFlowAndRowsAndColumns&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;column&quot;, &quot;20px&quot;, &quot;10px&quot;);
</ins><span class="cx"> 
</span><span class="cx">     debug(&quot;&quot;);
</span><span class="cx">     debug(&quot;Test setting wrong values for 'grid' shorthand through CSS (they should resolve to the default: 'row')&quot;);
</span><span class="cx">     testGridDefinitionsValues(document.getElementById(&quot;gridWithNone&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;row&quot;, &quot;auto&quot;, &quot;auto&quot;);
</span><del>-    testGridDefinitionsValues(document.getElementById(&quot;gridWithAutoFlowNoneAndColumnsAndRows&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;row&quot;, &quot;auto&quot;, &quot;auto&quot;);
</del><ins>+    testGridDefinitionsValues(document.getElementById(&quot;gridWithAutoFlowNoneAndRowsAndColumns&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;row&quot;, &quot;auto&quot;, &quot;auto&quot;);
</ins><span class="cx">     testGridDefinitionsValues(document.getElementById(&quot;gridWithAutoFlowNone&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;row&quot;, &quot;auto&quot;, &quot;auto&quot;);
</span><span class="cx">     testGridDefinitionsValues(document.getElementById(&quot;gridWithExplicitAndImplicit&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;row&quot;, &quot;auto&quot;, &quot;auto&quot;);
</span><span class="cx">     testGridDefinitionsValues(document.getElementById(&quot;gridWithMisplacedNone1&quot;), &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;row&quot;, &quot;auto&quot;, &quot;auto&quot;);
</span><span class="lines">@@ -159,7 +159,7 @@
</span><span class="cx">     testGridDefinitionsSetJSValues(&quot;10px / 20px&quot;, &quot;10px&quot;, &quot;20px&quot;, &quot;none&quot;, &quot;row&quot;, &quot;auto&quot;, &quot;auto&quot;, &quot;10px&quot;, &quot;20px&quot;, &quot;none&quot;, &quot;initial&quot;, &quot;initial&quot;, &quot;initial&quot;);
</span><span class="cx">     testGridDefinitionsSetJSValues(&quot;10px / [line] 'a' 20px&quot;, &quot;10px&quot;, &quot;[line] 20px&quot;, &quot;\&quot;a\&quot;&quot;, &quot;row&quot;, &quot;auto&quot;, &quot;auto&quot;, &quot;10px&quot;, &quot;[line] 20px&quot;, &quot;\&quot;a\&quot;&quot;, &quot;initial&quot;, &quot;initial&quot;, &quot;initial&quot;);
</span><span class="cx">     testGridDefinitionsSetJSValues(&quot;row dense 20px&quot;, &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;row dense&quot;, &quot;20px&quot;, &quot;20px&quot;, &quot;initial&quot;, &quot;initial&quot;, &quot;initial&quot;, &quot;row dense&quot;, &quot;20px&quot;, &quot;20px&quot;);
</span><del>-    testGridDefinitionsSetJSValues(&quot;column 20px / 10px&quot;, &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;column&quot;, &quot;20px&quot;, &quot;10px&quot;, &quot;initial&quot;, &quot;initial&quot;, &quot;initial&quot;, &quot;column&quot;, &quot;20px&quot;, &quot;10px&quot;);
</del><ins>+    testGridDefinitionsSetJSValues(&quot;column 20px / 10px&quot;, &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;column&quot;, &quot;10px&quot;, &quot;20px&quot;, &quot;initial&quot;, &quot;initial&quot;, &quot;initial&quot;, &quot;column&quot;, &quot;10px&quot;, &quot;20px&quot;);
</ins><span class="cx"> 
</span><span class="cx">     debug(&quot;&quot;);
</span><span class="cx">     debug(&quot;Test the initial value&quot;);
</span><span class="lines">@@ -175,7 +175,7 @@
</span><span class="cx"> 
</span><span class="cx">     debug(&quot;&quot;);
</span><span class="cx">     debug(&quot;Test setting grid-template-columns and grid-template-rows back to 'none' through JS&quot;);
</span><del>-    testGridDefinitionsSetJSValues(&quot;column 10px / 20px&quot;, &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;column&quot;, &quot;10px&quot;, &quot;20px&quot;, &quot;initial&quot;, &quot;initial&quot;, &quot;initial&quot;, &quot;column&quot;, &quot;10px&quot;, &quot;20px&quot;);
</del><ins>+    testGridDefinitionsSetJSValues(&quot;column 10px / 20px&quot;, &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;column&quot;, &quot;20px&quot;, &quot;10px&quot;, &quot;initial&quot;, &quot;initial&quot;, &quot;initial&quot;, &quot;column&quot;, &quot;20px&quot;, &quot;10px&quot;);
</ins><span class="cx">     testGridDefinitionsSetJSValues(&quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;row&quot;, &quot;auto&quot;, &quot;auto&quot;, &quot;none&quot;, &quot;none&quot;, &quot;none&quot;, &quot;initial&quot;, &quot;initial&quot;, &quot;initial&quot;);
</span><span class="cx"> 
</span><span class="cx">     debug(&quot;&quot;);
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (196905 => 196906)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-02-22 09:00:12 UTC (rev 196905)
+++ trunk/Source/WebCore/ChangeLog        2016-02-22 09:01:45 UTC (rev 196906)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2016-02-22  Manuel Rego Casasnovas  &lt;rego@igalia.com&gt;
+
+        [css-grid] Swap columns and rows in grid shorthand
+        https://bugs.webkit.org/show_bug.cgi?id=154449
+
+        Reviewed by Darin Adler.
+
+        The spec was modified past December to change the order of
+        columns and rows in the grid shorthand:
+        https://github.com/w3c/csswg-drafts/commit/7454c7c8c5857b61bbbe2ee5f07803c264bf37e4
+
+        Updated the parsing and modified the tests to follow the new syntax.
+
+        * css/CSSParser.cpp:
+        (WebCore::CSSParser::parseGridShorthand):
+
</ins><span class="cx"> 2016-02-22  Youenn Fablet  &lt;youenn.fablet@crf.canon.fr&gt;
</span><span class="cx"> 
</span><span class="cx">         Binding generator should support key value iterable
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSParsercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSParser.cpp (196905 => 196906)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSParser.cpp        2016-02-22 09:00:12 UTC (rev 196905)
+++ trunk/Source/WebCore/css/CSSParser.cpp        2016-02-22 09:01:45 UTC (rev 196906)
</span><span class="lines">@@ -5696,14 +5696,14 @@
</span><span class="cx">     RefPtr&lt;CSSValue&gt; autoRowsValue;
</span><span class="cx"> 
</span><span class="cx">     if (m_valueList-&gt;current()) {
</span><del>-        autoColumnsValue = parseGridTrackSize(*m_valueList);
-        if (!autoColumnsValue)
</del><ins>+        autoRowsValue = parseGridTrackSize(*m_valueList);
+        if (!autoRowsValue)
</ins><span class="cx">             return false;
</span><span class="cx">         if (m_valueList-&gt;current()) {
</span><span class="cx">             if (!isForwardSlashOperator(*m_valueList-&gt;current()) || !m_valueList-&gt;next())
</span><span class="cx">                 return false;
</span><del>-            autoRowsValue = parseGridTrackSize(*m_valueList);
-            if (!autoRowsValue)
</del><ins>+            autoColumnsValue = parseGridTrackSize(*m_valueList);
+            if (!autoColumnsValue)
</ins><span class="cx">                 return false;
</span><span class="cx">         }
</span><span class="cx">         if (m_valueList-&gt;current())
</span><span class="lines">@@ -5715,8 +5715,8 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     // if &lt;grid-auto-rows&gt; value is omitted, it is set to the value specified for grid-auto-columns.
</span><del>-    if (!autoRowsValue)
-        autoRowsValue = autoColumnsValue;
</del><ins>+    if (!autoColumnsValue)
+        autoColumnsValue = autoRowsValue;
</ins><span class="cx"> 
</span><span class="cx">     addProperty(CSSPropertyWebkitGridAutoColumns, autoColumnsValue.release(), important);
</span><span class="cx">     addProperty(CSSPropertyWebkitGridAutoRows, autoRowsValue.release(), important);
</span></span></pre>
</div>
</div>

</body>
</html>