<!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 <hyatt@apple.com>
</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 <hyatt@apple.com>
+
</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 = "rgb(00000000000000000000";
</span><span class="cx"> stopElement.style.setProperty("stop-color", colorString);
</span><del>- document.body.innerHTML = stopElement.style.stopColor == "rgb(0, 0, 255)" ? "PASS" : "FAIL";
</del><ins>+ document.body.innerHTML = stopElement.style.stopColor == "blue" ? "PASS" : "FAIL";
</ins><span class="cx"> </script>
</span><span class="cx"> </body>
</span><span class="cx"> </html>
</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 "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS testElement.style.fontFamily is "'\\0\\1\\2\\3\\4\\5\\6\\7\\8\\9\\a\\b\\c\\d\\e\\f'"
-PASS testElement.style.fontFamily is "'\\10\\11\\12\\13\\14\\15\\16\\17\\18\\19\\1a\\1b\\1c\\1d\\1e\\1f\\7f'"
-PASS testElement.style.fontFamily is "'\\a\\b\\c\\d\\e\\f\\1a\\1b\\1c\\1d\\1e\\1f\\7f'"
-PASS testElement.style.fontFamily is "'\\0\\1\\2'"
-PASS testElement.style.fontFamily is "'\\0 \\1 \\2 '"
-PASS testElement.style.fontFamily is "'\\0 \\1 \\2 '"
-PASS testElement.style.fontFamily is "'\\f\\0g'"
-PASS testElement.style.fontFamily is "'\\0 0\\0 1\\0 2\\0 3\\0 4\\0 5\\0 6\\0 7\\0 8\\0 9'"
-PASS testElement.style.fontFamily is "'\\0 A\\0 B\\0 C\\0 D\\0 E\\0 F\\0G'"
-PASS testElement.style.fontFamily is "'\\0 a\\0 b\\0 c\\0 d\\0 e\\0 f\\0g'"
-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>-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<script src="../../resources/js-test-pre.js"></script>
-</head>
-<body>
-<script src="script-tests/string-quote-binary.js"></script>
-<script src="../../resources/js-test-post.js"></script>
-</body>
-</html>
</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("-webkit-mask", "none, none, none") is "none, none, none"
</span><span class="cx"> PASS innerStyle("-webkit-mask", "url(file:///image.png), none") is "url(file:///image.png), none"
</span><span class="cx"> PASS innerStyle("-webkit-mask", "none, url(file:///image.png)") is "none, url(file:///image.png)"
</span><del>-PASS innerStyle("-webkit-mask", "top left") is "0% 0%"
-PASS innerStyle("-webkit-mask", "bottom right") is "100% 100%"
-PASS innerStyle("-webkit-mask", "left bottom") is "0% 100%"
-PASS innerStyle("-webkit-mask", "right top") is "100% 0%"
-PASS innerStyle("-webkit-mask", "center") is "50% 50%"
-PASS innerStyle("-webkit-mask", "none top") is "none 50% 0%"
-PASS innerStyle("-webkit-mask", "none bottom") is "none 50% 100%"
-PASS innerStyle("-webkit-mask", "none right") is "none 100% 50%"
-PASS innerStyle("-webkit-mask", "none top right") is "none 100% 0%"
-PASS innerStyle("-webkit-mask", "none bottom left") is "none 0% 100%"
-PASS innerStyle("-webkit-mask", "none right") is "none 100% 50%"
-PASS innerStyle("-webkit-mask", "none left") is "none 0% 50%"
-PASS innerStyle("-webkit-mask", "center 50%") is "50% 50%"
</del><ins>+PASS innerStyle("-webkit-mask", "top left") is "left top"
+PASS innerStyle("-webkit-mask", "bottom right") is "right bottom"
+PASS innerStyle("-webkit-mask", "left bottom") is "left bottom"
+PASS innerStyle("-webkit-mask", "right top") is "right top"
+PASS innerStyle("-webkit-mask", "center") is "center center"
+PASS innerStyle("-webkit-mask", "none top") is "none center top"
+PASS innerStyle("-webkit-mask", "none bottom") is "none center bottom"
+PASS innerStyle("-webkit-mask", "none right") is "none right center"
+PASS innerStyle("-webkit-mask", "none top right") is "none right top"
+PASS innerStyle("-webkit-mask", "none bottom left") is "none left bottom"
+PASS innerStyle("-webkit-mask", "none right") is "none right center"
+PASS innerStyle("-webkit-mask", "none left") is "none left center"
+PASS innerStyle("-webkit-mask", "center 50%") is "center 50%"
</ins><span class="cx"> PASS innerStyle("-webkit-mask", "50px 50%") is "50px 50%"
</span><del>-PASS innerStyle("-webkit-mask", "center left") is "0% 50%"
-PASS innerStyle("-webkit-mask", "top center") is "50% 0%"
</del><ins>+PASS innerStyle("-webkit-mask", "center left") is "left center"
+PASS innerStyle("-webkit-mask", "top center") is "center top"
</ins><span class="cx"> PASS innerStyle("-webkit-mask", "left 10px top 15px") is "left 10px top 15px"
</span><span class="cx"> PASS innerStyle("-webkit-mask", "left 10% top 30%") is "left 10% top 30%"
</span><del>-PASS innerStyle("-webkit-mask", "right top 15px") is "right 0% top 15px"
-PASS innerStyle("-webkit-mask", "left 10px center") is "left 10px top 50%"
-PASS innerStyle("-webkit-mask", "center top 20px") is "left 50% top 20px"
-PASS innerStyle("-webkit-mask", "center left 30px") is "left 30px top 50%"
-PASS innerStyle("-webkit-mask", "left 20% top") is "left 20% top 0%"
-PASS innerStyle("-webkit-mask", "center center") is "50% 50%"
</del><ins>+PASS innerStyle("-webkit-mask", "right top 15px") is "right top 15px"
+PASS innerStyle("-webkit-mask", "left 10px center") is "left 10px center"
+PASS innerStyle("-webkit-mask", "center top 20px") is "center top 20px"
+PASS innerStyle("-webkit-mask", "center left 30px") is "left 30px center"
+PASS innerStyle("-webkit-mask", "left 20% top") is "left 20% top"
+PASS innerStyle("-webkit-mask", "center center") is "center center"
</ins><span class="cx"> PASS innerStyle("-webkit-mask-position", "left 10px top 15px") is "left 10px top 15px"
</span><span class="cx"> PASS innerStyle("-webkit-mask-position", "left 10% top 30%") is "left 10% top 30%"
</span><del>-PASS innerStyle("-webkit-mask-position", "right top 15px") is "right 0% top 15px"
-PASS innerStyle("-webkit-mask-position", "left 10px center") is "left 10px top 50%"
-PASS innerStyle("-webkit-mask-position", "center top 20px") is "left 50% top 20px"
-PASS innerStyle("-webkit-mask-position", "center left 30px") is "left 30px top 50%"
-PASS innerStyle("-webkit-mask-position", "left 20% top") is "left 20% top 0%"
</del><ins>+PASS innerStyle("-webkit-mask-position", "right top 15px") is "right top 15px"
+PASS innerStyle("-webkit-mask-position", "left 10px center") is "left 10px center"
+PASS innerStyle("-webkit-mask-position", "center top 20px") is "center top 20px"
+PASS innerStyle("-webkit-mask-position", "center left 30px") is "left 30px center"
+PASS innerStyle("-webkit-mask-position", "left 20% top") is "left 20% top"
</ins><span class="cx"> PASS innerStyle("-webkit-mask", "none alpha") is "none alpha"
</span><span class="cx"> PASS innerStyle("-webkit-mask", "none luminance, none alpha") is "none luminance, none alpha"
</span><span class="cx"> PASS innerStyle("-webkit-mask", "none auto, none, none luminance") is "none auto, none, none luminance"
</span><span class="lines">@@ -70,25 +70,25 @@
</span><span class="cx"> PASS innerStyle("-webkit-mask", "padding-box border-box") is "padding-box border-box"
</span><span class="cx"> PASS innerStyle("-webkit-mask", "padding-box border-box none") is "none padding-box border-box"
</span><span class="cx"> PASS innerStyle("-webkit-mask", "none padding-box border-box") is "none padding-box border-box"
</span><del>-PASS innerStyle("-webkit-mask", "none left top / auto") is "none 0% 0% / auto"
-PASS innerStyle("-webkit-mask", "none left top / auto auto") is "none 0% 0% / auto"
-PASS innerStyle("-webkit-mask", "none left top / 100%") is "none 0% 0% / 100%"
-PASS innerStyle("-webkit-mask", "none left top / 100% 100%") is "none 0% 0% / 100% 100%"
-PASS innerStyle("-webkit-mask", "none left top / 0%") is "none 0% 0% / 0%"
-PASS innerStyle("-webkit-mask", "none left top / auto 0%") is "none 0% 0% / auto 0%"
-PASS innerStyle("-webkit-mask", "none left top / cover") is "none 0% 0% / cover"
-PASS innerStyle("-webkit-mask", "none left top / contain") is "none 0% 0% / contain"
</del><ins>+PASS innerStyle("-webkit-mask", "none left top / auto") is "none left top / auto"
+PASS innerStyle("-webkit-mask", "none left top / auto auto") is "none left top / auto"
+PASS innerStyle("-webkit-mask", "none left top / 100%") is "none left top / 100%"
+PASS innerStyle("-webkit-mask", "none left top / 100% 100%") is "none left top / 100% 100%"
+PASS innerStyle("-webkit-mask", "none left top / 0%") is "none left top / 0%"
+PASS innerStyle("-webkit-mask", "none left top / auto 0%") is "none left top / auto 0%"
+PASS innerStyle("-webkit-mask", "none left top / cover") is "none left top / cover"
+PASS innerStyle("-webkit-mask", "none left top / contain") is "none left top / contain"
</ins><span class="cx"> PASS innerStyle("-webkit-mask", "none left 20px top 10px / contain") is "none left 20px top 10px / contain"
</span><del>-PASS innerStyle("-webkit-mask", "none left 20px top / contain") is "none left 20px top 0% / contain"
</del><ins>+PASS innerStyle("-webkit-mask", "none left 20px top / contain") is "none left 20px top / contain"
</ins><span class="cx"> PASS innerStyle("-webkit-mask", "none padding-box content-box") is "none padding-box content-box"
</span><span class="cx"> PASS innerStyle("-webkit-mask", "none padding-box") is "none padding-box padding-box"
</span><del>-PASS innerStyle("-webkit-mask", "none top") is "none 50% 0%"
-PASS innerStyle("-webkit-mask", "none center right 20px") is "none right 20px top 50%"
-PASS innerStyle("-webkit-mask", "none border-box left top") is "none 0% 0% border-box border-box"
-PASS innerStyle("-webkit-mask", "none border-box left top 20px") is "none left 0% top 20px border-box border-box"
-PASS innerStyle("-webkit-mask", "none border-box content-box left top repeat-x") is "none 0% 0% repeat-x border-box content-box"
-PASS innerStyle("-webkit-mask", "none border-box content-box left top / auto repeat-x") is "none 0% 0% / auto repeat-x border-box content-box"
-PASS innerStyle("-webkit-mask", "none border-box content-box right 0px center / auto repeat-x") is "none right 0px top 50% / auto repeat-x border-box content-box"
</del><ins>+PASS innerStyle("-webkit-mask", "none top") is "none center top"
+PASS innerStyle("-webkit-mask", "none center right 20px") is "none right 20px center"
+PASS innerStyle("-webkit-mask", "none border-box left top") is "none left top border-box border-box"
+PASS innerStyle("-webkit-mask", "none border-box left top 20px") is "none left top 20px border-box border-box"
+PASS innerStyle("-webkit-mask", "none border-box content-box left top repeat-x") is "none left top repeat-x border-box content-box"
+PASS innerStyle("-webkit-mask", "none border-box content-box left top / auto repeat-x") is "none left top / auto repeat-x border-box content-box"
+PASS innerStyle("-webkit-mask", "none border-box content-box right 0px center / auto repeat-x") is "none right 0px center / auto repeat-x border-box content-box"
</ins><span class="cx"> PASS innerStyle("-webkit-mask", "top none left") is ""
</span><span class="cx"> PASS innerStyle("-webkit-mask", "right none bottom") is ""
</span><span class="cx"> PASS innerStyle("-webkit-mask", "right right") is ""
</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("-webkit-mask", "top left", "0% 0%");
-testInner("-webkit-mask", "bottom right", "100% 100%");
-testInner("-webkit-mask", "left bottom", "0% 100%");
-testInner("-webkit-mask", "right top", "100% 0%");
-testInner("-webkit-mask", "center", "50% 50%");
-testInner("-webkit-mask", "none top", "none 50% 0%");
-testInner("-webkit-mask", "none bottom", "none 50% 100%");
-testInner("-webkit-mask", "none right", "none 100% 50%");
-testInner("-webkit-mask", "none top right", "none 100% 0%");
-testInner("-webkit-mask", "none bottom left", "none 0% 100%");
-testInner("-webkit-mask", "none right", "none 100% 50%");
-testInner("-webkit-mask", "none left", "none 0% 50%");
-testInner("-webkit-mask", "center 50%", "50% 50%");
</del><ins>+testInner("-webkit-mask", "top left", "left top");
+testInner("-webkit-mask", "bottom right", "right bottom");
+testInner("-webkit-mask", "left bottom", "left bottom");
+testInner("-webkit-mask", "right top", "right top");
+testInner("-webkit-mask", "center", "center center");
+testInner("-webkit-mask", "none top", "none center top");
+testInner("-webkit-mask", "none bottom", "none center bottom");
+testInner("-webkit-mask", "none right", "none right center");
+testInner("-webkit-mask", "none top right", "none right top");
+testInner("-webkit-mask", "none bottom left", "none left bottom");
+testInner("-webkit-mask", "none right", "none right center");
+testInner("-webkit-mask", "none left", "none left center");
+testInner("-webkit-mask", "center 50%", "center 50%");
</ins><span class="cx"> testInner("-webkit-mask", "50px 50%", "50px 50%");
</span><del>-testInner("-webkit-mask", "center left", "0% 50%");
-testInner("-webkit-mask", "top center", "50% 0%");
</del><ins>+testInner("-webkit-mask", "center left", "left center");
+testInner("-webkit-mask", "top center", "center top");
</ins><span class="cx"> testInner("-webkit-mask", "left 10px top 15px", "left 10px top 15px");
</span><span class="cx"> testInner("-webkit-mask", "left 10% top 30%", "left 10% top 30%");
</span><del>-testInner("-webkit-mask", "right top 15px", "right 0% top 15px");
-testInner("-webkit-mask", "left 10px center", "left 10px top 50%");
-testInner("-webkit-mask", "center top 20px", "left 50% top 20px");
-testInner("-webkit-mask", "center left 30px", "left 30px top 50%");
-testInner("-webkit-mask", "left 20% top", "left 20% top 0%");
-testInner("-webkit-mask", "center center", "50% 50%");
</del><ins>+testInner("-webkit-mask", "right top 15px", "right top 15px");
+testInner("-webkit-mask", "left 10px center", "left 10px center");
+testInner("-webkit-mask", "center top 20px", "center top 20px");
+testInner("-webkit-mask", "center left 30px", "left 30px center");
+testInner("-webkit-mask", "left 20% top", "left 20% top");
+testInner("-webkit-mask", "center center", "center center");
</ins><span class="cx">
</span><span class="cx"> testInner("-webkit-mask-position", "left 10px top 15px", "left 10px top 15px");
</span><span class="cx"> testInner("-webkit-mask-position", "left 10% top 30%", "left 10% top 30%");
</span><del>-testInner("-webkit-mask-position", "right top 15px", "right 0% top 15px");
-testInner("-webkit-mask-position", "left 10px center", "left 10px top 50%");
-testInner("-webkit-mask-position", "center top 20px", "left 50% top 20px");
-testInner("-webkit-mask-position", "center left 30px", "left 30px top 50%");
-testInner("-webkit-mask-position", "left 20% top", "left 20% top 0%");
</del><ins>+testInner("-webkit-mask-position", "right top 15px", "right top 15px");
+testInner("-webkit-mask-position", "left 10px center", "left 10px center");
+testInner("-webkit-mask-position", "center top 20px", "center top 20px");
+testInner("-webkit-mask-position", "center left 30px", "left 30px center");
+testInner("-webkit-mask-position", "left 20% top", "left 20% top");
</ins><span class="cx">
</span><span class="cx"> // test mask-source-type
</span><span class="cx"> testInner("-webkit-mask", "none alpha", "none alpha");
</span><span class="lines">@@ -120,27 +120,27 @@
</span><span class="cx"> testInner("-webkit-mask", "none padding-box border-box", "none padding-box border-box");
</span><span class="cx">
</span><span class="cx"> // test mask-size
</span><del>-testInner("-webkit-mask", "none left top / auto", "none 0% 0% / auto");
-testInner("-webkit-mask", "none left top / auto auto", "none 0% 0% / auto");
-testInner("-webkit-mask", "none left top / 100%", "none 0% 0% / 100%");
-testInner("-webkit-mask", "none left top / 100% 100%", "none 0% 0% / 100% 100%");
-testInner("-webkit-mask", "none left top / 0%", "none 0% 0% / 0%");
-testInner("-webkit-mask", "none left top / auto 0%", "none 0% 0% / auto 0%");
-testInner("-webkit-mask", "none left top / cover", "none 0% 0% / cover");
-testInner("-webkit-mask", "none left top / contain", "none 0% 0% / contain");
</del><ins>+testInner("-webkit-mask", "none left top / auto", "none left top / auto");
+testInner("-webkit-mask", "none left top / auto auto", "none left top / auto");
+testInner("-webkit-mask", "none left top / 100%", "none left top / 100%");
+testInner("-webkit-mask", "none left top / 100% 100%", "none left top / 100% 100%");
+testInner("-webkit-mask", "none left top / 0%", "none left top / 0%");
+testInner("-webkit-mask", "none left top / auto 0%", "none left top / auto 0%");
+testInner("-webkit-mask", "none left top / cover", "none left top / cover");
+testInner("-webkit-mask", "none left top / contain", "none left top / contain");
</ins><span class="cx"> testInner("-webkit-mask", "none left 20px top 10px / contain", "none left 20px top 10px / contain");
</span><del>-testInner("-webkit-mask", "none left 20px top / contain", "none left 20px top 0% / contain");
</del><ins>+testInner("-webkit-mask", "none left 20px top / contain", "none left 20px top / contain");
</ins><span class="cx">
</span><span class="cx"> // combinations
</span><span class="cx"> testInner("-webkit-mask", "none padding-box content-box", "none padding-box content-box");
</span><span class="cx"> testInner("-webkit-mask", "none padding-box", "none padding-box padding-box");
</span><del>-testInner("-webkit-mask", "none top", "none 50% 0%");
-testInner("-webkit-mask", "none center right 20px", "none right 20px top 50%");
-testInner("-webkit-mask", "none border-box left top", "none 0% 0% border-box border-box");
-testInner("-webkit-mask", "none border-box left top 20px", "none left 0% top 20px border-box border-box");
-testInner("-webkit-mask", "none border-box content-box left top repeat-x", "none 0% 0% repeat-x border-box content-box");
-testInner("-webkit-mask", "none border-box content-box left top / auto repeat-x", "none 0% 0% / auto repeat-x border-box content-box");
-testInner("-webkit-mask", "none border-box content-box right 0px center / auto repeat-x", "none right 0px top 50% / auto repeat-x border-box content-box");
</del><ins>+testInner("-webkit-mask", "none top", "none center top");
+testInner("-webkit-mask", "none center right 20px", "none right 20px center");
+testInner("-webkit-mask", "none border-box left top", "none left top border-box border-box");
+testInner("-webkit-mask", "none border-box left top 20px", "none left top 20px border-box border-box");
+testInner("-webkit-mask", "none border-box content-box left top repeat-x", "none left top repeat-x border-box content-box");
+testInner("-webkit-mask", "none border-box content-box left top / auto repeat-x", "none left top / auto repeat-x border-box content-box");
+testInner("-webkit-mask", "none border-box content-box right 0px center / auto repeat-x", "none right 0px center / auto repeat-x border-box content-box");
</ins><span class="cx">
</span><span class="cx"> // FIXME: Computed style not yet implemented.
</span><span class="cx"> // testComputed("-webkit-mask", "", "");
</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("li:nth-child(3147483647n)").length', '0');
</span><span class="cx"> shouldBe('document.querySelectorAll("li:nth-child(3147483647)").length', '0');
</span><span class="cx">
</span><del>-shouldBe('document.querySelectorAll("li:nth-child(-2147483649n-2147483649)").length', '0');
</del><span class="cx"> shouldBe('document.querySelectorAll("li:nth-child(-2147483649n)").length', '0');
</span><span class="cx"> shouldBe('document.querySelectorAll("li:nth-child(-2147483649)").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("li:nth-last-child(3147483647n+3147483647)").length is 0
</span><span class="cx"> PASS document.querySelectorAll("li:nth-last-child(3147483647n)").length is 0
</span><span class="cx"> PASS document.querySelectorAll("li:nth-last-child(3147483647)").length is 0
</span><del>-PASS document.querySelectorAll("li:nth-last-child(-2147483649n-2147483649)").length is 0
</del><span class="cx"> PASS document.querySelectorAll("li:nth-last-child(-2147483649n)").length is 0
</span><span class="cx"> PASS document.querySelectorAll("li:nth-last-child(-2147483649)").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("li:nth-last-child(3147483647n)").length', '0');
</span><span class="cx"> shouldBe('document.querySelectorAll("li:nth-last-child(3147483647)").length', '0');
</span><span class="cx">
</span><del>-shouldBe('document.querySelectorAll("li:nth-last-child(-2147483649n-2147483649)").length', '0');
</del><span class="cx"> shouldBe('document.querySelectorAll("li:nth-last-child(-2147483649n)").length', '0');
</span><span class="cx"> shouldBe('document.querySelectorAll("li:nth-last-child(-2147483649)").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<78;wf_i++) {
</span><del>-var lis = document.querySelector("*|:nth-last-of-type(65536n-1024)");
</del><ins>+var lis = document.querySelector(":nth-last-of-type(65536n-1024)");
</ins><span class="cx"> for (var i = 0; i < 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>