<!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>[209537] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/209537">209537</a></dd>
<dt>Author</dt> <dd>hyatt@apple.com</dd>
<dt>Date</dt> <dd>2016-12-08 08:47:12 -0800 (Thu, 08 Dec 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>[CSS Parser] Unskip more tests
https://bugs.webkit.org/show_bug.cgi?id=165602

Reviewed by Zalan Bujtas.

* TestExpectations:
* fast/css/remove-shorthand-expected.txt:
* fast/css/transform-inline-style-expected.txt:
* fast/regions/region-styling/parsing-region-style-rule.html:
* fast/shapes/parsing/parsing-shape-image-threshold-expected.txt:
* fast/shapes/parsing/parsing-shape-image-threshold.html:
* fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt:
* fast/shapes/shape-outside-floats/shape-outside-animation.html:
* platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt:
* svg/webarchive/svg-cursor-subresources.svg:
* transitions/transitions-parsing-expected.txt:
* transitions/transitions-parsing.html:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsTestExpectations">trunk/LayoutTests/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsfastcssremoveshorthandexpectedtxt">trunk/LayoutTests/fast/css/remove-shorthand-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcsstransforminlinestyleexpectedtxt">trunk/LayoutTests/fast/css/transform-inline-style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastregionsregionstylingparsingregionstylerulehtml">trunk/LayoutTests/fast/regions/region-styling/parsing-region-style-rule.html</a></li>
<li><a href="#trunkLayoutTestsfastshapesparsingparsingshapeimagethresholdexpectedtxt">trunk/LayoutTests/fast/shapes/parsing/parsing-shape-image-threshold-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastshapesparsingparsingshapeimagethresholdhtml">trunk/LayoutTests/fast/shapes/parsing/parsing-shape-image-threshold.html</a></li>
<li><a href="#trunkLayoutTestsfastshapesshapeoutsidefloatsshapeoutsideanimationexpectedtxt">trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastshapesshapeoutsidefloatsshapeoutsideanimationhtml">trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-animation.html</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgwebarchivesvgcursorsubresourcesexpectedtxt">trunk/LayoutTests/platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgwebarchivesvgcursorsubresourcessvg">trunk/LayoutTests/svg/webarchive/svg-cursor-subresources.svg</a></li>
<li><a href="#trunkLayoutTeststransitionstransitionsparsingexpectedtxt">trunk/LayoutTests/transitions/transitions-parsing-expected.txt</a></li>
<li><a href="#trunkLayoutTeststransitionstransitionsparsinghtml">trunk/LayoutTests/transitions/transitions-parsing.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (209536 => 209537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-12-08 14:09:16 UTC (rev 209536)
+++ trunk/LayoutTests/ChangeLog        2016-12-08 16:47:12 UTC (rev 209537)
</span><span class="lines">@@ -1,3 +1,23 @@
</span><ins>+2016-12-08  Dave Hyatt  &lt;hyatt@apple.com&gt;
+
+        [CSS Parser] Unskip more tests
+        https://bugs.webkit.org/show_bug.cgi?id=165602
+
+        Reviewed by Zalan Bujtas.
+
+        * TestExpectations:
+        * fast/css/remove-shorthand-expected.txt:
+        * fast/css/transform-inline-style-expected.txt:
+        * fast/regions/region-styling/parsing-region-style-rule.html:
+        * fast/shapes/parsing/parsing-shape-image-threshold-expected.txt:
+        * fast/shapes/parsing/parsing-shape-image-threshold.html:
+        * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt:
+        * fast/shapes/shape-outside-floats/shape-outside-animation.html:
+        * platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt:
+        * svg/webarchive/svg-cursor-subresources.svg:
+        * transitions/transitions-parsing-expected.txt:
+        * transitions/transitions-parsing.html:
+
</ins><span class="cx"> 2016-12-08  Antti Koivisto  &lt;antti@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         :after and :before don't work on :host
</span></span></pre></div>
<a id="trunkLayoutTestsTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/TestExpectations (209536 => 209537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/TestExpectations        2016-12-08 14:09:16 UTC (rev 209536)
+++ trunk/LayoutTests/TestExpectations        2016-12-08 16:47:12 UTC (rev 209537)
</span><span class="lines">@@ -1008,22 +1008,13 @@
</span><span class="cx"> webkit.org/b/165195 fast/css/parsing-text-emphasis.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/css/css-selector-text.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/css/css-set-selector-text.html [ Pass Failure ]
</span><del>-webkit.org/b/165195 fast/css/remove-shorthand.html [ Pass Failure ]
-webkit.org/b/165195 fast/css/transform-inline-style.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/165195 fast/css/uri-token-parsing.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/dom/Window/getMatchedCSSRules-with-pseudo-elements-complex.html [ Pass Failure ]
</span><del>-webkit.org/b/165195 fast/regions/region-styling/parsing-region-style-rule.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/165195 fast/selectors/querySelector-pseudo-element.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/selectors/querySelector-pseudo-element-inside-functional-pseudo-class-any.html [ Pass Failure ]
</span><del>-webkit.org/b/165195 fast/shapes/parsing/parsing-shape-image-threshold.html [ Pass Failure ]
-webkit.org/b/165195 fast/shapes/shape-outside-floats/shape-outside-animation.html [ Pass Failure ]
-webkit.org/b/165195 svg/webarchive/svg-cursor-subresources.svg [ Pass Failure ]
</del><span class="cx"> webkit.org/b/165195 fast/backgrounds/background-shorthand-after-set-backgroundSize.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/backgrounds/background-position-parsing-2.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/backgrounds/background-shorthand-with-backgroundSize-style.html [ Pass Failure ]
</span><del>-webkit.org/b/165195 fast/css/font-family-parse-keyword.html [ Pass Failure ]
-webkit.org/b/165195 fast/css/variables/custom-property-dynamic-update.html [ Skip ]
-webkit.org/b/165195 transitions/transitions-parsing.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/165195 fast/css/aspect-ratio-parsing-tests.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/css-grid-layout/grid-auto-flow-get-set.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/css-grid-layout/grid-columns-rows-get-set.html [ Pass Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssremoveshorthandexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/remove-shorthand-expected.txt (209536 => 209537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/remove-shorthand-expected.txt        2016-12-08 14:09:16 UTC (rev 209536)
+++ trunk/LayoutTests/fast/css/remove-shorthand-expected.txt        2016-12-08 16:47:12 UTC (rev 209537)
</span><span class="lines">@@ -72,5 +72,5 @@
</span><span class="cx"> removes &quot;padding&quot;
</span><span class="cx"> and adds &quot;&quot;.
</span><span class="cx"> Removing -webkit-text-stroke
</span><del>-removes &quot;-webkit-text-stroke-color, -webkit-text-stroke-width&quot;
</del><ins>+removes &quot;-webkit-text-stroke-width, -webkit-text-stroke-color&quot;
</ins><span class="cx"> and adds &quot;&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestsfastcsstransforminlinestyleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/transform-inline-style-expected.txt (209536 => 209537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/transform-inline-style-expected.txt        2016-12-08 14:09:16 UTC (rev 209536)
+++ trunk/LayoutTests/fast/css/transform-inline-style-expected.txt        2016-12-08 16:47:12 UTC (rev 209537)
</span><span class="lines">@@ -2,5 +2,5 @@
</span><span class="cx"> https://bugs.webkit.org/show_bug.cgi?id=22594
</span><span class="cx"> 
</span><span class="cx"> style: all 1s ease, left 3s cubic-bezier(0.2, 0.3, 0.6, 0.8) 2s
</span><del>-style: 0% 30%
</del><ins>+style: left 30%
</ins><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastregionsregionstylingparsingregionstylerulehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/region-styling/parsing-region-style-rule.html (209536 => 209537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/region-styling/parsing-region-style-rule.html        2016-12-08 14:09:16 UTC (rev 209536)
+++ trunk/LayoutTests/fast/regions/region-styling/parsing-region-style-rule.html        2016-12-08 16:47:12 UTC (rev 209537)
</span><span class="lines">@@ -47,6 +47,7 @@
</span><span class="cx">                 &quot;@-webkit-region #region1 { div { margin-top: 10px; } }&quot;,
</span><span class="cx">                 &quot;@-webkit-region #region2 { div { margin-left: 5px; } }&quot;,
</span><span class="cx">                 &quot;@-webkit-region #region1 { p { color: red; } }&quot;,
</span><ins>+                &quot;@-webkit-region #region1 {}&quot;,
</ins><span class="cx">                 &quot;@-webkit-region #region1, #region2 { p &gt; p { color: green; } }&quot;
</span><span class="cx">             ];
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastshapesparsingparsingshapeimagethresholdexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/shapes/parsing/parsing-shape-image-threshold-expected.txt (209536 => 209537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/shapes/parsing/parsing-shape-image-threshold-expected.txt        2016-12-08 14:09:16 UTC (rev 209536)
+++ trunk/LayoutTests/fast/shapes/parsing/parsing-shape-image-threshold-expected.txt        2016-12-08 16:47:12 UTC (rev 209537)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> PASS getCSSText(&quot;-webkit-shape-image-threshold&quot;, &quot;1.1&quot;) is &quot;1.1&quot;
</span><span class="cx"> PASS getCSSText(&quot;-webkit-shape-image-threshold&quot;, &quot;identifier&quot;) is &quot;&quot;
</span><span class="cx"> PASS getCSSText(&quot;-webkit-shape-image-threshold&quot;, &quot;'string'&quot;) is &quot;&quot;
</span><del>-PASS getCSSText(&quot;-webkit-shape-image-threshold&quot;, &quot;calc(0.1 + 0.4)&quot;) is &quot;calc(0.5)&quot;
</del><ins>+PASS getCSSText(&quot;-webkit-shape-image-threshold&quot;, &quot;calc(0.1 + 0.4)&quot;) is &quot;0.5&quot;
</ins><span class="cx"> PASS getComputedStyleValue(&quot;-webkit-shape-image-threshold&quot;, &quot;0&quot;) is &quot;0&quot;
</span><span class="cx"> PASS getComputedStyleValue(&quot;-webkit-shape-image-threshold&quot;, &quot;0.5&quot;) is &quot;0.5&quot;
</span><span class="cx"> PASS getComputedStyleValue(&quot;-webkit-shape-image-threshold&quot;, &quot;1&quot;) is &quot;1&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastshapesparsingparsingshapeimagethresholdhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/shapes/parsing/parsing-shape-image-threshold.html (209536 => 209537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/shapes/parsing/parsing-shape-image-threshold.html        2016-12-08 14:09:16 UTC (rev 209536)
+++ trunk/LayoutTests/fast/shapes/parsing/parsing-shape-image-threshold.html        2016-12-08 16:47:12 UTC (rev 209537)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">      [&quot;-webkit-shape-image-threshold&quot;, &quot;1.1&quot;, &quot;1.1&quot;],
</span><span class="cx">      [&quot;-webkit-shape-image-threshold&quot;, &quot;identifier&quot;, &quot;&quot;],
</span><span class="cx">      [&quot;-webkit-shape-image-threshold&quot;, &quot;\'string\'&quot;, &quot;&quot;],
</span><del>-     [&quot;-webkit-shape-image-threshold&quot;, &quot;calc(0.1 + 0.4)&quot;, &quot;calc(0.5)&quot;]
</del><ins>+     [&quot;-webkit-shape-image-threshold&quot;, &quot;calc(0.1 + 0.4)&quot;, &quot;0.5&quot;]
</ins><span class="cx">     ]
</span><span class="cx"> );
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastshapesshapeoutsidefloatsshapeoutsideanimationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt (209536 => 209537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt        2016-12-08 14:09:16 UTC (rev 209536)
+++ trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt        2016-12-08 16:47:12 UTC (rev 209537)
</span><span class="lines">@@ -19,8 +19,8 @@
</span><span class="cx"> PASS - &quot;webkitShapeOutside&quot; property for &quot;circle-auto-box&quot; element at 1s saw something close to: circle(50% at 50% 50%)
</span><span class="cx"> PASS - &quot;webkitShapeOutside&quot; property for &quot;circle-to-topleft-box&quot; element at 1s saw something close to: circle(35% at 25% 25%)
</span><span class="cx"> PASS - &quot;webkitShapeOutside&quot; property for &quot;circle-to-topleft-box&quot; element at 1s saw something close to: circle(35% at 25% 25%)
</span><del>-PASS - &quot;webkitShapeOutside&quot; property for &quot;circle-to-bottomright-using-keyword-box&quot; element at 1s saw something close to: circle(35% at 75% 75%)
-PASS - &quot;webkitShapeOutside&quot; property for &quot;circle-to-bottomright-using-keyword-box&quot; element at 1s saw something close to: circle(35% at 75% 75%)
</del><ins>+PASS - &quot;webkitShapeOutside&quot; property for &quot;circle-to-bottomright-using-keyword-box&quot; element at 1s saw something close to: circle(35% at calc((50% * 0.5) + ((100% - 0px) * 0.5)) calc((50% * 0.5) + ((100% - 0px) * 0.5)))
+PASS - &quot;webkitShapeOutside&quot; property for &quot;circle-to-bottomright-using-keyword-box&quot; element at 1s saw something close to: circle(35% at calc((50% * 0.5) + ((100% - 0px) * 0.5)) calc((50% * 0.5) + ((100% - 0px) * 0.5)))
</ins><span class="cx"> PASS - &quot;webkitShapeOutside&quot; property for &quot;circle-to-bottomright-extended-box&quot; element at 1s saw something close to: circle(35% at 75% 75%)
</span><span class="cx"> PASS - &quot;webkitShapeOutside&quot; property for &quot;circle-to-bottomright-extended-using-keyword-box&quot; element at 1s saw something close to: circle(35% at calc((50% * 0.5) + ((100% - 10%) * 0.5)) calc((50% * 0.5) + ((100% - 20px) * 0.5)))
</span><span class="cx"> PASS - &quot;webkitShapeOutside&quot; property for &quot;circle-to-bottomright-extended-using-keyword-2-box&quot; element at 1s saw something close to: circle(35% at calc((50% * 0.5) + ((100% - 10%) * 0.5)) calc((50% * 0.5) + ((100% - 10px) * 0.5)))
</span></span></pre></div>
<a id="trunkLayoutTestsfastshapesshapeoutsidefloatsshapeoutsideanimationhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-animation.html (209536 => 209537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-animation.html        2016-12-08 14:09:16 UTC (rev 209536)
+++ trunk/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-animation.html        2016-12-08 16:47:12 UTC (rev 209537)
</span><span class="lines">@@ -143,8 +143,8 @@
</span><span class="cx">       [&quot;circle-auto-anim&quot;,  1, &quot;circle-auto-box&quot;, &quot;webkitShapeOutside&quot;, &quot;circle(50% at 50% 50%)&quot;, 0.05],
</span><span class="cx">       [&quot;circle-to-topleft-anim&quot;,  1, &quot;circle-to-topleft-box&quot;, &quot;webkitShapeOutside&quot;, &quot;circle(35% at 25% 25%)&quot;, 0.05],
</span><span class="cx">       [&quot;circle-to-topleft-anim&quot;,  1, &quot;circle-to-topleft-box&quot;, &quot;webkitShapeOutside&quot;, &quot;circle(35% at 25% 25%)&quot;, 0.05],
</span><del>-      [&quot;circle-to-bottomright-using-keyword-anim&quot;,  1, &quot;circle-to-bottomright-using-keyword-box&quot;, &quot;webkitShapeOutside&quot;, &quot;circle(35% at 75% 75%)&quot;, 0.05],
-      [&quot;circle-to-bottomright-using-keyword-anim&quot;,  1, &quot;circle-to-bottomright-using-keyword-box&quot;, &quot;webkitShapeOutside&quot;, &quot;circle(35% at 75% 75%)&quot;, 0.05],
</del><ins>+      [&quot;circle-to-bottomright-using-keyword-anim&quot;,  1, &quot;circle-to-bottomright-using-keyword-box&quot;, &quot;webkitShapeOutside&quot;, &quot;circle(35% at calc((50% * 0.5) + ((100% - 0px) * 0.5)) calc((50% * 0.5) + ((100% - 0px) * 0.5)))&quot;, 0.05],
+      [&quot;circle-to-bottomright-using-keyword-anim&quot;,  1, &quot;circle-to-bottomright-using-keyword-box&quot;, &quot;webkitShapeOutside&quot;, &quot;circle(35% at calc((50% * 0.5) + ((100% - 0px) * 0.5)) calc((50% * 0.5) + ((100% - 0px) * 0.5)))&quot;, 0.05],
</ins><span class="cx">       [&quot;circle-to-bottomright-extended-anim&quot;,  1, &quot;circle-to-bottomright-extended-box&quot;, &quot;webkitShapeOutside&quot;, &quot;circle(35% at 75% 75%)&quot;, 0.05],
</span><span class="cx">       [&quot;circle-to-bottomright-extended-using-keyword-anim&quot;,  1, &quot;circle-to-bottomright-extended-using-keyword-box&quot;, &quot;webkitShapeOutside&quot;, &quot;circle(35% at calc((50% * 0.5) + ((100% - 10%) * 0.5)) calc((50% * 0.5) + ((100% - 20px) * 0.5)))&quot;, 0.01],
</span><span class="cx">       [&quot;circle-to-bottomright-extended-using-keyword-2-anim&quot;,  1, &quot;circle-to-bottomright-extended-using-keyword-2-box&quot;, &quot;webkitShapeOutside&quot;, &quot;circle(35% at calc((50% * 0.5) + ((100% - 10%) * 0.5)) calc((50% * 0.5) + ((100% - 10px) * 0.5)))&quot;, 0.01],
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgwebarchivesvgcursorsubresourcesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt (209536 => 209537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt        2016-12-08 14:09:16 UTC (rev 209536)
+++ trunk/LayoutTests/platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt        2016-12-08 16:47:12 UTC (rev 209537)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">                 &lt;key&gt;WebResourceData&lt;/key&gt;
</span><span class="cx">                 &lt;string&gt;&amp;lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&amp;gt;
</span><span class="cx">   &amp;lt;cursor id=&quot;mycursor&quot; xlink:href=&quot;resources/green-checker.png&quot;/&amp;gt;
</span><del>-  &amp;lt;rect style=&quot;cursor: url(#mycursor)&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;white&quot; stroke=&quot;blue&quot;/&amp;gt;
</del><ins>+  &amp;lt;rect style=&quot;cursor: url(#mycursor), default&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;white&quot; stroke=&quot;blue&quot;/&amp;gt;
</ins><span class="cx">   
</span><span class="cx">   &amp;lt;text x=&quot;10&quot; y=&quot;130&quot;&amp;gt;Hover over the rect, you should see a (large) custom cursor&amp;lt;/text&amp;gt;
</span><span class="cx">   &amp;lt;script&amp;gt;
</span></span></pre></div>
<a id="trunkLayoutTestssvgwebarchivesvgcursorsubresourcessvg"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/webarchive/svg-cursor-subresources.svg (209536 => 209537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/webarchive/svg-cursor-subresources.svg        2016-12-08 14:09:16 UTC (rev 209536)
+++ trunk/LayoutTests/svg/webarchive/svg-cursor-subresources.svg        2016-12-08 16:47:12 UTC (rev 209537)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> &lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
</span><span class="cx">   &lt;cursor id=&quot;mycursor&quot; xlink:href=&quot;resources/green-checker.png&quot; /&gt;
</span><del>-  &lt;rect style=&quot;cursor: url(#mycursor)&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;white&quot; stroke=&quot;blue&quot; /&gt;
</del><ins>+  &lt;rect style=&quot;cursor: url(#mycursor), default&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;white&quot; stroke=&quot;blue&quot; /&gt;
</ins><span class="cx">   
</span><span class="cx">   &lt;text x=&quot;10&quot; y=&quot;130&quot;&gt;Hover over the rect, you should see a (large) custom cursor&lt;/text&gt;
</span><span class="cx">   &lt;script&gt;
</span></span></pre></div>
<a id="trunkLayoutTeststransitionstransitionsparsingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/transitions/transitions-parsing-expected.txt (209536 => 209537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/transitions/transitions-parsing-expected.txt        2016-12-08 14:09:16 UTC (rev 209536)
+++ trunk/LayoutTests/transitions/transitions-parsing-expected.txt        2016-12-08 16:47:12 UTC (rev 209537)
</span><span class="lines">@@ -45,17 +45,17 @@
</span><span class="cx"> PASS style.webkitTransitionProperty is 'font-size, all, color'
</span><span class="cx"> PASS computedStyle.webkitTransitionProperty is 'font-size, all, color'
</span><span class="cx"> Invalid transition-property values.
</span><del>-PASS style.transitionProperty is ''
</del><ins>+PASS style.transitionProperty is 'solid, font-size'
</ins><span class="cx"> PASS computedStyle.transitionProperty is 'all'
</span><del>-PASS style.webkitTransitionProperty is ''
</del><ins>+PASS style.webkitTransitionProperty is 'solid, font-size'
</ins><span class="cx"> PASS computedStyle.webkitTransitionProperty is 'all'
</span><del>-PASS style.transitionProperty is ''
</del><ins>+PASS style.transitionProperty is 'solid, left'
</ins><span class="cx"> PASS computedStyle.transitionProperty is 'all'
</span><del>-PASS style.webkitTransitionProperty is ''
</del><ins>+PASS style.webkitTransitionProperty is 'solid, left'
</ins><span class="cx"> PASS computedStyle.webkitTransitionProperty is 'all'
</span><del>-PASS style.transitionProperty is ''
</del><ins>+PASS style.transitionProperty is 'solid'
</ins><span class="cx"> PASS computedStyle.transitionProperty is 'all'
</span><del>-PASS style.webkitTransitionProperty is ''
</del><ins>+PASS style.webkitTransitionProperty is 'solid'
</ins><span class="cx"> PASS computedStyle.webkitTransitionProperty is 'all'
</span><span class="cx"> PASS style.transitionProperty is ''
</span><span class="cx"> PASS computedStyle.transitionProperty is 'all'
</span><span class="lines">@@ -422,9 +422,9 @@
</span><span class="cx"> PASS computedStyle.transition is 'all 0s ease 0s'
</span><span class="cx"> PASS style.webkitTransition is ''
</span><span class="cx"> PASS computedStyle.webkitTransition is 'all 0s ease 0s'
</span><del>-PASS style.transition is ''
</del><ins>+PASS style.transition is 'widthFoo'
</ins><span class="cx"> PASS computedStyle.transition is 'all 0s ease 0s'
</span><del>-PASS style.webkitTransition is ''
</del><ins>+PASS style.webkitTransition is 'widthFoo'
</ins><span class="cx"> PASS computedStyle.webkitTransition is 'all 0s ease 0s'
</span><span class="cx"> PASS style.transition is ''
</span><span class="cx"> PASS computedStyle.transition is 'all 0s ease 0s'
</span></span></pre></div>
<a id="trunkLayoutTeststransitionstransitionsparsinghtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/transitions/transitions-parsing.html (209536 => 209537)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/transitions/transitions-parsing.html        2016-12-08 14:09:16 UTC (rev 209536)
+++ trunk/LayoutTests/transitions/transitions-parsing.html        2016-12-08 16:47:12 UTC (rev 209537)
</span><span class="lines">@@ -89,23 +89,25 @@
</span><span class="cx"> style.transitionProperty = &quot;&quot;;
</span><span class="cx"> 
</span><span class="cx"> style.transitionProperty = &quot;solid, font-size&quot;;
</span><del>-shouldBe(&quot;style.transitionProperty&quot;, &quot;''&quot;);
</del><ins>+shouldBe(&quot;style.transitionProperty&quot;, &quot;'solid, font-size'&quot;);
</ins><span class="cx"> shouldBe(&quot;computedStyle.transitionProperty&quot;, &quot;'all'&quot;);
</span><del>-shouldBe(&quot;style.webkitTransitionProperty&quot;, &quot;''&quot;);
</del><ins>+shouldBe(&quot;style.webkitTransitionProperty&quot;, &quot;'solid, font-size'&quot;);
</ins><span class="cx"> shouldBe(&quot;computedStyle.webkitTransitionProperty&quot;, &quot;'all'&quot;);
</span><span class="cx"> 
</span><span class="cx"> style.transitionProperty = &quot;solid, left&quot;;
</span><del>-shouldBe(&quot;style.transitionProperty&quot;, &quot;''&quot;);
</del><ins>+shouldBe(&quot;style.transitionProperty&quot;, &quot;'solid, left'&quot;);
</ins><span class="cx"> shouldBe(&quot;computedStyle.transitionProperty&quot;, &quot;'all'&quot;);
</span><del>-shouldBe(&quot;style.webkitTransitionProperty&quot;, &quot;''&quot;);
</del><ins>+shouldBe(&quot;style.webkitTransitionProperty&quot;, &quot;'solid, left'&quot;);
</ins><span class="cx"> shouldBe(&quot;computedStyle.webkitTransitionProperty&quot;, &quot;'all'&quot;);
</span><span class="cx"> 
</span><span class="cx"> style.transitionProperty = &quot;solid&quot;;
</span><del>-shouldBe(&quot;style.transitionProperty&quot;, &quot;''&quot;);
</del><ins>+shouldBe(&quot;style.transitionProperty&quot;, &quot;'solid'&quot;);
</ins><span class="cx"> shouldBe(&quot;computedStyle.transitionProperty&quot;, &quot;'all'&quot;);
</span><del>-shouldBe(&quot;style.webkitTransitionProperty&quot;, &quot;''&quot;);
</del><ins>+shouldBe(&quot;style.webkitTransitionProperty&quot;, &quot;'solid'&quot;);
</ins><span class="cx"> shouldBe(&quot;computedStyle.webkitTransitionProperty&quot;, &quot;'all'&quot;);
</span><span class="cx"> 
</span><ins>+style.transitionProperty = '';
+
</ins><span class="cx"> style.transitionProperty = &quot;20px&quot;;
</span><span class="cx"> shouldBe(&quot;style.transitionProperty&quot;, &quot;''&quot;);
</span><span class="cx"> shouldBe(&quot;computedStyle.transitionProperty&quot;, &quot;'all'&quot;);
</span><span class="lines">@@ -665,11 +667,13 @@
</span><span class="cx"> shouldBe(&quot;computedStyle.webkitTransition&quot;, &quot;'all 0s ease 0s'&quot;);
</span><span class="cx"> 
</span><span class="cx"> style.transition = &quot;widthFoo&quot;;
</span><del>-shouldBe(&quot;style.transition&quot;, &quot;''&quot;);
</del><ins>+shouldBe(&quot;style.transition&quot;, &quot;'widthFoo'&quot;);
</ins><span class="cx"> shouldBe(&quot;computedStyle.transition&quot;, &quot;'all 0s ease 0s'&quot;);
</span><del>-shouldBe(&quot;style.webkitTransition&quot;, &quot;''&quot;);
</del><ins>+shouldBe(&quot;style.webkitTransition&quot;, &quot;'widthFoo'&quot;);
</ins><span class="cx"> shouldBe(&quot;computedStyle.webkitTransition&quot;, &quot;'all 0s ease 0s'&quot;);
</span><span class="cx"> 
</span><ins>+style.transition = '';
+
</ins><span class="cx"> style.transition = &quot;all 30s width ease-in&quot;;
</span><span class="cx"> shouldBe(&quot;style.transition&quot;, &quot;''&quot;);
</span><span class="cx"> shouldBe(&quot;computedStyle.transition&quot;, &quot;'all 0s ease 0s'&quot;);
</span></span></pre>
</div>
</div>

</body>
</html>