<!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>[209543] 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/209543">209543</a></dd>
<dt>Author</dt> <dd>hyatt@apple.com</dd>
<dt>Date</dt> <dd>2016-12-08 10:02:29 -0800 (Thu, 08 Dec 2016)</dd>
</dl>
<h3>Log Message</h3>
<pre>[CSS Parser] Unskip more tests
https://bugs.webkit.org/show_bug.cgi?id=165608
Reviewed by Zalan Bujtas.
* TestExpectations:
* fast/css/font-property-priority-expected.txt:
* fast/css/image-set-unprefixed.html:
* fast/css/parsing-text-emphasis-expected.txt:
* fast/css/parsing-text-emphasis.html:
* fast/css/uri-token-parsing-expected.txt:
* fast/css/uri-token-parsing.html:
* platform/mac/fast/css/font_property_normal-expected.txt:</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="#trunkLayoutTestsfastcssfontpropertypriorityexpectedtxt">trunk/LayoutTests/fast/css/font-property-priority-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssimagesetunprefixedhtml">trunk/LayoutTests/fast/css/image-set-unprefixed.html</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingtextemphasisexpectedtxt">trunk/LayoutTests/fast/css/parsing-text-emphasis-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssparsingtextemphasishtml">trunk/LayoutTests/fast/css/parsing-text-emphasis.html</a></li>
<li><a href="#trunkLayoutTestsfastcssuritokenparsingexpectedtxt">trunk/LayoutTests/fast/css/uri-token-parsing-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssuritokenparsinghtml">trunk/LayoutTests/fast/css/uri-token-parsing.html</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastcssfont_property_normalexpectedtxt">trunk/LayoutTests/platform/mac/fast/css/font_property_normal-expected.txt</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (209542 => 209543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-12-08 17:59:52 UTC (rev 209542)
+++ trunk/LayoutTests/ChangeLog        2016-12-08 18:02:29 UTC (rev 209543)
</span><span class="lines">@@ -1,5 +1,21 @@
</span><span class="cx"> 2016-12-08 Dave Hyatt <hyatt@apple.com>
</span><span class="cx">
</span><ins>+ [CSS Parser] Unskip more tests
+ https://bugs.webkit.org/show_bug.cgi?id=165608
+
+ Reviewed by Zalan Bujtas.
+
+ * TestExpectations:
+ * fast/css/font-property-priority-expected.txt:
+ * fast/css/image-set-unprefixed.html:
+ * fast/css/parsing-text-emphasis-expected.txt:
+ * fast/css/parsing-text-emphasis.html:
+ * fast/css/uri-token-parsing-expected.txt:
+ * fast/css/uri-token-parsing.html:
+ * platform/mac/fast/css/font_property_normal-expected.txt:
+
+2016-12-08 Dave Hyatt <hyatt@apple.com>
+
</ins><span class="cx"> [CSS Parser] REGRESSION: Values of 0 should not be allowed for -webkit-aspect-ratio
</span><span class="cx"> https://bugs.webkit.org/show_bug.cgi?id=165607
</span><span class="cx">
</span></span></pre></div>
<a id="trunkLayoutTestsTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/TestExpectations (209542 => 209543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/TestExpectations        2016-12-08 17:59:52 UTC (rev 209542)
+++ trunk/LayoutTests/TestExpectations        2016-12-08 18:02:29 UTC (rev 209543)
</span><span class="lines">@@ -971,17 +971,12 @@
</span><span class="cx"> # The following layout tests need to be changed when the new CSS Parser is turned on, since they
</span><span class="cx"> # incorrectly indicate failures on valid syntax.
</span><span class="cx"> webkit.org/b/165195 fast/css/attr-parsing.html [ Pass Failure ]
</span><del>-webkit.org/b/165195 fast/css/font-property-priority.html [ Pass Failure ]
-webkit.org/b/165195 fast/css/font_property_normal.html [ Pass Failure ]
-webkit.org/b/165195 fast/css/image-set-unprefixed.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/165195 fast/css/invalid-cursor-property-crash.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/css/parsing-css-attribute-case-insensitive-value-1.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/css/parsing-css-attribute-case-insensitive-value-2.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/css/parsing-css-nth-child.html [ Pass Failure ]
</span><del>-webkit.org/b/165195 fast/css/parsing-text-emphasis.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/165195 fast/css/css-selector-text.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/css/css-set-selector-text.html [ Pass Failure ]
</span><del>-webkit.org/b/165195 fast/css/uri-token-parsing.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/165195 fast/backgrounds/background-shorthand-after-set-backgroundSize.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/backgrounds/background-position-parsing-2.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/165195 fast/backgrounds/background-shorthand-with-backgroundSize-style.html [ Pass Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssfontpropertypriorityexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/font-property-priority-expected.txt (209542 => 209543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/font-property-priority-expected.txt        2016-12-08 17:59:52 UTC (rev 209542)
+++ trunk/LayoutTests/fast/css/font-property-priority-expected.txt        2016-12-08 18:02:29 UTC (rev 209543)
</span><span class="lines">@@ -1,6 +1,11 @@
</span><span class="cx"> Test for rdar://problem/6065547 REGRESSION (r34879): "Subject" in unread emails in Yahoo mail is not shown in bold.
</span><span class="cx">
</span><span class="cx"> Property 'font-weight' has priority 'important'.
</span><ins>+Property 'font-variant-ligatures' has priority 'important'.
+Property 'font-variant-numeric' has priority 'important'.
</ins><span class="cx"> Property 'font-variant-caps' has priority 'important'.
</span><ins>+Property 'font-variant-alternates' has priority 'important'.
+Property 'font-variant-position' has priority 'important'.
+Property 'font-variant-east-asian' has priority 'important'.
</ins><span class="cx"> Property 'font-style' has priority 'important'.
</span><span class="cx">
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssimagesetunprefixedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/image-set-unprefixed.html (209542 => 209543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/image-set-unprefixed.html        2016-12-08 17:59:52 UTC (rev 209542)
+++ trunk/LayoutTests/fast/css/image-set-unprefixed.html        2016-12-08 18:02:29 UTC (rev 209543)
</span><span class="lines">@@ -22,6 +22,9 @@
</span><span class="cx"> debug(`${description} : ${rule}`);
</span><span class="cx">
</span><span class="cx"> var rule = `image-set(${rule})`;
</span><ins>+ if (property == 'cursor')
+ rule += ', default';
+
</ins><span class="cx"> if (testComputedStyle(property, rule) == rule)
</span><span class="cx"> debug("Unprefixed: PASS");
</span><span class="cx"> else
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingtextemphasisexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-text-emphasis-expected.txt (209542 => 209543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-text-emphasis-expected.txt        2016-12-08 17:59:52 UTC (rev 209542)
+++ trunk/LayoutTests/fast/css/parsing-text-emphasis-expected.txt        2016-12-08 18:02:29 UTC (rev 209543)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><span class="cx"> PASS: '-webkit-text-emphasis-color: initial;' parsed as ['initial', '', '', '']
</span><span class="cx"> PASS: '-webkit-text-emphasis-color: inherit;' parsed as ['inherit', '', '', '']
</span><span class="cx"> PASS: '-webkit-text-emphasis-color: currentcolor;' parsed as ['currentcolor', '', '', '']
</span><del>-PASS: '-webkit-text-emphasis-color: cyan;' parsed as ['rgb(0, 255, 255)', '', '', '']
</del><ins>+PASS: '-webkit-text-emphasis-color: cyan;' parsed as ['cyan', '', '', '']
</ins><span class="cx"> PASS: '-webkit-text-emphasis-color: bold;' parsed as ['', '', '', '']
</span><span class="cx"> PASS: '-webkit-text-emphasis-color: 1px;' parsed as ['', '', '', '']
</span><span class="cx"> PASS: '-webkit-text-emphasis-color: "cyan";' parsed as ['', '', '', '']
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssparsingtextemphasishtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/parsing-text-emphasis.html (209542 => 209543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/parsing-text-emphasis.html        2016-12-08 17:59:52 UTC (rev 209542)
+++ trunk/LayoutTests/fast/css/parsing-text-emphasis.html        2016-12-08 18:02:29 UTC (rev 209543)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> test('-webkit-text-emphasis-color: initial;', 'initial', '', '');
</span><span class="cx"> test('-webkit-text-emphasis-color: inherit;', 'inherit', '', '');
</span><span class="cx"> test('-webkit-text-emphasis-color: currentcolor;', 'currentcolor', '', '');
</span><del>- test('-webkit-text-emphasis-color: cyan;', 'rgb(0, 255, 255)', '', '');
</del><ins>+ test('-webkit-text-emphasis-color: cyan;', 'cyan', '', '');
</ins><span class="cx"> test('-webkit-text-emphasis-color: bold;', '', '', '');
</span><span class="cx"> test('-webkit-text-emphasis-color: 1px;', '', '', '');
</span><span class="cx"> test('-webkit-text-emphasis-color: "cyan";', '', '', '');
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssuritokenparsingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/uri-token-parsing-expected.txt (209542 => 209543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/uri-token-parsing-expected.txt        2016-12-08 17:59:52 UTC (rev 209542)
+++ trunk/LayoutTests/fast/css/uri-token-parsing-expected.txt        2016-12-08 18:02:29 UTC (rev 209543)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx"> #n { content: url(e); }
</span><span class="cx"> #o { content: url(f); }
</span><span class="cx"> #p { content: url('url(g)'); }
</span><del>-#q { cursor: url('url(q)'); }
</del><ins>+#q { cursor: url('url(q)'), default; }
</ins><span class="cx"> #r { list-style-image: url('url(r)'); }
</span><span class="cx"> #s { background-image: url('url(s)'); }
</span><span class="cx"> #t { -webkit-mask-image: url('url(t)'); }
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> #n { content: url(e); }
</span><span class="cx"> #o { content: url(f); }
</span><span class="cx"> #p { content: url('url(g)'); }
</span><del>-#q { cursor: url('url(q)'); }
</del><ins>+#q { cursor: url('url(q)'), default; }
</ins><span class="cx"> #r { list-style-image: url('url(r)'); }
</span><span class="cx"> #s { background-image: url('url(s)'); }
</span><span class="cx"> #t { -webkit-mask-image: url('url(t)'); }
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssuritokenparsinghtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css/uri-token-parsing.html (209542 => 209543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css/uri-token-parsing.html        2016-12-08 17:59:52 UTC (rev 209542)
+++ trunk/LayoutTests/fast/css/uri-token-parsing.html        2016-12-08 18:02:29 UTC (rev 209543)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx"> #n { content: url("e "); }
</span><span class="cx"> #o { content: url(" f "); }
</span><span class="cx"> #p { content: url("url(g)"); }
</span><del>-#q { cursor: url("url(q)"); }
</del><ins>+#q { cursor: url("url(q)"), default; }
</ins><span class="cx"> #r { list-style-image: url("url(r)"); }
</span><span class="cx"> #s { background-image: url("url(s)"); }
</span><span class="cx"> #t { -webkit-mask-image: url("url(t)"); }
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx"> #n { content: url(e); }
</span><span class="cx"> #o { content: url(f); }
</span><span class="cx"> #p { content: url('url(g)'); }
</span><del>-#q { cursor: url('url(q)'); }
</del><ins>+#q { cursor: url('url(q)'), default; }
</ins><span class="cx"> #r { list-style-image: url('url(r)'); }
</span><span class="cx"> #s { background-image: url('url(s)'); }
</span><span class="cx"> #t { -webkit-mask-image: url('url(t)'); }
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastcssfont_property_normalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/css/font_property_normal-expected.txt (209542 => 209543)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/css/font_property_normal-expected.txt        2016-12-08 17:59:52 UTC (rev 209542)
+++ trunk/LayoutTests/platform/mac/fast/css/font_property_normal-expected.txt        2016-12-08 18:02:29 UTC (rev 209543)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx"> RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x597
- RenderBlock {HTML} at (0,0) size 800x597
- RenderBody {BODY} at (8,16) size 784x565
</del><ins>+layer at (0,0) size 800x441
+ RenderBlock {HTML} at (0,0) size 800x441
+ RenderBody {BODY} at (8,16) size 784x409
</ins><span class="cx"> RenderBlock {P} at (0,0) size 784x18
</span><span class="cx"> RenderText {#text} at (0,0) size 470x18
</span><span class="cx"> text run at (0,0) width 470: "Fails indicate that the font property specification is invalid in strict mode."
</span><span class="lines">@@ -9,30 +9,30 @@
</span><span class="cx"> RenderBlock {P} at (0,50) size 784x37
</span><span class="cx"> RenderText {#text} at (0,0) size 220x37
</span><span class="cx"> text run at (0,0) width 220: "24pt italic = 24pt"
</span><del>- RenderBlock {P} at (0,119) size 784x37
- RenderText {#text} at (0,0) size 294x37
- text run at (0,0) width 294: "24pt italic Arial = 24pt"
- RenderBlock {P} at (0,188) size 784x37
- RenderText {#text} at (0,0) size 392x36
- text run at (0,0) width 392: "24pt italic 'Arial' = 24pt Arial"
- RenderBlock {P} at (0,257) size 784x18
</del><ins>+ RenderBlock {P} at (0,119) size 784x18
+ RenderText {#text} at (0,0) size 147x18
+ text run at (0,0) width 147: "24pt italic Arial = 24pt"
+ RenderBlock {P} at (0,153) size 784x18
+ RenderText {#text} at (0,0) size 190x18
+ text run at (0,0) width 190: "24pt italic 'Arial' = 24pt Arial"
+ RenderBlock {P} at (0,187) size 784x18
</ins><span class="cx"> RenderText {#text} at (0,0) size 109x18
</span><span class="cx"> text run at (0,0) width 109: "italic 24pt = fails"
</span><del>- RenderBlock {P} at (0,307) size 784x37
- RenderText {#text} at (0,0) size 455x36
- text run at (0,0) width 455: "italic 24pt Arial = 24pt Arial Italic"
- RenderBlock {P} at (0,376) size 784x37
- RenderText {#text} at (0,0) size 467x36
- text run at (0,0) width 467: "italic 24pt 'Arial' = 24pt Arial Italic"
- RenderBlock {P} at (0,445) size 784x18
</del><ins>+ RenderBlock {P} at (0,221) size 784x18
+ RenderText {#text} at (0,0) size 221x18
+ text run at (0,0) width 221: "italic 24pt Arial = 24pt Arial Italic"
+ RenderBlock {P} at (0,255) size 784x18
+ RenderText {#text} at (0,0) size 227x18
+ text run at (0,0) width 227: "italic 24pt 'Arial' = 24pt Arial Italic"
+ RenderBlock {P} at (0,289) size 784x18
</ins><span class="cx"> RenderText {#text} at (0,0) size 146x18
</span><span class="cx"> text run at (0,0) width 146: "Arial 24pt italic = fails"
</span><del>- RenderBlock {P} at (0,479) size 784x18
</del><ins>+ RenderBlock {P} at (0,323) size 784x18
</ins><span class="cx"> RenderText {#text} at (0,0) size 152x18
</span><span class="cx"> text run at (0,0) width 152: "'Arial' 24pt italic = fails"
</span><del>- RenderBlock {P} at (0,513) size 784x18
</del><ins>+ RenderBlock {P} at (0,357) size 784x18
</ins><span class="cx"> RenderText {#text} at (0,0) size 146x18
</span><span class="cx"> text run at (0,0) width 146: "Arial italic 24pt = fails"
</span><del>- RenderBlock {P} at (0,547) size 784x18
</del><ins>+ RenderBlock {P} at (0,391) size 784x18
</ins><span class="cx"> RenderText {#text} at (0,0) size 152x18
</span><span class="cx"> text run at (0,0) width 152: "'Arial' italic 24pt = fails"
</span></span></pre>
</div>
</div>
</body>
</html>