<!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>[214552] 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/214552">214552</a></dd>
<dt>Author</dt> <dd>mmaxfield@apple.com</dd>
<dt>Date</dt> <dd>2017-03-29 12:23:21 -0700 (Wed, 29 Mar 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>Post-commit test gardening after <a href="http://trac.webkit.org/projects/webkit/changeset/214546">r214546</a>
https://bugs.webkit.org/show_bug.cgi?id=169518

Unreviewed.

* platform/mac-elcapitan/fast/text/font-selection-font-loading-api-parse-expected.txt:
* platform/mac-elcapitan/fast/text/font-style-parse-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttextfontselectionfontloadingapiparseexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/text/font-selection-font-loading-api-parse-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacelcapitanfasttextfontstyleparseexpectedtxt">trunk/LayoutTests/platform/mac-elcapitan/fast/text/font-style-parse-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (214551 => 214552)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2017-03-29 18:57:52 UTC (rev 214551)
+++ trunk/LayoutTests/ChangeLog        2017-03-29 19:23:21 UTC (rev 214552)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2017-03-29  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
+        Post-commit test gardening after r214546
+        https://bugs.webkit.org/show_bug.cgi?id=169518
+
+        Unreviewed.
+
+        * platform/mac-elcapitan/fast/text/font-selection-font-loading-api-parse-expected.txt:
+        * platform/mac-elcapitan/fast/text/font-style-parse-expected.txt:
+
</ins><span class="cx"> 2017-03-29  Ryan Haddad  &lt;ryanhaddad@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Mark fast/events/before-unload-adopt-subframe-to-outside.html as flaky.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttextfontselectionfontloadingapiparseexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-elcapitan/fast/text/font-selection-font-loading-api-parse-expected.txt (214551 => 214552)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/text/font-selection-font-loading-api-parse-expected.txt        2017-03-29 18:57:52 UTC (rev 214551)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/text/font-selection-font-loading-api-parse-expected.txt        2017-03-29 19:23:21 UTC (rev 214552)
</span><span class="lines">@@ -1,53 +1,48 @@
</span><del>-PASS window.getComputedStyle(document.getElementById('test1')).fontStyle is &quot;normal&quot;
-FAIL window.getComputedStyle(document.getElementById('test2')).fontStyle should be oblique 1deg. Was normal.
-FAIL window.getComputedStyle(document.getElementById('test3')).fontStyle should be oblique 18deg. Was normal.
-FAIL window.getComputedStyle(document.getElementById('test4')).fontStyle should be oblique 16deg. Was normal.
-FAIL window.getComputedStyle(document.getElementById('test5')).fontStyle should be oblique 14.25deg. Was normal.
-PASS window.getComputedStyle(document.getElementById('test6')).fontStyle is &quot;normal&quot;
-PASS window.getComputedStyle(document.getElementById('test7')).fontStyle is &quot;normal&quot;
-PASS window.getComputedStyle(document.getElementById('test8')).fontStyle is &quot;italic&quot;
-PASS window.getComputedStyle(document.getElementById('test9')).fontStyle is &quot;italic&quot;
-PASS window.getComputedStyle(document.getElementById('test10')).fontStyle is &quot;normal&quot;
-PASS window.getComputedStyle(document.getElementById('test11')).fontStyle is &quot;normal&quot;
-PASS window.getComputedStyle(document.getElementById('test12')).fontStyle is &quot;normal&quot;
-PASS window.getComputedStyle(document.getElementById('test13')).fontStyle is &quot;normal&quot;
-FAIL window.getComputedStyle(document.getElementById('test14')).fontStyle should be oblique 15.25deg. Was normal.
-PASS window.getComputedStyle(document.getElementById('test15')).fontStyle is &quot;italic&quot;
-PASS window.getComputedStyle(document.getElementById('test16')).fontStyle is &quot;italic&quot;
-PASS window.getComputedStyle(document.getElementById('test17')).fontStyle is &quot;normal&quot;
-PASS window.getComputedStyle(document.getElementById('test18')).fontStyle is &quot;italic&quot;
-PASS window.getComputedStyle(document.getElementById('test19')).fontStyle is &quot;italic&quot;
-PASS window.getComputedStyle(document.getElementById('test20')).fontStyle is &quot;normal&quot;
-FAIL window.getComputedStyle(document.getElementById('test21')).fontStyle should be oblique 14deg. Was normal.
-PASS window.getComputedStyle(document.getElementById('test1')).font is &quot;normal normal normal normal 16px/18px Times&quot;
-FAIL window.getComputedStyle(document.getElementById('test2')).font should be 16px/18px Times. Was normal normal normal normal 16px/18px Times.
-FAIL window.getComputedStyle(document.getElementById('test3')).font should be 16px/18px Times. Was normal normal normal normal 16px/18px Times.
-FAIL window.getComputedStyle(document.getElementById('test4')).font should be 16px/18px Times. Was normal normal normal normal 16px/18px Times.
-FAIL window.getComputedStyle(document.getElementById('test5')).font should be 16px/18px Times. Was normal normal normal normal 16px/18px Times.
-PASS window.getComputedStyle(document.getElementById('test6')).font is &quot;normal normal normal normal 16px/18px Times&quot;
-PASS window.getComputedStyle(document.getElementById('test7')).font is &quot;normal normal normal normal 16px/18px Times&quot;
-PASS window.getComputedStyle(document.getElementById('test8')).font is &quot;italic normal normal normal 16px/18px Times&quot;
-PASS window.getComputedStyle(document.getElementById('test9')).font is &quot;italic normal normal normal 16px/18px Times&quot;
-PASS window.getComputedStyle(document.getElementById('test10')).font is &quot;normal normal normal normal 16px/18px Times&quot;
-PASS window.getComputedStyle(document.getElementById('test11')).font is &quot;normal normal normal normal 16px/18px Times&quot;
-PASS window.getComputedStyle(document.getElementById('test12')).font is &quot;normal normal normal normal 16px/18px Times&quot;
-PASS window.getComputedStyle(document.getElementById('test13')).font is &quot;normal normal normal normal 16px/18px Times&quot;
-FAIL window.getComputedStyle(document.getElementById('test14')).font should be 16px/18px Times. Was normal normal normal normal 16px/18px Times.
-PASS window.getComputedStyle(document.getElementById('test15')).font is &quot;italic normal 100 normal 48px/49px 'Helvetica Neue'&quot;
-PASS window.getComputedStyle(document.getElementById('test16')).font is &quot;italic normal 100 normal 48px/49px 'Helvetica Neue'&quot;
-PASS window.getComputedStyle(document.getElementById('test17')).font is &quot;normal normal 100 normal 48px/49px 'Helvetica Neue'&quot;
-PASS window.getComputedStyle(document.getElementById('test18')).font is &quot;italic normal normal normal 48px/49px 'Helvetica Neue'&quot;
-PASS window.getComputedStyle(document.getElementById('test19')).font is &quot;italic small-caps 100 extra-expanded 48px/49px 'Helvetica Neue'&quot;
-PASS window.getComputedStyle(document.getElementById('test20')).font is &quot;normal normal normal normal 16px/18px Times&quot;
-FAIL window.getComputedStyle(document.getElementById('test21')).font should be 48px/49px 'Helvetica Neue'. Was normal normal normal normal 16px/18px Times.
-PASS document.getElementById('test1').style.font is &quot;&quot;
-PASS document.getElementById('test15').style.font is &quot;italic 100 48px/49px 'Helvetica Neue'&quot;
-PASS document.getElementById('test16').style.font is &quot;italic 100 48px/49px 'Helvetica Neue'&quot;
-PASS document.getElementById('test17').style.font is &quot;100 48px/49px 'Helvetica Neue'&quot;
-PASS document.getElementById('test18').style.font is &quot;italic 48px/49px 'Helvetica Neue'&quot;
-PASS document.getElementById('test19').style.font is &quot;italic small-caps 100 extra-expanded 48px/49px 'Helvetica Neue'&quot;
-PASS document.getElementById('test20').style.font is &quot;&quot;
-FAIL document.getElementById('test21').style.font should be oblique 14deg small-caps 123 extra-expanded 48px/49px 'Helvetica Neue'. Was .
</del><ins>+FAIL setFontFaceWeight(fontFace, '1') should be 1. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+PASS setFontFaceWeight(fontFace, '100') is &quot;100&quot;
+PASS setFontFaceWeight(fontFace, '200') is &quot;200&quot;
+PASS setFontFaceWeight(fontFace, '300') is &quot;300&quot;
+PASS setFontFaceWeight(fontFace, '400') is &quot;normal&quot;
+PASS setFontFaceWeight(fontFace, 'normal') is &quot;normal&quot;
+PASS setFontFaceWeight(fontFace, '500') is &quot;500&quot;
+PASS setFontFaceWeight(fontFace, '600') is &quot;600&quot;
+PASS setFontFaceWeight(fontFace, '700') is &quot;bold&quot;
+PASS setFontFaceWeight(fontFace, 'bold') is &quot;bold&quot;
+PASS setFontFaceWeight(fontFace, '800') is &quot;800&quot;
+PASS setFontFaceWeight(fontFace, '900') is &quot;900&quot;
+PASS setFontFaceWeight(fontFace, 'garbage') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS setFontFaceWeight(fontFace, 'initial') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+FAIL setFontFaceWeight(fontFace, 'calc(3 + 4)') should be 7. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+PASS setFontFaceWeight(fontFace, 'calc(100 + 200)') is &quot;300&quot;
+PASS setFontFaceWeight(fontFace, 'calc(150 + 50)') is &quot;200&quot;
+FAIL setFontFaceStretch(fontFace, '1%') should be 1%. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+PASS setFontFaceStretch(fontFace, '2') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS setFontFaceStretch(fontFace, 'ultra-condensed') is &quot;ultra-condensed&quot;
+PASS setFontFaceStretch(fontFace, 'extra-condensed') is &quot;extra-condensed&quot;
+PASS setFontFaceStretch(fontFace, 'condensed') is &quot;condensed&quot;
+PASS setFontFaceStretch(fontFace, 'semi-condensed') is &quot;semi-condensed&quot;
+PASS setFontFaceStretch(fontFace, 'normal') is &quot;normal&quot;
+PASS setFontFaceStretch(fontFace, 'semi-expanded') is &quot;semi-expanded&quot;
+PASS setFontFaceStretch(fontFace, 'expanded') is &quot;expanded&quot;
+PASS setFontFaceStretch(fontFace, 'extra-expanded') is &quot;extra-expanded&quot;
+PASS setFontFaceStretch(fontFace, 'ultra-expanded') is &quot;ultra-expanded&quot;
+PASS setFontFaceStretch(fontFace, 'garbage') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS setFontFaceStretch(fontFace, 'initial') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS setFontFaceStretch(fontFace, 'calc(3 + 4)') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+FAIL setFontFaceStretch(fontFace, 'calc(3% + 4%)') should be 7%. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+FAIL setFontFaceStyle(fontFace, 'oblique 1deg') should be oblique 1deg. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+FAIL setFontFaceStyle(fontFace, 'oblique 20grad') should be oblique 18deg. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+FAIL setFontFaceStyle(fontFace, 'oblique 0.28318rad') should be oblique 16deg. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+FAIL setFontFaceStyle(fontFace, 'oblique 0.04turn') should be oblique 14.25deg. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
+PASS setFontFaceStyle(fontFace, 'oblique 5') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS setFontFaceStyle(fontFace, 'oblique 20') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS setFontFaceStyle(fontFace, 'italic') is &quot;italic&quot;
+PASS setFontFaceStyle(fontFace, 'oblique') is &quot;italic&quot;
+PASS setFontFaceStyle(fontFace, 'normal') is &quot;normal&quot;
+PASS setFontFaceStyle(fontFace, 'garbage') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS setFontFaceStyle(fontFace, 'initial') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+PASS setFontFaceStyle(fontFace, 'oblique calc(3 + 4)') threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern..
+FAIL setFontFaceStyle(fontFace, 'oblique calc(0.04turn + 1deg)') should be oblique 15.25deg. Threw exception SyntaxError (DOM Exception 12): The string did not match the expected pattern.
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacelcapitanfasttextfontstyleparseexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-elcapitan/fast/text/font-style-parse-expected.txt (214551 => 214552)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-elcapitan/fast/text/font-style-parse-expected.txt        2017-03-29 18:57:52 UTC (rev 214551)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/text/font-style-parse-expected.txt        2017-03-29 19:23:21 UTC (rev 214552)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> PASS window.getComputedStyle(document.getElementById('test1')).fontStyle is &quot;normal&quot;
</span><span class="cx"> FAIL window.getComputedStyle(document.getElementById('test2')).fontStyle should be oblique 1deg. Was normal.
</span><del>-FAIL window.getComputedStyle(document.getElementById('test3')).fontStyle should be oblique 180deg. Was normal.
-FAIL window.getComputedStyle(document.getElementById('test4')).fontStyle should be oblique 359.75deg. Was normal.
-FAIL window.getComputedStyle(document.getElementById('test5')).fontStyle should be oblique 1440deg. Was normal.
</del><ins>+FAIL window.getComputedStyle(document.getElementById('test3')).fontStyle should be oblique 18deg. Was normal.
+FAIL window.getComputedStyle(document.getElementById('test4')).fontStyle should be oblique 16deg. Was normal.
+FAIL window.getComputedStyle(document.getElementById('test5')).fontStyle should be oblique 14.25deg. Was normal.
</ins><span class="cx"> PASS window.getComputedStyle(document.getElementById('test6')).fontStyle is &quot;normal&quot;
</span><span class="cx"> PASS window.getComputedStyle(document.getElementById('test7')).fontStyle is &quot;normal&quot;
</span><span class="cx"> PASS window.getComputedStyle(document.getElementById('test8')).fontStyle is &quot;italic&quot;
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> PASS window.getComputedStyle(document.getElementById('test11')).fontStyle is &quot;normal&quot;
</span><span class="cx"> PASS window.getComputedStyle(document.getElementById('test12')).fontStyle is &quot;normal&quot;
</span><span class="cx"> PASS window.getComputedStyle(document.getElementById('test13')).fontStyle is &quot;normal&quot;
</span><del>-FAIL window.getComputedStyle(document.getElementById('test14')).fontStyle should be oblique 1441deg. Was normal.
</del><ins>+FAIL window.getComputedStyle(document.getElementById('test14')).fontStyle should be oblique 15.25deg. Was normal.
</ins><span class="cx"> PASS window.getComputedStyle(document.getElementById('test15')).fontStyle is &quot;italic&quot;
</span><span class="cx"> PASS window.getComputedStyle(document.getElementById('test16')).fontStyle is &quot;italic&quot;
</span><span class="cx"> PASS window.getComputedStyle(document.getElementById('test17')).fontStyle is &quot;normal&quot;
</span></span></pre>
</div>
</div>

</body>
</html>