<!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>[180417] 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/180417">180417</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2015-02-20 09:15:00 -0800 (Fri, 20 Feb 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Win] Test results gardening.

* platform/win/TestExpectations:
* platform/win/fast/frames/frame-scrolling-attribute-expected.txt:
* platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
* platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
* platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
* platform/win/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformwinTestExpectations">trunk/LayoutTests/platform/win/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastframesframescrollingattributeexpectedtxt">trunk/LayoutTests/platform/win/fast/frames/frame-scrolling-attribute-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastmulticolspanspanasimmediatecolumnschildexpectedtxt">trunk/LayoutTests/platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinhttptestssecurityXFrameOptionsxframeoptionsdenymultipleclientsexpectedtxt">trunk/LayoutTests/platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinsvgW3CSVG11maskingpath04bexpectedtxt">trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformwinfastmulticolspanspanasimmediatecolumnschildexpectedpng">trunk/LayoutTests/platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.png</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (180416 => 180417)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-02-20 17:05:48 UTC (rev 180416)
+++ trunk/LayoutTests/ChangeLog        2015-02-20 17:15:00 UTC (rev 180417)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2015-02-20  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Test results gardening.
+
+        * platform/win/TestExpectations:
+        * platform/win/fast/frames/frame-scrolling-attribute-expected.txt:
+        * platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
+        * platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
+        * platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
+        * platform/win/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
+
</ins><span class="cx"> 2015-02-20  Marcos Chavarría Teijeiro  &lt;chavarria1991@gmail.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed GTK+ Gardening 20th February
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (180416 => 180417)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2015-02-20 17:05:48 UTC (rev 180416)
+++ trunk/LayoutTests/platform/win/TestExpectations        2015-02-20 17:15:00 UTC (rev 180417)
</span><span class="lines">@@ -793,7 +793,7 @@
</span><span class="cx"> webkit.org/b/64731 http/tests/media/media-source/ [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # These tests are for an obsolete version of the EME spec.
</span><del>-fast/events/constructors/media-key-event-constructor.html [ WontFix ]
</del><ins>+fast/events/constructors/media-key-event-constructor.html [ Skip ] # [ WontFix ]
</ins><span class="cx"> media/encrypted-media/encrypted-media-can-play-type-webm.html [ Skip ] # [ WontFix ]
</span><span class="cx"> media/encrypted-media/encrypted-media-events.html [ Skip ] # [ WontFix ]
</span><span class="cx"> media/encrypted-media/encrypted-media-not-loaded.html [ Skip ] # [ WontFix ]
</span><span class="lines">@@ -948,7 +948,6 @@
</span><span class="cx"> media/video-layer-crash.html [ Failure ]
</span><span class="cx"> media/video-load-preload-metadata.html [ Failure ]
</span><span class="cx"> media/video-pause-immediately.html [ Failure ]
</span><del>-media/video-src-blob.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # Timeouts
</span><span class="cx"> media/audio-constructor-preload.html [ Skip ] # Timeout
</span><span class="lines">@@ -2674,6 +2673,7 @@
</span><span class="cx"> fast/history/history-subframe-with-name.html [ Skip ]
</span><span class="cx"> fast/history/location-replace-hash.html [ Skip ]
</span><span class="cx"> fast/history/saves-state-after-fragment-nav.html [ Skip ]
</span><ins>+webkit.org/b/140871 fast/history/page-cache-clearing.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> fast/html/marquee-scrollamount.html [ Failure ]
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastframesframescrollingattributeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/frames/frame-scrolling-attribute-expected.txt (180416 => 180417)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/frames/frame-scrolling-attribute-expected.txt        2015-02-20 17:05:48 UTC (rev 180416)
+++ trunk/LayoutTests/platform/win/fast/frames/frame-scrolling-attribute-expected.txt        2015-02-20 17:15:00 UTC (rev 180417)
</span><span class="lines">@@ -98,4 +98,4 @@
</span><span class="cx">                   text run at (0,0) width 162: &quot;This page is large enough&quot;
</span><span class="cx">                   text run at (0,18) width 161: &quot;to need to be scrolled in a&quot;
</span><span class="cx">                   text run at (0,36) width 100: &quot;200x200 frame.&quot;
</span><del>-              RenderBlock {DIV} at (0,70) size 400x400 [bgcolor=#0000FF]
</del><span class="cx">\ No newline at end of file
</span><ins>+              RenderBlock {DIV} at (0,70) size 400x400 [bgcolor=#0000FF]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastmulticolspanspanasimmediatecolumnschildexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformwinfastmulticolspanspanasimmediatecolumnschildexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.txt (180416 => 180417)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.txt        2015-02-20 17:05:48 UTC (rev 180416)
+++ trunk/LayoutTests/platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.txt        2015-02-20 17:15:00 UTC (rev 180417)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x3403
</del><ins>+layer at (0,0) size 785x3394
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x3403
-  RenderBlock {HTML} at (0,0) size 785x3403
-    RenderBody {BODY} at (8,16) size 769x3371
</del><ins>+layer at (0,0) size 785x3394
+  RenderBlock {HTML} at (0,0) size 785x3394
+    RenderBody {BODY} at (8,16) size 769x3362
</ins><span class="cx"> layer at (8,16) size 760x384
</span><span class="cx">   RenderBlock {DIV} at (0,0) size 760x384 [border: (5px solid #800000)]
</span><span class="cx">     RenderBlock {H2} at (5,24) size 750x29 [bgcolor=#EEEEEE]
</span><span class="lines">@@ -297,14 +297,14 @@
</span><span class="cx">         text run at (0,144) width 343: &quot;condimentum vestibulum. Suspendisse hendrerit quam&quot;
</span><span class="cx">         text run at (0,162) width 362: &quot;nec felis. Sed varius turpis vitae pede. Lorem ipsum dolor&quot;
</span><span class="cx">         text run at (0,180) width 229: &quot;sit amet, consectetuer adipiscing elit.&quot;
</span><del>-layer at (8,2475) size 760x444
-  RenderBlock {DIV} at (0,2459) size 760x445 [border: (5px solid #800000)]
-    RenderMultiColumnSet at (5,5) size 750x338
-    RenderBlock {H2} at (5,362) size 750x57 [bgcolor=#EEEEEE]
</del><ins>+layer at (8,2475) size 760x435
+  RenderBlock {DIV} at (0,2459) size 760x436 [border: (5px solid #800000)]
+    RenderMultiColumnSet at (5,5) size 750x329
+    RenderBlock {H2} at (5,353) size 750x57 [bgcolor=#EEEEEE]
</ins><span class="cx">       RenderText {#text} at (0,0) size 707x56
</span><span class="cx">         text run at (0,0) width 707: &quot;This is a spanning element at the end of the columns block with block&quot;
</span><span class="cx">         text run at (0,28) width 83: &quot;siblings.&quot;
</span><del>-    RenderMultiColumnSet at (5,438) size 750x0
</del><ins>+    RenderMultiColumnSet at (5,429) size 750x0
</ins><span class="cx"> layer at (13,2480) size 367x658
</span><span class="cx">   RenderMultiColumnFlowThread at (5,5) size 367x658
</span><span class="cx">     RenderBlock {P} at (0,16) size 367x198
</span><span class="lines">@@ -320,20 +320,20 @@
</span><span class="cx">         text run at (0,144) width 343: &quot;condimentum vestibulum. Suspendisse hendrerit quam&quot;
</span><span class="cx">         text run at (0,162) width 362: &quot;nec felis. Sed varius turpis vitae pede. Lorem ipsum dolor&quot;
</span><span class="cx">         text run at (0,180) width 229: &quot;sit amet, consectetuer adipiscing elit.&quot;
</span><del>-    RenderBlock {P} at (0,230) size 367x198
-      RenderText {#text} at (0,0) size 362x198
</del><ins>+    RenderBlock {P} at (0,230) size 367x207
+      RenderText {#text} at (0,0) size 362x207
</ins><span class="cx">         text run at (0,0) width 354: &quot;Lorem ipsum dolor sit amet, consectetuer adipiscing elit.&quot;
</span><span class="cx">         text run at (0,18) width 351: &quot;Nulla varius enim ac mi. Curabitur sollicitudin felis quis&quot;
</span><span class="cx">         text run at (0,36) width 325: &quot;lectus. Quisque adipiscing rhoncus sem. Proin nulla&quot;
</span><span class="cx">         text run at (0,54) width 358: &quot;purus, vulputate vel, varius ut, euismod et, nisi. Sed vitae&quot;
</span><span class="cx">         text run at (0,72) width 343: &quot;felis vel orci sagittis aliquam. Cras convallis adipiscing&quot;
</span><del>-        text run at (0,90) width 340: &quot;sem. Nam nonummy enim. Nullam bibendum lobortis&quot;
-        text run at (0,108) width 344: &quot;neque. Vestibulum velit orci, tempus euismod, pretium&quot;
-        text run at (0,126) width 343: &quot;quis, interdum vitae, nulla. Phasellus eget ante et tortor&quot;
-        text run at (0,144) width 343: &quot;condimentum vestibulum. Suspendisse hendrerit quam&quot;
-        text run at (0,162) width 362: &quot;nec felis. Sed varius turpis vitae pede. Lorem ipsum dolor&quot;
-        text run at (0,180) width 229: &quot;sit amet, consectetuer adipiscing elit.&quot;
-    RenderBlock {P} at (0,444) size 367x198
</del><ins>+        text run at (0,99) width 340: &quot;sem. Nam nonummy enim. Nullam bibendum lobortis&quot;
+        text run at (0,117) width 344: &quot;neque. Vestibulum velit orci, tempus euismod, pretium&quot;
+        text run at (0,135) width 343: &quot;quis, interdum vitae, nulla. Phasellus eget ante et tortor&quot;
+        text run at (0,153) width 343: &quot;condimentum vestibulum. Suspendisse hendrerit quam&quot;
+        text run at (0,171) width 362: &quot;nec felis. Sed varius turpis vitae pede. Lorem ipsum dolor&quot;
+        text run at (0,189) width 229: &quot;sit amet, consectetuer adipiscing elit.&quot;
+    RenderBlock {P} at (0,453) size 367x198
</ins><span class="cx">       RenderText {#text} at (0,0) size 362x198
</span><span class="cx">         text run at (0,0) width 354: &quot;Lorem ipsum dolor sit amet, consectetuer adipiscing elit.&quot;
</span><span class="cx">         text run at (0,18) width 351: &quot;Nulla varius enim ac mi. Curabitur sollicitudin felis quis&quot;
</span><span class="lines">@@ -347,15 +347,15 @@
</span><span class="cx">         text run at (0,162) width 362: &quot;nec felis. Sed varius turpis vitae pede. Lorem ipsum dolor&quot;
</span><span class="cx">         text run at (0,180) width 229: &quot;sit amet, consectetuer adipiscing elit.&quot;
</span><span class="cx">     RenderMultiColumnSpannerPlaceholder at (0,658) size 0x0
</span><del>-layer at (8,2935) size 760x452
-  RenderBlock {DIV} at (0,2919) size 760x452 [border: (5px solid #800000)]
</del><ins>+layer at (8,2926) size 760x452
+  RenderBlock {DIV} at (0,2910) size 760x452 [border: (5px solid #800000)]
</ins><span class="cx">     RenderMultiColumnSet at (5,5) size 750x222
</span><span class="cx">     RenderBlock {H2} at (5,246) size 750x57 [bgcolor=#EEEEEE]
</span><span class="cx">       RenderText {#text} at (0,0) size 741x56
</span><span class="cx">         text run at (0,0) width 741: &quot;This is a spanning element in the middle of the columns block with block&quot;
</span><span class="cx">         text run at (0,28) width 83: &quot;siblings.&quot;
</span><span class="cx">     RenderMultiColumnSet at (5,322) size 750x125
</span><del>-layer at (13,2940) size 367x666 backgroundClip at (0,0) size 785x3403 clip at (0,0) size 785x3403 outlineClip at (0,0) size 785x3403
</del><ins>+layer at (13,2931) size 367x666 backgroundClip at (0,0) size 785x3394 clip at (0,0) size 785x3394 outlineClip at (0,0) size 785x3394
</ins><span class="cx">   RenderMultiColumnFlowThread at (5,5) size 367x666
</span><span class="cx">     RenderBlock {P} at (0,16) size 367x198
</span><span class="cx">       RenderText {#text} at (0,0) size 362x198
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinhttptestssecurityXFrameOptionsxframeoptionsdenymultipleclientsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt (180416 => 180417)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt        2015-02-20 17:05:48 UTC (rev 180416)
+++ trunk/LayoutTests/platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt        2015-02-20 17:15:00 UTC (rev 180417)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> CONSOLE MESSAGE: Refused to display 'http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny.cgi' in a frame because it set 'X-Frame-Options' to 'deny'.
</span><span class="cx"> ALERT: PASS: onload fired.
</span><del>-Test that two main resources pointing to the same url that are canceled within didReceiveResponse() don't cause us to crash.  
</del><span class="cx">\ No newline at end of file
</span><ins>+Test that two main resources pointing to the same url that are canceled within didReceiveResponse() don't cause us to crash.  
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformwinsvgW3CSVG11maskingpath04bexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt (180416 => 180417)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt        2015-02-20 17:05:48 UTC (rev 180416)
+++ trunk/LayoutTests/platform/win/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt        2015-02-20 17:15:00 UTC (rev 180417)
</span><span class="lines">@@ -19,4 +19,4 @@
</span><span class="cx">     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
</span><span class="cx">       RenderSVGInlineText {#text} at (0,0) size 264x46
</span><span class="cx">         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: &quot;$Revision: 1.8 $&quot;
</span><del>-    RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]}]
</del><span class="cx">\ No newline at end of file
</span><ins>+    RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</ins></span></pre>
</div>
</div>

</body>
</html>