<!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>[176922] 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/176922">176922</a></dd>
<dt>Author</dt> <dd>clopez@igalia.com</dd>
<dt>Date</dt> <dd>2014-12-07 08:11:01 -0800 (Sun, 07 Dec 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Unreviewed GTK gardening.

* platform/gtk/TestExpectations: Report and mark new failures.
* platform/gtk/svg/animations/animate-marker-orienttype-1-expected.txt: Added. Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/175525">r175525</a>.
* platform/gtk/svg/animations/animate-marker-orienttype-2-expected.txt: Added. Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/175525">r175525</a>.
* platform/gtk/svg/animations/animate-marker-orienttype-3-expected.txt: Added. Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/175525">r175525</a>.</pre>

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

<h3>Added Paths</h3>
<ul>
<li>trunk/LayoutTests/platform/gtk/svg/animations/</li>
<li><a href="#trunkLayoutTestsplatformgtksvganimationsanimatemarkerorienttype1expectedtxt">trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvganimationsanimatemarkerorienttype2expectedtxt">trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvganimationsanimatemarkerorienttype3expectedtxt">trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-3-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (176921 => 176922)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-12-07 14:08:09 UTC (rev 176921)
+++ trunk/LayoutTests/ChangeLog        2014-12-07 16:11:01 UTC (rev 176922)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-12-07  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Report and mark new failures.
+        * platform/gtk/svg/animations/animate-marker-orienttype-1-expected.txt: Added. Rebaseline after r175525.
+        * platform/gtk/svg/animations/animate-marker-orienttype-2-expected.txt: Added. Rebaseline after r175525.
+        * platform/gtk/svg/animations/animate-marker-orienttype-3-expected.txt: Added. Rebaseline after r175525.
+
</ins><span class="cx"> 2014-12-06  Mark Lam  &lt;mark.lam@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Skipping tests due to regression in r176902.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (176921 => 176922)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-12-07 14:08:09 UTC (rev 176921)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-12-07 16:11:01 UTC (rev 176922)
</span><span class="lines">@@ -571,6 +571,8 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/129050 fast/sub-pixel/compositing-layers-on-subpixel-position.html [ ImageOnlyFailure Crash Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/139364 inspector-protocol/debugger/setBreakpoint-dfg.html [ Crash ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Crashing tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -865,6 +867,7 @@
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0072.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0078.html [ Failure Crash Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0079.html [ Failure Pass ]
</span><ins>+webkit.org/b/132248 media/media-fragments/TC0082.html [ Timeout Crash Pass ]
</ins><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0085.html [ Failure Crash Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0086.html [ Failure Timeout Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0087.html [ Failure Timeout Crash Pass ]
</span><span class="lines">@@ -900,6 +903,7 @@
</span><span class="cx"> webkit.org/b/132271 media/controls-styling-strict.html [ Failure Timeout Pass ]
</span><span class="cx"> webkit.org/b/132271 media/controls-strict.html [ ImageOnlyFailure Timeout Pass ]
</span><span class="cx"> webkit.org/b/132271 media/media-controller-playbackrate.html [ Timeout Pass Crash ]
</span><ins>+webkit.org/b/132271 media/media-controller-time-clamp.html [ Timeout Pass ]
</ins><span class="cx"> webkit.org/b/132271 media/track/add-and-remove-track.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/132271 media/controls-without-preload.html [ ImageOnlyFailure Timeout Pass ]
</span><span class="cx"> webkit.org/b/132271 media/controls-right-click-on-timebar.html [ Timeout Pass ]
</span><span class="lines">@@ -1006,6 +1010,8 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/136581 editing/pasteboard/drag-drop-dead-frame.html [ Timeout Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/139359 inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html [ Failure Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Flaky tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1193,6 +1199,11 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/137698 media/video-controls-drag.html [ Timeout ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/139362 inspector/css/pseudo-element-matches.html [ Timeout ]
+webkit.org/b/139362 inspector/css/selector-specificity.html [ Timeout Pass ]
+
+webkit.org/b/139363 media/media-controls-timeline-updates.html [ Timeout ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests timing out
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1440,45 +1451,47 @@
</span><span class="cx"> Bug(GTK) fast/media/view-mode-media-feature.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # Shared workers disabled with the Network Process
</span><del>-Bug(GTK) fast/workers/shared-worker-constructor.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-context-gc.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-event-listener.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-exception.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-frame-lifecycle.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-gc.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-in-iframe.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-lifecycle.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-location.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-messageevent-source.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-name.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-navigator.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-replace-global-constructor.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-replace-self.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-script-error.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-shared.html [ Skip ]
-Bug(GTK) fast/workers/shared-worker-simple.html [ Skip ]
-Bug(GTK) fast/workers/worker-crash-with-invalid-location.html [ Skip ]
-Bug(GTK) http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html [ Skip ]
-Bug(GTK) http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html [ Skip ]
-Bug(GTK) http/tests/security/cross-origin-shared-worker-allowed.html [ Skip ]
-Bug(GTK) http/tests/security/cross-origin-shared-worker.html [ Skip ]
-Bug(GTK) http/tests/security/same-origin-shared-worker-blocked.html [ Skip ]
-Bug(GTK) http/tests/security/storage-blocking-loosened-shared-worker.html [ Skip ]
-Bug(GTK) http/tests/security/storage-blocking-strengthened-shared-worker.html [ Skip ]
-Bug(GTK) http/tests/websocket/tests/hybi/workers/close-in-shared-worker.html [ Skip ]
-Bug(GTK) http/tests/websocket/tests/hybi/workers/shared-worker-simple.html [ Skip ]
-Bug(GTK) http/tests/workers/shared-worker-importScripts.html [ Skip ]
-Bug(GTK) http/tests/workers/shared-worker-invalid-url.html [ Skip ]
-Bug(GTK) http/tests/workers/shared-worker-redirect.html [ Skip ]
-Bug(GTK) http/tests/xmlhttprequest/workers/shared-worker-access-control-basic-get-fail-non-simple.html [ Skip ]
-Bug(GTK) http/tests/xmlhttprequest/workers/shared-worker-close.html [ Skip ]
-Bug(GTK) http/tests/xmlhttprequest/workers/shared-worker-methods-async.html [ Skip ]
-Bug(GTK) http/tests/xmlhttprequest/workers/shared-worker-methods.html [ Skip ]
-Bug(GTK) http/tests/xmlhttprequest/workers/shared-worker-referer.html [ Skip ]
-Bug(GTK) http/tests/xmlhttprequest/workers/shared-worker-xhr-file-not-found.html [ Skip ]
-Bug(GTK) js/dom/global-constructors-attributes-shared-worker.html [ Skip ]
-Bug(GTK) fast/dom/call-a-constructor-as-a-function.html [ Failure ]
-Bug(GTK) js/dom/constructor-length.html [ Failure ]
</del><ins>+webkit.org/b/139357 fast/workers/shared-worker-constructor.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-context-gc.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-event-listener.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-exception.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-frame-lifecycle.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-gc.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-in-iframe.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-lifecycle.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-location.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-messageevent-source.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-name.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-navigator.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-replace-global-constructor.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-replace-self.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-script-error.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-shared.html [ Skip ]
+webkit.org/b/139357 fast/workers/shared-worker-simple.html [ Skip ]
+webkit.org/b/139357 fast/workers/worker-crash-with-invalid-location.html [ Skip ]
+webkit.org/b/139357 http/tests/appcache/different-https-origin-resource-main.html  [ Failure ]
+webkit.org/b/139357 http/tests/media/video-accept-encoding.html [ Failure ]
+webkit.org/b/139357 http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html [ Skip ]
+webkit.org/b/139357 http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html [ Skip ]
+webkit.org/b/139357 http/tests/security/cross-origin-shared-worker-allowed.html [ Skip ]
+webkit.org/b/139357 http/tests/security/cross-origin-shared-worker.html [ Skip ]
+webkit.org/b/139357 http/tests/security/same-origin-shared-worker-blocked.html [ Skip ]
+webkit.org/b/139357 http/tests/security/storage-blocking-loosened-shared-worker.html [ Skip ]
+webkit.org/b/139357 http/tests/security/storage-blocking-strengthened-shared-worker.html [ Skip ]
+webkit.org/b/139357 http/tests/websocket/tests/hybi/workers/close-in-shared-worker.html [ Skip ]
+webkit.org/b/139357 http/tests/websocket/tests/hybi/workers/shared-worker-simple.html [ Skip ]
+webkit.org/b/139357 http/tests/workers/shared-worker-importScripts.html [ Skip ]
+webkit.org/b/139357 http/tests/workers/shared-worker-invalid-url.html [ Skip ]
+webkit.org/b/139357 http/tests/workers/shared-worker-redirect.html [ Skip ]
+webkit.org/b/139357 http/tests/xmlhttprequest/workers/shared-worker-access-control-basic-get-fail-non-simple.html [ Skip ]
+webkit.org/b/139357 http/tests/xmlhttprequest/workers/shared-worker-close.html [ Skip ]
+webkit.org/b/139357 http/tests/xmlhttprequest/workers/shared-worker-methods-async.html [ Skip ]
+webkit.org/b/139357 http/tests/xmlhttprequest/workers/shared-worker-methods.html [ Skip ]
+webkit.org/b/139357 http/tests/xmlhttprequest/workers/shared-worker-referer.html [ Skip ]
+webkit.org/b/139357 http/tests/xmlhttprequest/workers/shared-worker-xhr-file-not-found.html [ Skip ]
+webkit.org/b/139357 js/dom/global-constructors-attributes-shared-worker.html [ Skip ]
+webkit.org/b/139357 fast/dom/call-a-constructor-as-a-function.html [ Failure ]
+webkit.org/b/139357 js/dom/constructor-length.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # testRunner.setAlwaysAcceptCookies does not work with NetworkProcess
</span><span class="cx"> webkit.org/b/138687 http/tests/xmlhttprequest/cross-origin-cookie-storage.html [ Skip ]
</span><span class="lines">@@ -2250,6 +2263,27 @@
</span><span class="cx"> # Incomplete implementation of eventSender causes this test to fail
</span><span class="cx"> webkit.org/b/42194 fast/scrolling/scroll-select-list.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/139352 accessibility/inline-block-assertion.html [ Failure ]
+
+webkit.org/b/139353 fast/css/css-selector-text.html [ Failure ]
+webkit.org/b/139353 fast/css/parsing-css-lang.html [ Failure ]
+
+webkit.org/b/139354 fast/repaint/selection-ruby-rl.html [ Failure ]
+
+webkit.org/b/139355 fast/css/fontloader-svg-select.svg [ Failure ]
+
+webkit.org/b/139358 http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html [ Failure ]
+
+webkit.org/b/139361 fast/css/data-attribute-style-sharing-5.html [ ImageOnlyFailure ]
+webkit.org/b/139361 fast/css/data-attribute-style-sharing-6.html [ ImageOnlyFailure ]
+webkit.org/b/139361 fast/css/data-attribute-style-sharing-7.html [ ImageOnlyFailure ]
+webkit.org/b/139361 fast/css/readonly-attribute-style-sharing-5.html [ ImageOnlyFailure ]
+webkit.org/b/139361 fast/css/readonly-attribute-style-sharing-6.html [ ImageOnlyFailure ]
+webkit.org/b/139361 fast/css/readonly-attribute-style-sharing-7.html [ ImageOnlyFailure ]
+webkit.org/b/139361 fast/css/type-attribute-style-sharing-5.html [ ImageOnlyFailure ]
+webkit.org/b/139361 fast/css/type-attribute-style-sharing-6.html [ ImageOnlyFailure ]
+webkit.org/b/139361 fast/css/type-attribute-style-sharing-7.html [ ImageOnlyFailure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests failing
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvganimationsanimatemarkerorienttype1expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-1-expected.txt (0 => 176922)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-1-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-1-expected.txt        2014-12-07 16:11:01 UTC (rev 176922)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x519
+  RenderBlock {HTML} at (0,0) size 800x519
+    RenderBody {BODY} at (8,8) size 784x503
+      RenderSVGRoot {svg} at (58,58) size 218x218
+        RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+          RenderSVGResourceMarker {marker} [id=&quot;arrow&quot;] [markerUnits=strokeWidth] [ref at (0,0)] [angle=180.00]
+            RenderSVGPath {path} at (8,8) size 17x17 [opacity=0.50] [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 5 0 L 0 -5 L 0 5 Z&quot;]
+        RenderSVGPath {path} at (58,58) size 218x218 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#000000]}] [start marker=arrow] [data=&quot;M 20 20 L 80 80&quot;]
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvganimationsanimatemarkerorienttype2expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-2-expected.txt (0 => 176922)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-2-expected.txt        2014-12-07 16:11:01 UTC (rev 176922)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x519
+  RenderBlock {HTML} at (0,0) size 800x519
+    RenderBody {BODY} at (8,8) size 784x503
+      RenderSVGRoot {svg} at (58,71) size 218x205
+        RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+          RenderSVGResourceMarker {marker} [id=&quot;arrow&quot;] [markerUnits=strokeWidth] [ref at (0,0)] [angle=80.00]
+            RenderSVGPath {path} at (8,8) size 17x17 [opacity=0.50] [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 5 0 L 0 -5 L 0 5 Z&quot;]
+        RenderSVGPath {path} at (58,71) size 218x205 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#000000]}] [start marker=arrow] [data=&quot;M 20 20 L 80 80&quot;]
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvganimationsanimatemarkerorienttype3expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-3-expected.txt (0 => 176922)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-3-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/svg/animations/animate-marker-orienttype-3-expected.txt        2014-12-07 16:11:01 UTC (rev 176922)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x519
+  RenderBlock {HTML} at (0,0) size 800x519
+    RenderBody {BODY} at (8,8) size 784x503
+      RenderSVGRoot {svg} at (62,62) size 214x214
+        RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+          RenderSVGResourceMarker {marker} [id=&quot;arrow&quot;] [markerUnits=strokeWidth] [ref at (0,0)] [angle=auto]
+            RenderSVGPath {path} at (8,8) size 17x17 [opacity=0.50] [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 5 0 L 0 -5 L 0 5 Z&quot;]
+        RenderSVGPath {path} at (62,62) size 214x214 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#000000]}] [start marker=arrow] [data=&quot;M 20 20 L 80 80&quot;]
+      RenderText {#text} at (0,0) size 0x0
</ins></span></pre>
</div>
</div>

</body>
</html>