<!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>[209548] 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/209548">209548</a></dd>
<dt>Author</dt> <dd>hyatt@apple.com</dd>
<dt>Date</dt> <dd>2016-12-08 10:57:34 -0800 (Thu, 08 Dec 2016)</dd>
</dl>

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

Reviewed by Zalan Bujtas.

* TestExpectations:
* fast/css/parse-color-int-or-percent-crash.html:
* fast/css/string-quote-binary-expected.txt: Removed.
* fast/css/string-quote-binary.html: Removed.
* fast/masking/parsing-mask-expected.txt:
* fast/masking/parsing-mask.html:
* fast/selectors/nth-child-bounds.html:
* fast/selectors/nth-last-child-bounds-expected.txt:
* fast/selectors/nth-last-child-bounds.html:
* fast/text/text-combine-crash.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="#trunkLayoutTestsfastcssparsecolorintorpercentcrashhtml">trunk/LayoutTests/fast/css/parse-color-int-or-percent-crash.html</a></li>
<li><a href="#trunkLayoutTestsfastmaskingparsingmaskexpectedtxt">trunk/LayoutTests/fast/masking/parsing-mask-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastmaskingparsingmaskhtml">trunk/LayoutTests/fast/masking/parsing-mask.html</a></li>
<li><a href="#trunkLayoutTestsfastselectorsnthchildboundshtml">trunk/LayoutTests/fast/selectors/nth-child-bounds.html</a></li>
<li><a href="#trunkLayoutTestsfastselectorsnthlastchildboundsexpectedtxt">trunk/LayoutTests/fast/selectors/nth-last-child-bounds-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastselectorsnthlastchildboundshtml">trunk/LayoutTests/fast/selectors/nth-last-child-bounds.html</a></li>
<li><a href="#trunkLayoutTestsfasttexttextcombinecrashhtml">trunk/LayoutTests/fast/text/text-combine-crash.html</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfastcssstringquotebinaryexpectedtxt">trunk/LayoutTests/fast/css/string-quote-binary-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssstringquotebinaryhtml">trunk/LayoutTests/fast/css/string-quote-binary.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (209547 => 209548)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-12-08 18:37:23 UTC (rev 209547)
+++ trunk/LayoutTests/ChangeLog        2016-12-08 18:57:34 UTC (rev 209548)
</span><span class="lines">@@ -1,5 +1,23 @@
</span><span class="cx"> 2016-12-08  Dave Hyatt  &lt;hyatt@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        [CSS Parser] Unskip/remove more tests
+        https://bugs.webkit.org/show_bug.cgi?id=165611
+
+        Reviewed by Zalan Bujtas.
+
+        * TestExpectations:
+        * fast/css/parse-color-int-or-percent-crash.html:
+        * fast/css/string-quote-binary-expected.txt: Removed.
+        * fast/css/string-quote-binary.html: Removed.
+        * fast/masking/parsing-mask-expected.txt:
+        * fast/masking/parsing-mask.html:
+        * fast/selectors/nth-child-bounds.html:
+        * fast/selectors/nth-last-child-bounds-expected.txt:
+        * fast/selectors/nth-last-child-bounds.html:
+        * fast/text/text-combine-crash.html:
+
+2016-12-08  Dave Hyatt  &lt;hyatt@apple.com&gt;
+
</ins><span class="cx">         [CSS Parser] Unskip more tests
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=165610
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/TestExpectations (209547 => 209548)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/TestExpectations        2016-12-08 18:37:23 UTC (rev 209547)
+++ trunk/LayoutTests/TestExpectations        2016-12-08 18:57:34 UTC (rev 209548)
</span><span class="lines">@@ -976,7 +976,6 @@
</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="cx"> webkit.org/b/165195 fast/css-grid-layout/non-grid-columns-rows-get-set.html [ Pass Failure ]
</span><del>-webkit.org/b/165195 fast/masking/parsing-mask.html [ Pass Failure ]
</del><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 class="cx"> # new CSS parser is turned on. The tests may be right, and these may be bugs in Blink/Chrome, or
</span><span class="lines">@@ -983,12 +982,7 @@
</span><span class="cx"> # the tests may be wrong.
</span><span class="cx"> webkit.org/b/165195 fast/css/parsing-css-allowed-string-characters.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/selectors/invalid-functional-pseudo-class.html [ Pass Failure ]
</span><del>-webkit.org/b/165195 fast/selectors/nth-child-bounds.html [ Pass Failure ]
-webkit.org/b/165195 fast/selectors/nth-last-child-bounds.html [ Pass Failure ]
-webkit.org/b/165195 fast/text/text-combine-crash.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/165195 fast/css-grid-layout/grid-template-shorthand-get-set.html [ Pass Failure ]
</span><del>-webkit.org/b/165195 fast/css/parse-color-int-or-percent-crash.html [ Pass Failure ]
-webkit.org/b/165195 fast/css/string-quote-binary.html [ Pass Failure ]
</del><span class="cx"> 
</span><span class="cx"> # Visual viewports
</span><span class="cx"> webkit.org/b/165460 compositing/repaint/scroll-fixed-layer-no-content.html [ Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsecolorintorpercentcrashhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parse-color-int-or-percent-crash.html (209547 => 209548)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parse-color-int-or-percent-crash.html        2016-12-08 18:37:23 UTC (rev 209547)
+++ trunk/LayoutTests/fast/css/parse-color-int-or-percent-crash.html        2016-12-08 18:57:34 UTC (rev 209548)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> 
</span><span class="cx">             var colorString = &quot;rgb(00000000000000000000&quot;;
</span><span class="cx">             stopElement.style.setProperty(&quot;stop-color&quot;, colorString);
</span><del>-            document.body.innerHTML = stopElement.style.stopColor == &quot;rgb(0, 0, 255)&quot; ? &quot;PASS&quot; : &quot;FAIL&quot;;
</del><ins>+            document.body.innerHTML = stopElement.style.stopColor == &quot;blue&quot; ? &quot;PASS&quot; : &quot;FAIL&quot;;
</ins><span class="cx">         &lt;/script&gt;
</span><span class="cx">     &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssstringquotebinaryexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/css/string-quote-binary-expected.txt (209547 => 209548)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/string-quote-binary-expected.txt        2016-12-08 18:37:23 UTC (rev 209547)
+++ trunk/LayoutTests/fast/css/string-quote-binary-expected.txt        2016-12-08 18:57:34 UTC (rev 209548)
</span><span class="lines">@@ -1,19 +0,0 @@
</span><del>-This test checks if CSS string values are correctly serialized when they contain binary characters.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS testElement.style.fontFamily is &quot;'\\0\\1\\2\\3\\4\\5\\6\\7\\8\\9\\a\\b\\c\\d\\e\\f'&quot;
-PASS testElement.style.fontFamily is &quot;'\\10\\11\\12\\13\\14\\15\\16\\17\\18\\19\\1a\\1b\\1c\\1d\\1e\\1f\\7f'&quot;
-PASS testElement.style.fontFamily is &quot;'\\a\\b\\c\\d\\e\\f\\1a\\1b\\1c\\1d\\1e\\1f\\7f'&quot;
-PASS testElement.style.fontFamily is &quot;'\\0\\1\\2'&quot;
-PASS testElement.style.fontFamily is &quot;'\\0  \\1  \\2  '&quot;
-PASS testElement.style.fontFamily is &quot;'\\0   \\1   \\2   '&quot;
-PASS testElement.style.fontFamily is &quot;'\\f\\0g'&quot;
-PASS testElement.style.fontFamily is &quot;'\\0 0\\0 1\\0 2\\0 3\\0 4\\0 5\\0 6\\0 7\\0 8\\0 9'&quot;
-PASS testElement.style.fontFamily is &quot;'\\0 A\\0 B\\0 C\\0 D\\0 E\\0 F\\0G'&quot;
-PASS testElement.style.fontFamily is &quot;'\\0 a\\0 b\\0 c\\0 d\\0 e\\0 f\\0g'&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastcssstringquotebinaryhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/css/string-quote-binary.html (209547 => 209548)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/string-quote-binary.html        2016-12-08 18:37:23 UTC (rev 209547)
+++ trunk/LayoutTests/fast/css/string-quote-binary.html        2016-12-08 18:57:34 UTC (rev 209548)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;script-tests/string-quote-binary.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastmaskingparsingmaskexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/masking/parsing-mask-expected.txt (209547 => 209548)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/masking/parsing-mask-expected.txt        2016-12-08 18:37:23 UTC (rev 209547)
+++ trunk/LayoutTests/fast/masking/parsing-mask-expected.txt        2016-12-08 18:57:34 UTC (rev 209548)
</span><span class="lines">@@ -8,37 +8,37 @@
</span><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none, none, none&quot;) is &quot;none, none, none&quot;
</span><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;url(file:///image.png), none&quot;) is &quot;url(file:///image.png), none&quot;
</span><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none, url(file:///image.png)&quot;) is &quot;none, url(file:///image.png)&quot;
</span><del>-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;top left&quot;) is &quot;0% 0%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;bottom right&quot;) is &quot;100% 100%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;left bottom&quot;) is &quot;0% 100%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;right top&quot;) is &quot;100% 0%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;center&quot;) is &quot;50% 50%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none top&quot;) is &quot;none 50% 0%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none bottom&quot;) is &quot;none 50% 100%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none right&quot;) is &quot;none 100% 50%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none top right&quot;) is &quot;none 100% 0%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none bottom left&quot;) is &quot;none 0% 100%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none right&quot;) is &quot;none 100% 50%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left&quot;) is &quot;none 0% 50%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;center 50%&quot;) is &quot;50% 50%&quot;
</del><ins>+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;top left&quot;) is &quot;left top&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;bottom right&quot;) is &quot;right bottom&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;left bottom&quot;) is &quot;left bottom&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;right top&quot;) is &quot;right top&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;center&quot;) is &quot;center center&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none top&quot;) is &quot;none center top&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none bottom&quot;) is &quot;none center bottom&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none right&quot;) is &quot;none right center&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none top right&quot;) is &quot;none right top&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none bottom left&quot;) is &quot;none left bottom&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none right&quot;) is &quot;none right center&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left&quot;) is &quot;none left center&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;center 50%&quot;) is &quot;center 50%&quot;
</ins><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;50px 50%&quot;) is &quot;50px 50%&quot;
</span><del>-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;center left&quot;) is &quot;0% 50%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;top center&quot;) is &quot;50% 0%&quot;
</del><ins>+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;center left&quot;) is &quot;left center&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;top center&quot;) is &quot;center top&quot;
</ins><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;left 10px top 15px&quot;) is &quot;left 10px top 15px&quot;
</span><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;left 10% top 30%&quot;) is &quot;left 10% top 30%&quot;
</span><del>-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;right top 15px&quot;) is &quot;right 0% top 15px&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;left 10px center&quot;) is &quot;left 10px top 50%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;center top 20px&quot;) is &quot;left 50% top 20px&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;center left 30px&quot;) is &quot;left 30px top 50%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;left 20% top&quot;) is &quot;left 20% top 0%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;center center&quot;) is &quot;50% 50%&quot;
</del><ins>+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;right top 15px&quot;) is &quot;right top 15px&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;left 10px center&quot;) is &quot;left 10px center&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;center top 20px&quot;) is &quot;center top 20px&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;center left 30px&quot;) is &quot;left 30px center&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;left 20% top&quot;) is &quot;left 20% top&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;center center&quot;) is &quot;center center&quot;
</ins><span class="cx"> PASS innerStyle(&quot;-webkit-mask-position&quot;, &quot;left 10px top 15px&quot;) is &quot;left 10px top 15px&quot;
</span><span class="cx"> PASS innerStyle(&quot;-webkit-mask-position&quot;, &quot;left 10% top 30%&quot;) is &quot;left 10% top 30%&quot;
</span><del>-PASS innerStyle(&quot;-webkit-mask-position&quot;, &quot;right top 15px&quot;) is &quot;right 0% top 15px&quot;
-PASS innerStyle(&quot;-webkit-mask-position&quot;, &quot;left 10px center&quot;) is &quot;left 10px top 50%&quot;
-PASS innerStyle(&quot;-webkit-mask-position&quot;, &quot;center top 20px&quot;) is &quot;left 50% top 20px&quot;
-PASS innerStyle(&quot;-webkit-mask-position&quot;, &quot;center left 30px&quot;) is &quot;left 30px top 50%&quot;
-PASS innerStyle(&quot;-webkit-mask-position&quot;, &quot;left 20% top&quot;) is &quot;left 20% top 0%&quot;
</del><ins>+PASS innerStyle(&quot;-webkit-mask-position&quot;, &quot;right top 15px&quot;) is &quot;right top 15px&quot;
+PASS innerStyle(&quot;-webkit-mask-position&quot;, &quot;left 10px center&quot;) is &quot;left 10px center&quot;
+PASS innerStyle(&quot;-webkit-mask-position&quot;, &quot;center top 20px&quot;) is &quot;center top 20px&quot;
+PASS innerStyle(&quot;-webkit-mask-position&quot;, &quot;center left 30px&quot;) is &quot;left 30px center&quot;
+PASS innerStyle(&quot;-webkit-mask-position&quot;, &quot;left 20% top&quot;) is &quot;left 20% top&quot;
</ins><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none alpha&quot;) is &quot;none alpha&quot;
</span><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none luminance, none alpha&quot;) is &quot;none luminance, none alpha&quot;
</span><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none auto, none, none luminance&quot;) is &quot;none auto, none, none luminance&quot;
</span><span class="lines">@@ -70,25 +70,25 @@
</span><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;padding-box border-box&quot;) is &quot;padding-box border-box&quot;
</span><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;padding-box border-box none&quot;) is &quot;none padding-box border-box&quot;
</span><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none padding-box border-box&quot;) is &quot;none padding-box border-box&quot;
</span><del>-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / auto&quot;) is &quot;none 0% 0% / auto&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / auto auto&quot;) is &quot;none 0% 0% / auto&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / 100%&quot;) is &quot;none 0% 0% / 100%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / 100% 100%&quot;) is &quot;none 0% 0% / 100% 100%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / 0%&quot;) is &quot;none 0% 0% / 0%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / auto 0%&quot;) is &quot;none 0% 0% / auto 0%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / cover&quot;) is &quot;none 0% 0% / cover&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / contain&quot;) is &quot;none 0% 0% / contain&quot;
</del><ins>+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / auto&quot;) is &quot;none left top / auto&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / auto auto&quot;) is &quot;none left top / auto&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / 100%&quot;) is &quot;none left top / 100%&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / 100% 100%&quot;) is &quot;none left top / 100% 100%&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / 0%&quot;) is &quot;none left top / 0%&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / auto 0%&quot;) is &quot;none left top / auto 0%&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / cover&quot;) is &quot;none left top / cover&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left top / contain&quot;) is &quot;none left top / contain&quot;
</ins><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left 20px top 10px / contain&quot;) is &quot;none left 20px top 10px / contain&quot;
</span><del>-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left 20px top / contain&quot;) is &quot;none left 20px top 0% / contain&quot;
</del><ins>+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none left 20px top / contain&quot;) is &quot;none left 20px top / contain&quot;
</ins><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none padding-box content-box&quot;) is &quot;none padding-box content-box&quot;
</span><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none padding-box&quot;) is &quot;none padding-box padding-box&quot;
</span><del>-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none top&quot;) is &quot;none 50% 0%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none center right 20px&quot;) is &quot;none right 20px top 50%&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none border-box left top&quot;) is &quot;none 0% 0% border-box border-box&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none border-box left top 20px&quot;) is &quot;none left 0% top 20px border-box border-box&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none border-box content-box left top repeat-x&quot;) is &quot;none 0% 0% repeat-x border-box content-box&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none border-box content-box left top / auto repeat-x&quot;) is &quot;none 0% 0% / auto repeat-x border-box content-box&quot;
-PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none border-box content-box right 0px center / auto repeat-x&quot;) is &quot;none right 0px top 50% / auto repeat-x border-box content-box&quot;
</del><ins>+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none top&quot;) is &quot;none center top&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none center right 20px&quot;) is &quot;none right 20px center&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none border-box left top&quot;) is &quot;none left top border-box border-box&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none border-box left top 20px&quot;) is &quot;none left top 20px border-box border-box&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none border-box content-box left top repeat-x&quot;) is &quot;none left top repeat-x border-box content-box&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none border-box content-box left top / auto repeat-x&quot;) is &quot;none left top / auto repeat-x border-box content-box&quot;
+PASS innerStyle(&quot;-webkit-mask&quot;, &quot;none border-box content-box right 0px center / auto repeat-x&quot;) is &quot;none right 0px center / auto repeat-x border-box content-box&quot;
</ins><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;top none left&quot;) is &quot;&quot;
</span><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;right none bottom&quot;) is &quot;&quot;
</span><span class="cx"> PASS innerStyle(&quot;-webkit-mask&quot;, &quot;right right&quot;) is &quot;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsfastmaskingparsingmaskhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/masking/parsing-mask.html (209547 => 209548)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/masking/parsing-mask.html        2016-12-08 18:37:23 UTC (rev 209547)
+++ trunk/LayoutTests/fast/masking/parsing-mask.html        2016-12-08 18:57:34 UTC (rev 209548)
</span><span class="lines">@@ -49,38 +49,38 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> // test mask-position
</span><del>-testInner(&quot;-webkit-mask&quot;, &quot;top left&quot;, &quot;0% 0%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;bottom right&quot;, &quot;100% 100%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;left bottom&quot;, &quot;0% 100%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;right top&quot;, &quot;100% 0%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;center&quot;, &quot;50% 50%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none top&quot;, &quot;none 50% 0%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none bottom&quot;, &quot;none 50% 100%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none right&quot;, &quot;none 100% 50%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none top right&quot;, &quot;none 100% 0%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none bottom left&quot;, &quot;none 0% 100%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none right&quot;, &quot;none 100% 50%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none left&quot;, &quot;none 0% 50%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;center 50%&quot;, &quot;50% 50%&quot;);
</del><ins>+testInner(&quot;-webkit-mask&quot;, &quot;top left&quot;, &quot;left top&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;bottom right&quot;, &quot;right bottom&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;left bottom&quot;, &quot;left bottom&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;right top&quot;, &quot;right top&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;center&quot;, &quot;center center&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none top&quot;, &quot;none center top&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none bottom&quot;, &quot;none center bottom&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none right&quot;, &quot;none right center&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none top right&quot;, &quot;none right top&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none bottom left&quot;, &quot;none left bottom&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none right&quot;, &quot;none right center&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none left&quot;, &quot;none left center&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;center 50%&quot;, &quot;center 50%&quot;);
</ins><span class="cx"> testInner(&quot;-webkit-mask&quot;, &quot;50px 50%&quot;, &quot;50px 50%&quot;);
</span><del>-testInner(&quot;-webkit-mask&quot;, &quot;center left&quot;, &quot;0% 50%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;top center&quot;, &quot;50% 0%&quot;);
</del><ins>+testInner(&quot;-webkit-mask&quot;, &quot;center left&quot;, &quot;left center&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;top center&quot;, &quot;center top&quot;);
</ins><span class="cx"> testInner(&quot;-webkit-mask&quot;, &quot;left 10px top 15px&quot;, &quot;left 10px top 15px&quot;);
</span><span class="cx"> testInner(&quot;-webkit-mask&quot;, &quot;left 10% top 30%&quot;, &quot;left 10% top 30%&quot;);
</span><del>-testInner(&quot;-webkit-mask&quot;, &quot;right top 15px&quot;, &quot;right 0% top 15px&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;left 10px center&quot;, &quot;left 10px top 50%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;center top 20px&quot;, &quot;left 50% top 20px&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;center left 30px&quot;, &quot;left 30px top 50%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;left 20% top&quot;, &quot;left 20% top 0%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;center center&quot;, &quot;50% 50%&quot;);
</del><ins>+testInner(&quot;-webkit-mask&quot;, &quot;right top 15px&quot;, &quot;right top 15px&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;left 10px center&quot;, &quot;left 10px center&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;center top 20px&quot;, &quot;center top 20px&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;center left 30px&quot;, &quot;left 30px center&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;left 20% top&quot;, &quot;left 20% top&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;center center&quot;, &quot;center center&quot;);
</ins><span class="cx"> 
</span><span class="cx"> testInner(&quot;-webkit-mask-position&quot;, &quot;left 10px top 15px&quot;, &quot;left 10px top 15px&quot;);
</span><span class="cx"> testInner(&quot;-webkit-mask-position&quot;, &quot;left 10% top 30%&quot;, &quot;left 10% top 30%&quot;);
</span><del>-testInner(&quot;-webkit-mask-position&quot;, &quot;right top 15px&quot;, &quot;right 0% top 15px&quot;);
-testInner(&quot;-webkit-mask-position&quot;, &quot;left 10px center&quot;, &quot;left 10px top 50%&quot;);
-testInner(&quot;-webkit-mask-position&quot;, &quot;center top 20px&quot;, &quot;left 50% top 20px&quot;);
-testInner(&quot;-webkit-mask-position&quot;, &quot;center left 30px&quot;, &quot;left 30px top 50%&quot;);
-testInner(&quot;-webkit-mask-position&quot;, &quot;left 20% top&quot;, &quot;left 20% top 0%&quot;);
</del><ins>+testInner(&quot;-webkit-mask-position&quot;, &quot;right top 15px&quot;, &quot;right top 15px&quot;);
+testInner(&quot;-webkit-mask-position&quot;, &quot;left 10px center&quot;, &quot;left 10px center&quot;);
+testInner(&quot;-webkit-mask-position&quot;, &quot;center top 20px&quot;, &quot;center top 20px&quot;);
+testInner(&quot;-webkit-mask-position&quot;, &quot;center left 30px&quot;, &quot;left 30px center&quot;);
+testInner(&quot;-webkit-mask-position&quot;, &quot;left 20% top&quot;, &quot;left 20% top&quot;);
</ins><span class="cx"> 
</span><span class="cx"> // test mask-source-type
</span><span class="cx"> testInner(&quot;-webkit-mask&quot;, &quot;none alpha&quot;, &quot;none alpha&quot;);
</span><span class="lines">@@ -120,27 +120,27 @@
</span><span class="cx"> testInner(&quot;-webkit-mask&quot;, &quot;none padding-box border-box&quot;, &quot;none padding-box border-box&quot;);
</span><span class="cx"> 
</span><span class="cx"> // test mask-size
</span><del>-testInner(&quot;-webkit-mask&quot;, &quot;none left top / auto&quot;, &quot;none 0% 0% / auto&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none left top / auto auto&quot;, &quot;none 0% 0% / auto&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none left top / 100%&quot;, &quot;none 0% 0% / 100%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none left top / 100% 100%&quot;, &quot;none 0% 0% / 100% 100%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none left top / 0%&quot;, &quot;none 0% 0% / 0%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none left top / auto 0%&quot;, &quot;none 0% 0% / auto 0%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none left top / cover&quot;, &quot;none 0% 0% / cover&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none left top / contain&quot;, &quot;none 0% 0% / contain&quot;);
</del><ins>+testInner(&quot;-webkit-mask&quot;, &quot;none left top / auto&quot;, &quot;none left top / auto&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none left top / auto auto&quot;, &quot;none left top / auto&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none left top / 100%&quot;, &quot;none left top / 100%&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none left top / 100% 100%&quot;, &quot;none left top / 100% 100%&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none left top / 0%&quot;, &quot;none left top / 0%&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none left top / auto 0%&quot;, &quot;none left top / auto 0%&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none left top / cover&quot;, &quot;none left top / cover&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none left top / contain&quot;, &quot;none left top / contain&quot;);
</ins><span class="cx"> testInner(&quot;-webkit-mask&quot;, &quot;none left 20px top 10px / contain&quot;, &quot;none left 20px top 10px / contain&quot;);
</span><del>-testInner(&quot;-webkit-mask&quot;, &quot;none left 20px top / contain&quot;, &quot;none left 20px top 0% / contain&quot;);
</del><ins>+testInner(&quot;-webkit-mask&quot;, &quot;none left 20px top / contain&quot;, &quot;none left 20px top / contain&quot;);
</ins><span class="cx"> 
</span><span class="cx"> // combinations
</span><span class="cx"> testInner(&quot;-webkit-mask&quot;, &quot;none padding-box content-box&quot;, &quot;none padding-box content-box&quot;);
</span><span class="cx"> testInner(&quot;-webkit-mask&quot;, &quot;none padding-box&quot;, &quot;none padding-box padding-box&quot;);
</span><del>-testInner(&quot;-webkit-mask&quot;, &quot;none top&quot;, &quot;none 50% 0%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none center right 20px&quot;, &quot;none right 20px top 50%&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none border-box left top&quot;, &quot;none 0% 0% border-box border-box&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none border-box left top 20px&quot;, &quot;none left 0% top 20px border-box border-box&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none border-box content-box left top repeat-x&quot;, &quot;none 0% 0% repeat-x border-box content-box&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none border-box content-box left top / auto repeat-x&quot;, &quot;none 0% 0% / auto repeat-x border-box content-box&quot;);
-testInner(&quot;-webkit-mask&quot;, &quot;none border-box content-box right 0px center / auto repeat-x&quot;, &quot;none right 0px top 50% / auto repeat-x border-box content-box&quot;);
</del><ins>+testInner(&quot;-webkit-mask&quot;, &quot;none top&quot;, &quot;none center top&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none center right 20px&quot;, &quot;none right 20px center&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none border-box left top&quot;, &quot;none left top border-box border-box&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none border-box left top 20px&quot;, &quot;none left top 20px border-box border-box&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none border-box content-box left top repeat-x&quot;, &quot;none left top repeat-x border-box content-box&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none border-box content-box left top / auto repeat-x&quot;, &quot;none left top / auto repeat-x border-box content-box&quot;);
+testInner(&quot;-webkit-mask&quot;, &quot;none border-box content-box right 0px center / auto repeat-x&quot;, &quot;none right 0px center / auto repeat-x border-box content-box&quot;);
</ins><span class="cx"> 
</span><span class="cx"> // FIXME: Computed style not yet implemented.
</span><span class="cx"> // testComputed(&quot;-webkit-mask&quot;, &quot;&quot;, &quot;&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestsfastselectorsnthchildboundshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/selectors/nth-child-bounds.html (209547 => 209548)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/selectors/nth-child-bounds.html        2016-12-08 18:37:23 UTC (rev 209547)
+++ trunk/LayoutTests/fast/selectors/nth-child-bounds.html        2016-12-08 18:57:34 UTC (rev 209548)
</span><span class="lines">@@ -77,9 +77,7 @@
</span><span class="cx"> li:nth-child(3147483647) {
</span><span class="cx">     background-color:rgb(1, 2, 3);
</span><span class="cx"> }
</span><del>-li:nth-child(-2147483649n-2147483649) {
-    background-color:rgb(1, 2, 3);
-}
</del><ins>+
</ins><span class="cx"> li:nth-child(-2147483649n) {
</span><span class="cx">     background-color:rgb(1, 2, 3);
</span><span class="cx"> }
</span><span class="lines">@@ -142,7 +140,6 @@
</span><span class="cx"> shouldBe('document.querySelectorAll(&quot;li:nth-child(3147483647n)&quot;).length', '0');
</span><span class="cx"> shouldBe('document.querySelectorAll(&quot;li:nth-child(3147483647)&quot;).length', '0');
</span><span class="cx"> 
</span><del>-shouldBe('document.querySelectorAll(&quot;li:nth-child(-2147483649n-2147483649)&quot;).length', '0');
</del><span class="cx"> shouldBe('document.querySelectorAll(&quot;li:nth-child(-2147483649n)&quot;).length', '0');
</span><span class="cx"> shouldBe('document.querySelectorAll(&quot;li:nth-child(-2147483649)&quot;).length', '0');
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastselectorsnthlastchildboundsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/selectors/nth-last-child-bounds-expected.txt (209547 => 209548)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/selectors/nth-last-child-bounds-expected.txt        2016-12-08 18:37:23 UTC (rev 209547)
+++ trunk/LayoutTests/fast/selectors/nth-last-child-bounds-expected.txt        2016-12-08 18:57:34 UTC (rev 209548)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx"> PASS document.querySelectorAll(&quot;li:nth-last-child(3147483647n+3147483647)&quot;).length is 0
</span><span class="cx"> PASS document.querySelectorAll(&quot;li:nth-last-child(3147483647n)&quot;).length is 0
</span><span class="cx"> PASS document.querySelectorAll(&quot;li:nth-last-child(3147483647)&quot;).length is 0
</span><del>-PASS document.querySelectorAll(&quot;li:nth-last-child(-2147483649n-2147483649)&quot;).length is 0
</del><span class="cx"> PASS document.querySelectorAll(&quot;li:nth-last-child(-2147483649n)&quot;).length is 0
</span><span class="cx"> PASS document.querySelectorAll(&quot;li:nth-last-child(-2147483649)&quot;).length is 0
</span><span class="cx"> PASS allItems.length is 20
</span></span></pre></div>
<a id="trunkLayoutTestsfastselectorsnthlastchildboundshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/selectors/nth-last-child-bounds.html (209547 => 209548)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/selectors/nth-last-child-bounds.html        2016-12-08 18:37:23 UTC (rev 209547)
+++ trunk/LayoutTests/fast/selectors/nth-last-child-bounds.html        2016-12-08 18:57:34 UTC (rev 209548)
</span><span class="lines">@@ -77,9 +77,7 @@
</span><span class="cx"> li:nth-last-child(3147483647) {
</span><span class="cx">     background-color:rgb(1, 2, 3);
</span><span class="cx"> }
</span><del>-li:nth-last-child(-2147483649n-2147483649) {
-    background-color:rgb(1, 2, 3);
-}
</del><ins>+
</ins><span class="cx"> li:nth-last-child(-2147483649n) {
</span><span class="cx">     background-color:rgb(1, 2, 3);
</span><span class="cx"> }
</span><span class="lines">@@ -142,7 +140,6 @@
</span><span class="cx"> shouldBe('document.querySelectorAll(&quot;li:nth-last-child(3147483647n)&quot;).length', '0');
</span><span class="cx"> shouldBe('document.querySelectorAll(&quot;li:nth-last-child(3147483647)&quot;).length', '0');
</span><span class="cx"> 
</span><del>-shouldBe('document.querySelectorAll(&quot;li:nth-last-child(-2147483649n-2147483649)&quot;).length', '0');
</del><span class="cx"> shouldBe('document.querySelectorAll(&quot;li:nth-last-child(-2147483649n)&quot;).length', '0');
</span><span class="cx"> shouldBe('document.querySelectorAll(&quot;li:nth-last-child(-2147483649)&quot;).length', '0');
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfasttexttextcombinecrashhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/text/text-combine-crash.html (209547 => 209548)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/text/text-combine-crash.html        2016-12-08 18:37:23 UTC (rev 209547)
+++ trunk/LayoutTests/fast/text/text-combine-crash.html        2016-12-08 18:57:34 UTC (rev 209548)
</span><span class="lines">@@ -154,7 +154,7 @@
</span><span class="cx"> function webtest_fn_8() {
</span><span class="cx"> try {
</span><span class="cx"> for (wf_i=0;wf_i&lt;78;wf_i++) {
</span><del>-var lis = document.querySelector(&quot;*|:nth-last-of-type(65536n-1024)&quot;);
</del><ins>+var lis = document.querySelector(&quot;:nth-last-of-type(65536n-1024)&quot;);
</ins><span class="cx"> for (var i = 0; i &lt; lis.length; i++) {
</span><span class="cx">   lis.item(i).parentNode.removeChild(lis.item(i));
</span><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>