<!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>[209524] 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/209524">209524</a></dd>
<dt>Author</dt> <dd>hyatt@apple.com</dd>
<dt>Date</dt> <dd>2016-12-07 22:14:07 -0800 (Wed, 07 Dec 2016)</dd>
</dl>

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

Reviewed by Zalan Bujtas.

* TestExpectations:
* fast/css/flex-shrink-calculated-value-expected.txt:
* fast/css/flex-shrink-calculated-value.html:
* fast/css/negative-calc-values-expected.txt:
* fast/css/negative-calc-values.html:
* fast/css/text-shadow-calc-value-expected.txt:
* fast/css/text-shadow-calc-value.html:
* fast/css/webkit-line-clamp-calculated-value-expected.txt:
* fast/css/webkit-line-clamp-calculated-value.html:
* fast/css/z-index-calculated-value-expected.txt:
* fast/css/z-index-calculated-value.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="#trunkLayoutTestsfastcssflexshrinkcalculatedvalueexpectedtxt">trunk/LayoutTests/fast/css/flex-shrink-calculated-value-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssflexshrinkcalculatedvaluehtml">trunk/LayoutTests/fast/css/flex-shrink-calculated-value.html</a></li>
<li><a href="#trunkLayoutTestsfastcssnegativecalcvaluesexpectedtxt">trunk/LayoutTests/fast/css/negative-calc-values-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssnegativecalcvalueshtml">trunk/LayoutTests/fast/css/negative-calc-values.html</a></li>
<li><a href="#trunkLayoutTestsfastcsstextshadowcalcvalueexpectedtxt">trunk/LayoutTests/fast/css/text-shadow-calc-value-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcsstextshadowcalcvaluehtml">trunk/LayoutTests/fast/css/text-shadow-calc-value.html</a></li>
<li><a href="#trunkLayoutTestsfastcsswebkitlineclampcalculatedvalueexpectedtxt">trunk/LayoutTests/fast/css/webkit-line-clamp-calculated-value-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcsswebkitlineclampcalculatedvaluehtml">trunk/LayoutTests/fast/css/webkit-line-clamp-calculated-value.html</a></li>
<li><a href="#trunkLayoutTestsfastcsszindexcalculatedvalueexpectedtxt">trunk/LayoutTests/fast/css/z-index-calculated-value-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcsszindexcalculatedvaluehtml">trunk/LayoutTests/fast/css/z-index-calculated-value.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (209523 => 209524)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-12-08 05:51:05 UTC (rev 209523)
+++ trunk/LayoutTests/ChangeLog        2016-12-08 06:14:07 UTC (rev 209524)
</span><span class="lines">@@ -1,3 +1,22 @@
</span><ins>+2016-12-07  Dave Hyatt  &lt;hyatt@apple.com&gt;
+
+        [CSS Parser] Unskip calc() tests
+        https://bugs.webkit.org/show_bug.cgi?id=165583
+
+        Reviewed by Zalan Bujtas.
+
+        * TestExpectations:
+        * fast/css/flex-shrink-calculated-value-expected.txt:
+        * fast/css/flex-shrink-calculated-value.html:
+        * fast/css/negative-calc-values-expected.txt:
+        * fast/css/negative-calc-values.html:
+        * fast/css/text-shadow-calc-value-expected.txt:
+        * fast/css/text-shadow-calc-value.html:
+        * fast/css/webkit-line-clamp-calculated-value-expected.txt:
+        * fast/css/webkit-line-clamp-calculated-value.html:
+        * fast/css/z-index-calculated-value-expected.txt:
+        * fast/css/z-index-calculated-value.html:
+
</ins><span class="cx"> 2016-12-07  Antoine Quint  &lt;graouts@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Modern Media Controls] Tracks panel does not display in the right location in fullscreen and cannot be dismissed
</span></span></pre></div>
<a id="trunkLayoutTestsTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/TestExpectations (209523 => 209524)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/TestExpectations        2016-12-08 05:51:05 UTC (rev 209523)
+++ trunk/LayoutTests/TestExpectations        2016-12-08 06:14:07 UTC (rev 209524)
</span><span class="lines">@@ -1025,9 +1025,6 @@
</span><span class="cx"> webkit.org/b/165195 fast/css/font-family-parse-keyword.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/css/variables/custom-property-dynamic-update.html [ Skip ]
</span><span class="cx"> webkit.org/b/165195 transitions/transitions-parsing.html [ Pass Failure ]
</span><del>-webkit.org/b/165195 fast/css/flex-shrink-calculated-value.html [ Pass Failure ]
-webkit.org/b/165195 fast/css/webkit-line-clamp-calculated-value.html [ Pass Failure ]
-webkit.org/b/165195 fast/css/z-index-calculated-value.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 class="lines">@@ -1035,8 +1032,6 @@
</span><span class="cx"> webkit.org/b/165195 fast/masking/parsing-mask.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/css/font-calculated-value.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/css/font-shorthand.html [ Pass Failure ]
</span><del>-webkit.org/b/165195 fast/css/negative-calc-values.html [ Pass Failure ]
-webkit.org/b/165195 fast/css/text-shadow-calc-value.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/165195 fast/shadow-dom/slotted-pseudo-element-css-text.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> # The following tests match Blink/Chrome, but we're not sure yet what to do with them when the
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssflexshrinkcalculatedvalueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/flex-shrink-calculated-value-expected.txt (209523 => 209524)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/flex-shrink-calculated-value-expected.txt        2016-12-08 05:51:05 UTC (rev 209523)
+++ trunk/LayoutTests/fast/css/flex-shrink-calculated-value-expected.txt        2016-12-08 06:14:07 UTC (rev 209524)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx"> 
</span><span class="cx"> PASS testDiv.style['flex-shrink'] is &quot;&quot;
</span><span class="cx"> testDiv.style['flex-shrink'] = 'calc(2 * 3)'
</span><del>-PASS testDiv.style['flex-shrink'] is &quot;calc(6)&quot;
</del><ins>+PASS testDiv.style['flex-shrink'] is &quot;6&quot;
</ins><span class="cx"> PASS window.getComputedStyle(testDiv).getPropertyValue('flex-shrink') is &quot;6&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssflexshrinkcalculatedvaluehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/flex-shrink-calculated-value.html (209523 => 209524)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/flex-shrink-calculated-value.html        2016-12-08 05:51:05 UTC (rev 209523)
+++ trunk/LayoutTests/fast/css/flex-shrink-calculated-value.html        2016-12-08 06:14:07 UTC (rev 209524)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> 
</span><span class="cx"> shouldBeEmptyString(&quot;testDiv.style['flex-shrink']&quot;);
</span><span class="cx"> evalAndLog(&quot;testDiv.style['flex-shrink'] = 'calc(2 * 3)'&quot;);
</span><del>-shouldBeEqualToString(&quot;testDiv.style['flex-shrink']&quot;, &quot;calc(6)&quot;);
</del><ins>+shouldBeEqualToString(&quot;testDiv.style['flex-shrink']&quot;, &quot;6&quot;);
</ins><span class="cx"> shouldBeEqualToString(&quot;window.getComputedStyle(testDiv).getPropertyValue('flex-shrink')&quot;, &quot;6&quot;);
</span><span class="cx"> 
</span><span class="cx"> &lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssnegativecalcvaluesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/negative-calc-values-expected.txt (209523 => 209524)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/negative-calc-values-expected.txt        2016-12-08 05:51:05 UTC (rev 209523)
+++ trunk/LayoutTests/fast/css/negative-calc-values-expected.txt        2016-12-08 06:14:07 UTC (rev 209524)
</span><span class="lines">@@ -18,8 +18,8 @@
</span><span class="cx"> PASS window.getComputedStyle(testDiv).getPropertyValue('line-height') is &quot;0px&quot;
</span><span class="cx"> testPre.style['tab-size'] = '8'
</span><span class="cx"> testPre.style['tab-size'] = 'calc(2 - 4)'
</span><del>-PASS testPre.style['tab-size'] is &quot;calc(-2)&quot;
-PASS window.getComputedStyle(testPre).getPropertyValue('tab-size') is &quot;0&quot;
</del><ins>+PASS testPre.style['tab-size'] is &quot;8&quot;
+PASS window.getComputedStyle(testPre).getPropertyValue('tab-size') is &quot;8&quot;
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssnegativecalcvalueshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/negative-calc-values.html (209523 => 209524)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/negative-calc-values.html        2016-12-08 05:51:05 UTC (rev 209523)
+++ trunk/LayoutTests/fast/css/negative-calc-values.html        2016-12-08 06:14:07 UTC (rev 209524)
</span><span class="lines">@@ -28,8 +28,8 @@
</span><span class="cx"> 
</span><span class="cx"> evalAndLog(&quot;testPre.style['tab-size'] = '8'&quot;);
</span><span class="cx"> evalAndLog(&quot;testPre.style['tab-size'] = 'calc(2 - 4)'&quot;);
</span><del>-shouldBeEqualToString(&quot;testPre.style['tab-size']&quot;, &quot;calc(-2)&quot;);
-shouldBeEqualToString(&quot;window.getComputedStyle(testPre).getPropertyValue('tab-size')&quot;, &quot;0&quot;);
</del><ins>+shouldBeEqualToString(&quot;testPre.style['tab-size']&quot;, &quot;8&quot;);
+shouldBeEqualToString(&quot;window.getComputedStyle(testPre).getPropertyValue('tab-size')&quot;, &quot;8&quot;);
</ins><span class="cx"> 
</span><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastcsstextshadowcalcvalueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/text-shadow-calc-value-expected.txt (209523 => 209524)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/text-shadow-calc-value-expected.txt        2016-12-08 05:51:05 UTC (rev 209523)
+++ trunk/LayoutTests/fast/css/text-shadow-calc-value-expected.txt        2016-12-08 06:14:07 UTC (rev 209524)
</span><span class="lines">@@ -11,8 +11,8 @@
</span><span class="cx"> PASS testDiv.style['text-shadow'] is &quot;rgb(255, 255, 255) calc(-3px) calc(-6px) calc(9px)&quot;
</span><span class="cx"> PASS window.getComputedStyle(testDiv).getPropertyValue('text-shadow') is &quot;rgb(255, 255, 255) -3px -6px 9px&quot;
</span><span class="cx"> testDiv.style['text-shadow'] = 'calc(1 * 3px) calc(2 * 3px) calc(-3 * 3px) rgb(255, 255, 255)'
</span><del>-PASS testDiv.style['text-shadow'] is &quot;rgb(255, 255, 255) calc(3px) calc(6px) calc(-9px)&quot;
-PASS window.getComputedStyle(testDiv).getPropertyValue('text-shadow') is &quot;rgb(255, 255, 255) 3px 6px 0px&quot;
</del><ins>+PASS testDiv.style['text-shadow'] is &quot;rgb(255, 255, 255) calc(-3px) calc(-6px) calc(9px)&quot;
+PASS window.getComputedStyle(testDiv).getPropertyValue('text-shadow') is &quot;rgb(255, 255, 255) -3px -6px 9px&quot;
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastcsstextshadowcalcvaluehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/text-shadow-calc-value.html (209523 => 209524)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/text-shadow-calc-value.html        2016-12-08 05:51:05 UTC (rev 209523)
+++ trunk/LayoutTests/fast/css/text-shadow-calc-value.html        2016-12-08 06:14:07 UTC (rev 209524)
</span><span class="lines">@@ -20,8 +20,8 @@
</span><span class="cx"> // Negative blur-radius is not allowed so it should become 0.
</span><span class="cx"> evalAndLog(&quot;testDiv.style['text-shadow'] = 'calc(1 * 3px) calc(2 * 3px) calc(-3 * 3px) rgb(255, 255, 255)'&quot;);
</span><span class="cx"> // text-shadow should not be updated.
</span><del>-shouldBeEqualToString(&quot;testDiv.style['text-shadow']&quot;, &quot;rgb(255, 255, 255) calc(3px) calc(6px) calc(-9px)&quot;);
-shouldBeEqualToString(&quot;window.getComputedStyle(testDiv).getPropertyValue('text-shadow')&quot;, &quot;rgb(255, 255, 255) 3px 6px 0px&quot;)
</del><ins>+shouldBeEqualToString(&quot;testDiv.style['text-shadow']&quot;, &quot;rgb(255, 255, 255) calc(-3px) calc(-6px) calc(9px)&quot;);
+shouldBeEqualToString(&quot;window.getComputedStyle(testDiv).getPropertyValue('text-shadow')&quot;, &quot;rgb(255, 255, 255) -3px -6px 9px&quot;)
</ins><span class="cx"> 
</span><span class="cx"> &lt;/script&gt;
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastcsswebkitlineclampcalculatedvalueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/webkit-line-clamp-calculated-value-expected.txt (209523 => 209524)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/webkit-line-clamp-calculated-value-expected.txt        2016-12-08 05:51:05 UTC (rev 209523)
+++ trunk/LayoutTests/fast/css/webkit-line-clamp-calculated-value-expected.txt        2016-12-08 06:14:07 UTC (rev 209524)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx"> PASS testDiv.style['-webkit-line-clamp'] is &quot;calc(20%)&quot;
</span><span class="cx"> PASS window.getComputedStyle(testDiv).getPropertyValue('-webkit-line-clamp') is &quot;20%&quot;
</span><span class="cx"> testDiv.style['-webkit-line-clamp'] = 'calc(2 * 3)'
</span><del>-PASS testDiv.style['-webkit-line-clamp'] is &quot;calc(6)&quot;
</del><ins>+PASS testDiv.style['-webkit-line-clamp'] is &quot;6&quot;
</ins><span class="cx"> PASS window.getComputedStyle(testDiv).getPropertyValue('-webkit-line-clamp') is &quot;6&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcsswebkitlineclampcalculatedvaluehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/webkit-line-clamp-calculated-value.html (209523 => 209524)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/webkit-line-clamp-calculated-value.html        2016-12-08 05:51:05 UTC (rev 209523)
+++ trunk/LayoutTests/fast/css/webkit-line-clamp-calculated-value.html        2016-12-08 06:14:07 UTC (rev 209524)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx"> shouldBeEqualToString(&quot;testDiv.style['-webkit-line-clamp']&quot;, &quot;calc(20%)&quot;);
</span><span class="cx"> shouldBeEqualToString(&quot;window.getComputedStyle(testDiv).getPropertyValue('-webkit-line-clamp')&quot;, &quot;20%&quot;);
</span><span class="cx"> evalAndLog(&quot;testDiv.style['-webkit-line-clamp'] = 'calc(2 * 3)'&quot;);
</span><del>-shouldBeEqualToString(&quot;testDiv.style['-webkit-line-clamp']&quot;, &quot;calc(6)&quot;);
</del><ins>+shouldBeEqualToString(&quot;testDiv.style['-webkit-line-clamp']&quot;, &quot;6&quot;);
</ins><span class="cx"> shouldBeEqualToString(&quot;window.getComputedStyle(testDiv).getPropertyValue('-webkit-line-clamp')&quot;, &quot;6&quot;);
</span><span class="cx"> 
</span><span class="cx"> &lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastcsszindexcalculatedvalueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/z-index-calculated-value-expected.txt (209523 => 209524)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/z-index-calculated-value-expected.txt        2016-12-08 05:51:05 UTC (rev 209523)
+++ trunk/LayoutTests/fast/css/z-index-calculated-value-expected.txt        2016-12-08 06:14:07 UTC (rev 209524)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx"> 
</span><span class="cx"> PASS testDiv.style['z-index'] is &quot;&quot;
</span><span class="cx"> testDiv.style['z-index'] = 'calc(-2 * 3)'
</span><del>-PASS testDiv.style['z-index'] is &quot;calc(-6)&quot;
</del><ins>+PASS testDiv.style['z-index'] is &quot;-6&quot;
</ins><span class="cx"> PASS window.getComputedStyle(testDiv).getPropertyValue('z-index') is &quot;-6&quot;
</span><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcsszindexcalculatedvaluehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/z-index-calculated-value.html (209523 => 209524)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/z-index-calculated-value.html        2016-12-08 05:51:05 UTC (rev 209523)
+++ trunk/LayoutTests/fast/css/z-index-calculated-value.html        2016-12-08 06:14:07 UTC (rev 209524)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> 
</span><span class="cx"> shouldBeEmptyString(&quot;testDiv.style['z-index']&quot;);
</span><span class="cx"> evalAndLog(&quot;testDiv.style['z-index'] = 'calc(-2 * 3)'&quot;);
</span><del>-shouldBeEqualToString(&quot;testDiv.style['z-index']&quot;, &quot;calc(-6)&quot;);
</del><ins>+shouldBeEqualToString(&quot;testDiv.style['z-index']&quot;, &quot;-6&quot;);
</ins><span class="cx"> shouldBeEqualToString(&quot;window.getComputedStyle(testDiv).getPropertyValue('z-index')&quot;, &quot;-6&quot;);
</span><span class="cx"> 
</span><span class="cx"> &lt;/script&gt;
</span></span></pre>
</div>
</div>

</body>
</html>