<!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>[174547] 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/174547">174547</a></dd>
<dt>Author</dt> <dd>simon.fraser@apple.com</dd>
<dt>Date</dt> <dd>2014-10-09 17:53:18 -0700 (Thu, 09 Oct 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>iOS Simulator results (many of which are failures) for transitions tests.

* platform/ios-simulator/transitions/*: Added</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>trunk/LayoutTests/platform/ios-simulator/transitions/</li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionscanceltransitionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/cancel-transition-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionschangevaluesduringtransitionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/change-values-during-transition-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionscrossfadebackgroundimageexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/cross-fade-background-image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionscrossfadeborderimageexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/cross-fade-border-image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionscubicbezieroverflowtransformexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/cubic-bezier-overflow-transform-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionsinterrupttransformtransitionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/interrupt-transform-transition-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionsinterruptedacceleratedtransitionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/interrupted-accelerated-transition-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionsinterruptedalltransitionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/interrupted-all-transition-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionsmatchedtransformfunctionsexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/matched-transform-functions-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionsmoveaftertransitionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/move-after-transition-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionsnegativedelayexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/negative-delay-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionsretargettedtransitionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/retargetted-transition-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionssvgtextshadowtransitionexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/svg-text-shadow-transition-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionstransformoplistmatchexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/transform-op-list-match-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionstransformoplistnomatchexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/transform-op-list-no-match-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionstransitionhittestexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/transition-hit-test-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionstransitionhittesttransformexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/transition-hit-test-transform-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatortransitionstransitiononelementwithcontentexpectedtxt">trunk/LayoutTests/platform/ios-simulator/transitions/transition-on-element-with-content-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (174546 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-10-10 00:53:16 UTC (rev 174546)
+++ trunk/LayoutTests/ChangeLog        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -1,5 +1,11 @@
</span><span class="cx"> 2014-10-09  Simon Fraser  &lt;simon.fraser@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        iOS Simulator results (many of which are failures) for transitions tests.
+
+        * platform/ios-simulator/transitions/*: Added
+
+2014-10-09  Simon Fraser  &lt;simon.fraser@apple.com&gt;
+
</ins><span class="cx">         iOS Simulator results for transforms tests.
</span><span class="cx"> 
</span><span class="cx">         * platform/ios-simulator/transforms/*: Added
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionscanceltransitionexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/cancel-transition-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/cancel-transition-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/cancel-transition-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+Test removes the transition properties while the transition is running, then adds them back in. If working properly the transitions should start from the beginning. But there was a bug that would cause the transition to continue to run (although with no visible effect). So when you restarted, it would pick up where it left off.
+
+lefttranslate
+left:FAIL(was:450, s/b:150), webkitTransform:FAIL(was: 400, s/b:50)
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionschangevaluesduringtransitionexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/change-values-during-transition-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/change-values-during-transition-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/change-values-during-transition-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+Test changes -webkit-transition-duration while the transition is running to ensure that the running transition is not affected
+
+FAIL for intermediate value (was: 0, expected: 49.8)
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionscrossfadebackgroundimageexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/cross-fade-background-image-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/cross-fade-background-image-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/cross-fade-background-image-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,14 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,10) size 784x582
+      RenderBlock {DIV} at (10,0) size 200x200
+      RenderBlock {DIV} at (10,210) size 200x200
+      RenderBlock {DIV} at (0,420) size 784x40
+        RenderText {#text} at (0,0) size 587x19
+          text run at (0,0) width 587: &quot;PASS - \&quot;background-image\&quot; property for \&quot;box\&quot; element at 0.5s saw something close to: 0.5&quot;
+        RenderBR {BR} at (586,15) size 1x0
+        RenderText {#text} at (0,20) size 653x19
+          text run at (0,20) width 653: &quot;PASS - \&quot;background-image\&quot; property for \&quot;boxShorthand\&quot; element at 0.5s saw something close to: 0.5&quot;
+        RenderBR {BR} at (652,35) size 1x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionscrossfadeborderimageexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/cross-fade-border-image-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/cross-fade-border-image-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/cross-fade-border-image-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,14 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,10) size 784x582
+      RenderBlock {DIV} at (10,0) size 206x206 [border: (3px none #000000)]
+      RenderBlock {DIV} at (10,216) size 206x206 [border: (3px none #000000)]
+      RenderBlock {DIV} at (0,432) size 784x40
+        RenderText {#text} at (0,0) size 600x19
+          text run at (0,0) width 600: &quot;PASS - \&quot;border-image-source\&quot; property for \&quot;box\&quot; element at 0.5s saw something close to: 0.5&quot;
+        RenderBR {BR} at (599,15) size 1x0
+        RenderText {#text} at (0,20) size 666x19
+          text run at (0,20) width 666: &quot;PASS - \&quot;border-image-source\&quot; property for \&quot;boxShorthand\&quot; element at 0.5s saw something close to: 0.5&quot;
+        RenderBR {BR} at (665,35) size 1x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionscubicbezieroverflowtransformexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/cubic-bezier-overflow-transform-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/cubic-bezier-overflow-transform-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/cubic-bezier-overflow-transform-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,21 @@
</span><ins>+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'box1'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'box1'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'box2'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'box2'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'box2'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'box3'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'box3'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'box4'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'box4'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'box4'
+PASS - &quot;-webkit-transform.0&quot; property for &quot;box1&quot; element at 0.5s saw something close to: -0.73135
+PASS - &quot;-webkit-transform.0&quot; property for &quot;box1&quot; element at 0.95s saw something close to: -0.98481
+FAIL - &quot;-webkit-transform.0&quot; property for &quot;box2&quot; element at 0.1s expected: 0.89101 but saw: matrix(-1, 0.00000000000000012246467991473532, -0.00000000000000012246467991473532, -1, 0, 0)
+FAIL - &quot;-webkit-transform.0&quot; property for &quot;box2&quot; element at 0.5s expected: 0.25882 but saw: matrix(-1, 0.00000000000000012246467991473532, -0.00000000000000012246467991473532, -1, 0, 0)
+PASS - &quot;-webkit-transform.0&quot; property for &quot;box2&quot; element at 0.95s saw something close to: -0.97437
+FAIL - &quot;-webkit-transform.0&quot; property for &quot;box3&quot; element at 0.1s expected: 0.37461 but saw: matrix(-1, 0.00000000000000012246467991473532, -0.00000000000000012246467991473532, -1, 0, 0)
+PASS - &quot;-webkit-transform.0&quot; property for &quot;box3&quot; element at 0.5s saw something close to: -0.9205
+FAIL - &quot;-webkit-transform.0&quot; property for &quot;box4&quot; element at 0.15s expected: -0.62932 but saw: matrix(-1, 0.00000000000000012246467991473532, -0.00000000000000012246467991473532, -1, 0, 0)
+FAIL - &quot;-webkit-transform.0&quot; property for &quot;box4&quot; element at 0.5s expected: 0.17365 but saw: matrix(-1, 0.00000000000000012246467991473532, -0.00000000000000012246467991473532, -1, 0, 0)
+FAIL - &quot;-webkit-transform.0&quot; property for &quot;box4&quot; element at 0.8s expected: 0.66913 but saw: matrix(-1, 0.00000000000000012246467991473532, -0.00000000000000012246467991473532, -1, 0, 0)
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionsinterrupttransformtransitionexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/interrupt-transform-transition-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/interrupt-transform-transition-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/interrupt-transform-transition-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+Interrupted transition should not jump back to pre-transition transform
+
+FAIL: transition should be re-targeted from 200px in x, so x &gt; 0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionsinterruptedacceleratedtransitionexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/interrupted-accelerated-transition-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/interrupted-accelerated-transition-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/interrupted-accelerated-transition-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+main frame - has 1 onunload handler(s)
+CONSOLE MESSAGE: line 240: Failed to pause 'opacity' transition on element 'box'
+FAIL - &quot;opacity&quot; property for &quot;box&quot; element at 0.5s expected: 0.5 but saw: 1
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionsinterruptedalltransitionexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/interrupted-all-transition-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/interrupted-all-transition-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/interrupted-all-transition-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+Box should start moving left after left style is reset after 500ms
+
+FAIL
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionsmatchedtransformfunctionsexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/matched-transform-functions-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/matched-transform-functions-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/matched-transform-functions-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+Box should start moving right, then move down
+
+FAIL: transition should still be running, so y &lt; 200
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionsmoveaftertransitionexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/move-after-transition-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/move-after-transition-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/move-after-transition-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,15 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x162
+  RenderBlock {HTML} at (0,0) size 800x162
+    RenderBody {BODY} at (8,16) size 784x138
+      RenderBlock {P} at (0,0) size 784x20
+        RenderText {#text} at (0,0) size 406x19
+          text run at (0,0) width 406: &quot;At the end of the test the green box should obscure the red box.&quot;
+      RenderBlock {DIV} at (0,138) size 784x0
+layer at (8,52) size 402x102
+  RenderBlock (relative positioned) {DIV} at (0,36) size 402x102 [border: (1px solid #000000)]
+layer at (159,53) size 100x100
+  RenderBlock (positioned) {DIV} at (151,1) size 100x100 [bgcolor=#FF0000]
+layer at (9,53) size 100x100
+  RenderBlock (positioned) {DIV} at (1,1) size 100x100 [bgcolor=#008000]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionsnegativedelayexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/negative-delay-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/negative-delay-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/negative-delay-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+CONSOLE MESSAGE: line 240: Failed to pause 'left' transition on element 'square1'
+CONSOLE MESSAGE: line 240: Failed to pause 'left' transition on element 'square2'
+CONSOLE MESSAGE: line 240: Failed to pause 'left' transition on element 'square1'
+CONSOLE MESSAGE: line 240: Failed to pause 'left' transition on element 'square2'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'square3'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'square4'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'square3'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'square4'
+FAIL - &quot;left&quot; property for &quot;square1&quot; element at 0s expected: 300 but saw: 600
+FAIL - &quot;left&quot; property for &quot;square2&quot; element at 0s expected: 0 but saw: 600
+FAIL - &quot;left&quot; property for &quot;square1&quot; element at 0.5s expected: 450 but saw: 600
+FAIL - &quot;left&quot; property for &quot;square2&quot; element at 0.5s expected: 150 but saw: 600
+FAIL - &quot;-webkit-transform.4&quot; property for &quot;square3&quot; element at 0s expected: 300 but saw: matrix(1, 0, 0, 1, 600, 0)
+FAIL - &quot;-webkit-transform.4&quot; property for &quot;square4&quot; element at 0s expected: 0 but saw: matrix(1, 0, 0, 1, 600, 0)
+FAIL - &quot;-webkit-transform.4&quot; property for &quot;square3&quot; element at 0.5s expected: 450 but saw: matrix(1, 0, 0, 1, 600, 0)
+FAIL - &quot;-webkit-transform.4&quot; property for &quot;square4&quot; element at 0.5s expected: 150 but saw: matrix(1, 0, 0, 1, 600, 0)
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionsretargettedtransitionexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/retargetted-transition-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/retargetted-transition-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/retargetted-transition-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+Box should start moving right, then move down
+
+FAIL: transition should still be running, so y &lt; 200
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionssvgtextshadowtransitionexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/svg-text-shadow-transition-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/svg-text-shadow-transition-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/svg-text-shadow-transition-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x161
+  RenderBlock {HTML} at (0,0) size 800x161
+    RenderBody {BODY} at (8,8) size 784x145
+      RenderBlock (anonymous) at (0,0) size 784x105
+        RenderSVGRoot {svg} at (8,8) size 314x85
+          RenderSVGText {text} at (10,14) size 278x45 contains 1 chunk(s)
+            RenderSVGInlineText {#text} at (0,0) size 278x45
+              chunk 1 text run 1 at (10.00,50.00) startOffset 0 endOffset 15 width 277.83: &quot;Shadow on texts&quot;
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,105) size 784x40
+        RenderText {#text} at (0,0) size 584x19
+          text run at (0,0) width 584: &quot;PASS - \&quot;text-shadow\&quot; property for \&quot;text\&quot; element at 0s saw something close to: -25,-5,0,15&quot;
+        RenderBR {BR} at (583,0) size 1x19
+        RenderText {#text} at (0,20) size 566x19
+          text run at (0,20) width 566: &quot;PASS - \&quot;text-shadow\&quot; property for \&quot;text\&quot; element at 1s saw something close to: 5,5,0,15&quot;
+        RenderBR {BR} at (565,20) size 1x19
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionstransformoplistmatchexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/transform-op-list-match-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/transform-op-list-match-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/transform-op-list-match-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'box'
+Box should spin 540 degrees because that is the specified rotation and the transform operation lists match, so we should animate each operation separately.
+
+PASS - &quot;-webkit-transform.0&quot; property for &quot;box&quot; element at 0.5s saw something close to: -0.70711
+FAIL - &quot;-webkit-transform.0&quot; property for &quot;box&quot; element at 1s expected: 0 but saw: matrix(-1, 0.00000000000000036739403974420594, -0.00000000000000036739403974420594, -1, 0, 0)
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionstransformoplistnomatchexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/transform-op-list-no-match-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/transform-op-list-no-match-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/transform-op-list-no-match-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'box'
+CONSOLE MESSAGE: line 240: Failed to pause '-webkit-transform' transition on element 'box'
+Box should spin only 180 degrees even though the operation specifies a 0 to 540 degree animation. This is because the operation lists don't match, so it falls back to matrix animation, which normalizes the angle to between 0 and 360 degrees.
+
+FAIL - &quot;-webkit-transform.0&quot; property for &quot;box&quot; element at 0.5s expected: 0.70711 but saw: matrix(-1, 0.00000000000000036739403974420594, -0.00000000000000036739403974420594, -1, 0, 0)
+FAIL - &quot;-webkit-transform.0&quot; property for &quot;box&quot; element at 1s expected: 0 but saw: matrix(-1, 0.00000000000000036739403974420594, -0.00000000000000036739403974420594, -1, 0, 0)
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionstransitionhittestexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/transition-hit-test-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/transition-hit-test-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/transition-hit-test-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 31: TypeError: null is not an object (evaluating 'elt.id')
+FAIL: Timed out waiting for notifyDone to be called
+This test starts a transition of the 'left' property and then does elementFromPoint calls at the shown yellow dots to see if hit testing works
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionstransitionhittesttransformexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/transition-hit-test-transform-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/transition-hit-test-transform-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/transition-hit-test-transform-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 53: Transition is not running
+FAIL: Timed out waiting for notifyDone to be called
+This test starts a transition of the '-webkit-transform' property and then does elementFromPoint calls at the shown yellow dots to see if hit testing works
+
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatortransitionstransitiononelementwithcontentexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/transitions/transition-on-element-with-content-expected.txt (0 => 174547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/transitions/transition-on-element-with-content-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/transitions/transition-on-element-with-content-expected.txt        2014-10-10 00:53:18 UTC (rev 174547)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+FAIL - &quot;opacity&quot; property for &quot;box&quot; element at 0.5s expected: 0.5 but saw: 0
+
</ins></span></pre>
</div>
</div>

</body>
</html>