<!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>[164591] 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/164591">164591</a></dd>
<dt>Author</dt> <dd>krit@webkit.org</dd>
<dt>Date</dt> <dd>2014-02-24 10:32:52 -0800 (Mon, 24 Feb 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Transform more clip-path pixel tests to reference tests
https://bugs.webkit.org/show_bug.cgi?id=129230

Reviewed by Andreas Kling.

Remove unnecessary pixel test results.

* platform/efl/svg/custom/clip-mask-negative-scale-expected.png: Removed.
* platform/gtk/svg/custom/clip-mask-negative-scale-expected.png: Removed.
* platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
* platform/gtk/svg/custom/clip-path-child-changes-expected.png: Removed.
* platform/gtk/svg/custom/clip-path-href-changes-expected.png: Removed.
* platform/gtk/svg/custom/clip-path-id-changes-expected.png: Removed.
* platform/gtk/svg/custom/clip-path-referencing-use-expected.png: Removed.
* platform/gtk/svg/custom/clip-path-referencing-use-expected.txt: Removed.
* platform/gtk/svg/custom/clip-path-referencing-use2-expected.png: Removed.
* platform/gtk/svg/custom/clip-path-referencing-use2-expected.txt: Removed.
* platform/gtk/svg/custom/clip-path-units-changes-expected.png: Removed.
* platform/gtk/svg/custom/clip-path-with-css-transform-1-expected.png: Removed.
* platform/gtk/svg/custom/clip-path-with-css-transform-2-expected.png: Removed.
* platform/gtk/svg/custom/clip-path-with-transform-expected.png: Removed.
* platform/gtk/svg/custom/empty-clip-path-expected.png: Removed.
* platform/gtk/svg/custom/empty-clip-path-expected.txt: Removed.
* platform/gtk/svg/custom/recursive-clippath-expected.png: Removed.
* platform/gtk/svg/custom/recursive-clippath-expected.txt: Removed.
* platform/mac/svg/custom/clip-mask-negative-scale-expected.png: Removed.
* platform/mac/svg/custom/clip-path-child-changes-expected.png: Removed.
* platform/mac/svg/custom/clip-path-display-none-child-expected.png: Removed.
* platform/mac/svg/custom/clip-path-display-none-child-expected.txt: Removed.
* platform/mac/svg/custom/clip-path-href-changes-expected.png: Removed.
* platform/mac/svg/custom/clip-path-id-changes-expected.png: Removed.
* platform/mac/svg/custom/clip-path-referencing-use-expected.png: Removed.
* platform/mac/svg/custom/clip-path-referencing-use-expected.txt: Removed.
* platform/mac/svg/custom/clip-path-referencing-use2-expected.png: Removed.
* platform/mac/svg/custom/clip-path-referencing-use2-expected.txt: Removed.
* platform/mac/svg/custom/clip-path-units-changes-expected.png: Removed.
* platform/mac/svg/custom/clip-path-with-css-transform-1-expected.png: Removed.
* platform/mac/svg/custom/clip-path-with-css-transform-2-expected.png: Removed.
* platform/mac/svg/custom/clip-path-with-transform-expected.png: Removed.
* platform/mac/svg/custom/empty-clip-path-expected.png: Removed.
* platform/mac/svg/custom/empty-clip-path-expected.txt: Removed.
* platform/mac/svg/custom/recursive-clippath-expected.png: Removed.
* platform/mac/svg/custom/recursive-clippath-expected.txt: Removed.</pre>

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

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformeflsvgcustomclipmasknegativescaleexpectedpng">trunk/LayoutTests/platform/efl/svg/custom/clip-mask-negative-scale-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomclipmasknegativescaleexpectedpng">trunk/LayoutTests/platform/gtk/svg/custom/clip-mask-negative-scale-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomclipmasknegativescaleexpectedtxt">trunk/LayoutTests/platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomclippathchildchangesexpectedpng">trunk/LayoutTests/platform/gtk/svg/custom/clip-path-child-changes-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomclippathhrefchangesexpectedpng">trunk/LayoutTests/platform/gtk/svg/custom/clip-path-href-changes-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomclippathidchangesexpectedpng">trunk/LayoutTests/platform/gtk/svg/custom/clip-path-id-changes-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomclippathreferencinguseexpectedpng">trunk/LayoutTests/platform/gtk/svg/custom/clip-path-referencing-use-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomclippathreferencinguseexpectedtxt">trunk/LayoutTests/platform/gtk/svg/custom/clip-path-referencing-use-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomclippathreferencinguse2expectedpng">trunk/LayoutTests/platform/gtk/svg/custom/clip-path-referencing-use2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomclippathreferencinguse2expectedtxt">trunk/LayoutTests/platform/gtk/svg/custom/clip-path-referencing-use2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomclippathunitschangesexpectedpng">trunk/LayoutTests/platform/gtk/svg/custom/clip-path-units-changes-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomclippathwithcsstransform1expectedpng">trunk/LayoutTests/platform/gtk/svg/custom/clip-path-with-css-transform-1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomclippathwithcsstransform2expectedpng">trunk/LayoutTests/platform/gtk/svg/custom/clip-path-with-css-transform-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomclippathwithtransformexpectedpng">trunk/LayoutTests/platform/gtk/svg/custom/clip-path-with-transform-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomemptyclippathexpectedpng">trunk/LayoutTests/platform/gtk/svg/custom/empty-clip-path-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomemptyclippathexpectedtxt">trunk/LayoutTests/platform/gtk/svg/custom/empty-clip-path-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomrecursiveclippathexpectedpng">trunk/LayoutTests/platform/gtk/svg/custom/recursive-clippath-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtksvgcustomrecursiveclippathexpectedtxt">trunk/LayoutTests/platform/gtk/svg/custom/recursive-clippath-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclipmasknegativescaleexpectedpng">trunk/LayoutTests/platform/mac/svg/custom/clip-mask-negative-scale-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclippathchildchangesexpectedpng">trunk/LayoutTests/platform/mac/svg/custom/clip-path-child-changes-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclippathdisplaynonechildexpectedpng">trunk/LayoutTests/platform/mac/svg/custom/clip-path-display-none-child-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclippathdisplaynonechildexpectedtxt">trunk/LayoutTests/platform/mac/svg/custom/clip-path-display-none-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclippathhrefchangesexpectedpng">trunk/LayoutTests/platform/mac/svg/custom/clip-path-href-changes-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclippathidchangesexpectedpng">trunk/LayoutTests/platform/mac/svg/custom/clip-path-id-changes-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclippathreferencinguseexpectedpng">trunk/LayoutTests/platform/mac/svg/custom/clip-path-referencing-use-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclippathreferencinguseexpectedtxt">trunk/LayoutTests/platform/mac/svg/custom/clip-path-referencing-use-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclippathreferencinguse2expectedpng">trunk/LayoutTests/platform/mac/svg/custom/clip-path-referencing-use2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclippathreferencinguse2expectedtxt">trunk/LayoutTests/platform/mac/svg/custom/clip-path-referencing-use2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclippathunitschangesexpectedpng">trunk/LayoutTests/platform/mac/svg/custom/clip-path-units-changes-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclippathwithcsstransform1expectedpng">trunk/LayoutTests/platform/mac/svg/custom/clip-path-with-css-transform-1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclippathwithcsstransform2expectedpng">trunk/LayoutTests/platform/mac/svg/custom/clip-path-with-css-transform-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomclippathwithtransformexpectedpng">trunk/LayoutTests/platform/mac/svg/custom/clip-path-with-transform-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomemptyclippathexpectedpng">trunk/LayoutTests/platform/mac/svg/custom/empty-clip-path-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomemptyclippathexpectedtxt">trunk/LayoutTests/platform/mac/svg/custom/empty-clip-path-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomrecursiveclippathexpectedpng">trunk/LayoutTests/platform/mac/svg/custom/recursive-clippath-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacsvgcustomrecursiveclippathexpectedtxt">trunk/LayoutTests/platform/mac/svg/custom/recursive-clippath-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (164590 => 164591)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-02-24 18:15:47 UTC (rev 164590)
+++ trunk/LayoutTests/ChangeLog        2014-02-24 18:32:52 UTC (rev 164591)
</span><span class="lines">@@ -1,3 +1,49 @@
</span><ins>+2014-02-24  Dirk Schulze  &lt;krit@webkit.org&gt;
+
+        Transform more clip-path pixel tests to reference tests
+        https://bugs.webkit.org/show_bug.cgi?id=129230
+
+        Reviewed by Andreas Kling.
+
+        Remove unnecessary pixel test results.
+
+        * platform/efl/svg/custom/clip-mask-negative-scale-expected.png: Removed.
+        * platform/gtk/svg/custom/clip-mask-negative-scale-expected.png: Removed.
+        * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
+        * platform/gtk/svg/custom/clip-path-child-changes-expected.png: Removed.
+        * platform/gtk/svg/custom/clip-path-href-changes-expected.png: Removed.
+        * platform/gtk/svg/custom/clip-path-id-changes-expected.png: Removed.
+        * platform/gtk/svg/custom/clip-path-referencing-use-expected.png: Removed.
+        * platform/gtk/svg/custom/clip-path-referencing-use-expected.txt: Removed.
+        * platform/gtk/svg/custom/clip-path-referencing-use2-expected.png: Removed.
+        * platform/gtk/svg/custom/clip-path-referencing-use2-expected.txt: Removed.
+        * platform/gtk/svg/custom/clip-path-units-changes-expected.png: Removed.
+        * platform/gtk/svg/custom/clip-path-with-css-transform-1-expected.png: Removed.
+        * platform/gtk/svg/custom/clip-path-with-css-transform-2-expected.png: Removed.
+        * platform/gtk/svg/custom/clip-path-with-transform-expected.png: Removed.
+        * platform/gtk/svg/custom/empty-clip-path-expected.png: Removed.
+        * platform/gtk/svg/custom/empty-clip-path-expected.txt: Removed.
+        * platform/gtk/svg/custom/recursive-clippath-expected.png: Removed.
+        * platform/gtk/svg/custom/recursive-clippath-expected.txt: Removed.
+        * platform/mac/svg/custom/clip-mask-negative-scale-expected.png: Removed.
+        * platform/mac/svg/custom/clip-path-child-changes-expected.png: Removed.
+        * platform/mac/svg/custom/clip-path-display-none-child-expected.png: Removed.
+        * platform/mac/svg/custom/clip-path-display-none-child-expected.txt: Removed.
+        * platform/mac/svg/custom/clip-path-href-changes-expected.png: Removed.
+        * platform/mac/svg/custom/clip-path-id-changes-expected.png: Removed.
+        * platform/mac/svg/custom/clip-path-referencing-use-expected.png: Removed.
+        * platform/mac/svg/custom/clip-path-referencing-use-expected.txt: Removed.
+        * platform/mac/svg/custom/clip-path-referencing-use2-expected.png: Removed.
+        * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt: Removed.
+        * platform/mac/svg/custom/clip-path-units-changes-expected.png: Removed.
+        * platform/mac/svg/custom/clip-path-with-css-transform-1-expected.png: Removed.
+        * platform/mac/svg/custom/clip-path-with-css-transform-2-expected.png: Removed.
+        * platform/mac/svg/custom/clip-path-with-transform-expected.png: Removed.
+        * platform/mac/svg/custom/empty-clip-path-expected.png: Removed.
+        * platform/mac/svg/custom/empty-clip-path-expected.txt: Removed.
+        * platform/mac/svg/custom/recursive-clippath-expected.png: Removed.
+        * platform/mac/svg/custom/recursive-clippath-expected.txt: Removed.
+
</ins><span class="cx"> 2014-02-24  Mihai Tica  &lt;mitica@adobe.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CSS Blending] An element having -webkit-mix-blend-mode should only blend with the contents of the parent stacking context
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflsvgcustomclipmasknegativescaleexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/efl/svg/custom/clip-mask-negative-scale-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomclipmasknegativescaleexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/clip-mask-negative-scale-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomclipmasknegativescaleexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt (164590 => 164591)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt        2014-02-24 18:15:47 UTC (rev 164590)
+++ trunk/LayoutTests/platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt        2014-02-24 18:32:52 UTC (rev 164591)
</span><span class="lines">@@ -1,46 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (0,0) size 667x403
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGPath {path} at (280,280) size 120x120 [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 10 10 L 100 10 L 100 100 L 10 100 Z&quot;]
-      RenderSVGResourceMasker {mask} [id=&quot;mask&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (280,280) size 120x120 [fill={[type=SOLID] [color=#FFFFFF]}] [x=10.00] [y=10.00] [width=90.00] [height=90.00]
-      RenderSVGImage {image} at (280,280) size 267x267
-    RenderSVGContainer {g} at (146,146) size 121x121 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-100.00,-100.00)}]
-      [masker=&quot;mask&quot;] RenderSVGResourceMasker {mask} at (10,10) size 90x90
-      RenderSVGContainer {use} at (146,146) size 268x268
-        RenderSVGImage {image} at (146,146) size 268x268
-    RenderSVGContainer {g} at (0,0) size 120x120 [transform={m=((-1.00,0.00)(0.00,-1.00)) t=(-100.00,-100.00)}]
-      [masker=&quot;mask&quot;] RenderSVGResourceMasker {mask} at (10,10) size 90x90
-      RenderSVGContainer {use} at (0,0) size 121x121
-        RenderSVGImage {image} at (0,0) size 121x121
-    RenderSVGContainer {g} at (0,146) size 120x121 [transform={m=((-1.00,0.00)(0.00,1.00)) t=(-100.00,-100.00)}]
-      [masker=&quot;mask&quot;] RenderSVGResourceMasker {mask} at (10,10) size 90x90
-      RenderSVGContainer {use} at (0,146) size 121x268
-        RenderSVGImage {image} at (0,146) size 121x268
-    RenderSVGContainer {g} at (146,0) size 121x120 [transform={m=((1.00,0.00)(0.00,-1.00)) t=(-100.00,-100.00)}]
-      [masker=&quot;mask&quot;] RenderSVGResourceMasker {mask} at (10,10) size 90x90
-      RenderSVGContainer {use} at (146,0) size 268x121
-        RenderSVGImage {image} at (146,0) size 268x121
-    RenderSVGContainer {g} at (400,0) size 267x267 [transform={m=((1.00,0.00)(0.00,1.00)) t=(300.00,0.00)}]
-      RenderSVGContainer {g} at (546,146) size 121x121 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-100.00,-100.00)}]
-        [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (10,10) size 90x90
-        RenderSVGContainer {use} at (546,146) size 254x268
-          RenderSVGImage {image} at (546,146) size 254x268
-      RenderSVGContainer {g} at (400,0) size 120x120 [transform={m=((-1.00,0.00)(0.00,-1.00)) t=(-100.00,-100.00)}]
-        [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (10,10) size 90x90
-        RenderSVGContainer {use} at (253,0) size 267x121
-          RenderSVGImage {image} at (253,0) size 267x121
-      RenderSVGContainer {g} at (400,146) size 120x121 [transform={m=((-1.00,0.00)(0.00,1.00)) t=(-100.00,-100.00)}]
-        [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (10,10) size 90x90
-        RenderSVGContainer {use} at (253,146) size 267x268
-          RenderSVGImage {image} at (253,146) size 267x268
-      RenderSVGContainer {g} at (546,0) size 121x120 [transform={m=((1.00,0.00)(0.00,-1.00)) t=(-100.00,-100.00)}]
-        [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (10,10) size 90x90
-        RenderSVGContainer {use} at (546,0) size 254x121
-          RenderSVGImage {image} at (546,0) size 254x121
-    RenderSVGText {text} at (-200,91) size 484x12 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 484x12
-        chunk 1 text run 1 at (-200.00,100.00) startOffset 0 endOffset 120 width 483.75: &quot;This test passes when it displays two four-square groups, all green and with arrows pointing away from the group center.&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomclippathchildchangesexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/clip-path-child-changes-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomclippathhrefchangesexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/clip-path-href-changes-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomclippathidchangesexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/clip-path-id-changes-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomclippathreferencinguseexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/clip-path-referencing-use-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomclippathreferencinguseexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/clip-path-referencing-use-expected.txt (164590 => 164591)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/svg/custom/clip-path-referencing-use-expected.txt        2014-02-24 18:15:47 UTC (rev 164590)
+++ trunk/LayoutTests/platform/gtk/svg/custom/clip-path-referencing-use-expected.txt        2014-02-24 18:32:52 UTC (rev 164591)
</span><span class="lines">@@ -1,19 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (0,0) size 602x143
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (0,0) size 100x100
-          RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGContainer {g} at (0,0) size 100x100
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 100x100
-      RenderSVGRect {rect} at (0,0) size 200x200 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=200.00] [height=200.00]
-      RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGText {text} at (10,106) size 489x17 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 489x17
-        chunk 1 text run 1 at (10.00,120.00) startOffset 0 endOffset 76 width 489.00: &quot;The graphic above uses a 100x100 clipPath referencing a rectangle using use.&quot;
-    RenderSVGText {text} at (10,126) size 592x17 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 592x17
-        chunk 1 text run 1 at (10.00,140.00) startOffset 0 endOffset 92 width 592.00: &quot;It should clip the 200x200 red rectangle out and leave a 100x100 green rectangle. Bug 16557.&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomclippathreferencinguse2expectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/clip-path-referencing-use2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomclippathreferencinguse2expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/clip-path-referencing-use2-expected.txt (164590 => 164591)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/svg/custom/clip-path-referencing-use2-expected.txt        2014-02-24 18:15:47 UTC (rev 164590)
+++ trunk/LayoutTests/platform/gtk/svg/custom/clip-path-referencing-use2-expected.txt        2014-02-24 18:32:52 UTC (rev 164591)
</span><span class="lines">@@ -1,22 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (0,0) size 598x144
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGRect {rect} at (0,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
-      RenderSVGContainer {use} at (0,0) size 50x50
-        RenderSVGRect {rect} at (0,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (0,0) size 50x50
-          RenderSVGContainer {g} at (0,0) size 50x50
-            RenderSVGRect {rect} at (0,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
-    RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGContainer {g} at (0,0) size 50x50
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 50x50
-      RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGText {text} at (10,105) size 377x19 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 377x19
-        chunk 1 text run 1 at (10.00,120.00) startOffset 0 endOffset 56 width 377.00: &quot;The graphic above should show a 100x100 green rectangle.&quot;
-    RenderSVGText {text} at (10,125) size 588x19 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 588x19
-        chunk 1 text run 1 at (10.00,140.00) startOffset 0 endOffset 96 width 588.00: &quot;The red rectangle should not show since it uses a clipping path that uses an indirect reference.&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomclippathunitschangesexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/clip-path-units-changes-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomclippathwithcsstransform1expectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/clip-path-with-css-transform-1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomclippathwithcsstransform2expectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/clip-path-with-css-transform-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomclippathwithtransformexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/clip-path-with-transform-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomemptyclippathexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/empty-clip-path-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomemptyclippathexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/empty-clip-path-expected.txt (164590 => 164591)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/svg/custom/empty-clip-path-expected.txt        2014-02-24 18:15:47 UTC (rev 164590)
+++ trunk/LayoutTests/platform/gtk/svg/custom/empty-clip-path-expected.txt        2014-02-24 18:32:52 UTC (rev 164591)
</span><span class="lines">@@ -1,22 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (0,0) size 452x153
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;nothing&quot;] [clipPathUnits=userSpaceOnUse]
-      RenderSVGResourceClipper {clipPath} [id=&quot;emptyrect&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=0.00] [height=0.00]
-    RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGContainer {g} at (0,0) size 0x0
-      [clipPath=&quot;nothing&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 0x0
-      RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGContainer {g} at (0,0) size 0x0
-      [clipPath=&quot;emptyrect&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 0x0
-      RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGContainer {g} at (0,116) size 452x37
-      RenderSVGText {text} at (0,116) size 287x17 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 287x17
-          chunk 1 text run 1 at (0.00,130.00) startOffset 0 endOffset 44 width 287.00: &quot;Above a green rectangle should be displayed.&quot;
-      RenderSVGText {text} at (0,136) size 452x17 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 452x17
-          chunk 1 text run 1 at (0.00,150.00) startOffset 0 endOffset 74 width 452.00: &quot;It tests that an empty clip path clips the referencing graphic. Bug 15289.&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomrecursiveclippathexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/recursive-clippath-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtksvgcustomrecursiveclippathexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/svg/custom/recursive-clippath-expected.txt (164590 => 164591)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/svg/custom/recursive-clippath-expected.txt        2014-02-24 18:15:47 UTC (rev 164590)
+++ trunk/LayoutTests/platform/gtk/svg/custom/recursive-clippath-expected.txt        2014-02-24 18:32:52 UTC (rev 164591)
</span><span class="lines">@@ -1,29 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (29,0) size 292x303
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipPath_0&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (50,0) size 50x50 [x=50.00] [y=0.00] [width=50.00] [height=50.00]
-          [clipPath=&quot;clipPath_0&quot;] RenderSVGResourceClipper {clipPath} at (50,0) size 50x50
-      RenderSVGRect {rect} at (50,150) size 50x50 [x=50.00] [y=150.00] [width=50.00] [height=50.00]
-        [clipPath=&quot;clipPath_1&quot;] RenderSVGResourceClipper {clipPath} at (50,150) size 50x50
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipPath_1&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (50,150) size 50x50
-          RenderSVGRect {rect} at (50,150) size 50x50 [x=50.00] [y=150.00] [width=50.00] [height=50.00]
-            [clipPath=&quot;clipPath_1&quot;] RenderSVGResourceClipper {clipPath} at (50,150) size 50x50
-    RenderSVGRect {rect} at (50,0) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=50.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGRect {rect} at (50,0) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=50.00] [y=0.00] [width=100.00] [height=100.00]
-      [clipPath=&quot;clipPath_0&quot;] RenderSVGResourceClipper {clipPath} at (50,0) size 50x50
-    RenderSVGRect {rect} at (50,150) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=50.00] [y=150.00] [width=100.00] [height=100.00]
-    RenderSVGRect {rect} at (50,150) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=50.00] [y=150.00] [width=100.00] [height=100.00]
-      [clipPath=&quot;clipPath_1&quot;] RenderSVGResourceClipper {clipPath} at (50,150) size 50x50
-    RenderSVGPath {line} at (174,0) size 2x250 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=175.00] [y1=0.00] [x2=175.00] [y2=250.00]
-    RenderSVGText {text} at (29,286) size 292x17 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 292x17
-        chunk 1 (middle anchor) text run 1 at (29.00,300.00) startOffset 0 endOffset 48 width 292.00: &quot;Both sides of the red line should look identical&quot;
-    RenderSVGContainer {g} at (200,0) size 100x250 [transform={m=((1.00,0.00)(0.00,1.00)) t=(150.00,0.00)}]
-      RenderSVGRect {rect} at (200,0) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=50.00] [y=0.00] [width=100.00] [height=100.00]
-      RenderSVGRect {rect} at (200,0) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=50.00] [y=0.00] [width=50.00] [height=50.00]
-      RenderSVGRect {rect} at (200,150) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=50.00] [y=150.00] [width=100.00] [height=100.00]
-      RenderSVGRect {rect} at (200,150) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=50.00] [y=150.00] [width=50.00] [height=50.00]
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclipmasknegativescaleexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-mask-negative-scale-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclippathchildchangesexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-path-child-changes-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclippathdisplaynonechildexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-path-display-none-child-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclippathdisplaynonechildexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-path-display-none-child-expected.txt (164590 => 164591)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/custom/clip-path-display-none-child-expected.txt        2014-02-24 18:15:47 UTC (rev 164590)
+++ trunk/LayoutTests/platform/mac/svg/custom/clip-path-display-none-child-expected.txt        2014-02-24 18:32:52 UTC (rev 164591)
</span><span class="lines">@@ -1,24 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (0,0) size 800x600
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;c&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [data=&quot;M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z&quot;]
-    RenderSVGContainer {g} at (0,0) size 100x100
-      [clipPath=&quot;c&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 100x100
-      RenderSVGRect {rect} at (0,0) size 200x100 [fill={[type=SOLID] [color=#FF0000]}] [data=&quot;M0.00,0.00 L200.00,0.00 L200.00,100.00 L0.00,100.00 Z&quot;]
-      RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z&quot;]
-    RenderSVGContainer {g} at (0,116) size 356x78
-      RenderSVGText {text} at (0,130) size 287x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,-14) size 287x18
-          chunk 1 text run 1 at (0.00,130.00) startOffset 0 endOffset 44 width 287.00: &quot;Above a green rectangle should be displayed.&quot;
-      RenderSVGText {text} at (0,150) size 292x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,-14) size 292x18
-          chunk 1 text run 1 at (0.00,150.00) startOffset 0 endOffset 49 width 292.00: &quot;It tests that a clip path child with display=none&quot;
-      RenderSVGText {text} at (0,170) size 341x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,-14) size 341x18
-          chunk 1 text run 1 at (0.00,170.00) startOffset 0 endOffset 57 width 341.00: &quot;does not contribute to the clip-path and that a clip path&quot;
-      RenderSVGText {text} at (0,190) size 356x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,-14) size 356x18
-          chunk 1 text run 1 at (0.00,190.00) startOffset 0 endOffset 56 width 356.00: &quot;child with visibility=hidden does contribute. Bug 18340.&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclippathhrefchangesexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-path-href-changes-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclippathidchangesexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-path-id-changes-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclippathreferencinguseexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-path-referencing-use-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclippathreferencinguseexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-path-referencing-use-expected.txt (164590 => 164591)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/custom/clip-path-referencing-use-expected.txt        2014-02-24 18:15:47 UTC (rev 164590)
+++ trunk/LayoutTests/platform/mac/svg/custom/clip-path-referencing-use-expected.txt        2014-02-24 18:32:52 UTC (rev 164591)
</span><span class="lines">@@ -1,19 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (0,0) size 602x144
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (0,0) size 100x100
-          RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGContainer {g} at (0,0) size 100x100
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 100x100
-      RenderSVGRect {rect} at (0,0) size 200x200 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=200.00] [height=200.00]
-      RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGText {text} at (10,106) size 489x18 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 489x18
-        chunk 1 text run 1 at (10.00,120.00) startOffset 0 endOffset 76 width 489.00: &quot;The graphic above uses a 100x100 clipPath referencing a rectangle using use.&quot;
-    RenderSVGText {text} at (10,126) size 592x18 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 592x18
-        chunk 1 text run 1 at (10.00,140.00) startOffset 0 endOffset 92 width 592.00: &quot;It should clip the 200x200 red rectangle out and leave a 100x100 green rectangle. Bug 16557.&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclippathreferencinguse2expectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-path-referencing-use2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclippathreferencinguse2expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-path-referencing-use2-expected.txt (164590 => 164591)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/custom/clip-path-referencing-use2-expected.txt        2014-02-24 18:15:47 UTC (rev 164590)
+++ trunk/LayoutTests/platform/mac/svg/custom/clip-path-referencing-use2-expected.txt        2014-02-24 18:32:52 UTC (rev 164591)
</span><span class="lines">@@ -1,23 +0,0 @@
</span><del>-CONSOLE MESSAGE: Error: Not allowed to use indirect reference in &lt;clip-path&gt;
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (0,0) size 598x144
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGRect {rect} at (0,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
-      RenderSVGContainer {use} at (0,0) size 50x50
-        RenderSVGRect {rect} at (0,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (0,0) size 50x50
-          RenderSVGContainer {g} at (0,0) size 50x50
-            RenderSVGRect {rect} at (0,0) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=50.00] [height=50.00]
-    RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGContainer {g} at (0,0) size 50x50
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 50x50
-      RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGText {text} at (10,106) size 377x18 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 377x18
-        chunk 1 text run 1 at (10.00,120.00) startOffset 0 endOffset 56 width 377.00: &quot;The graphic above should show a 100x100 green rectangle.&quot;
-    RenderSVGText {text} at (10,126) size 588x18 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 588x18
-        chunk 1 text run 1 at (10.00,140.00) startOffset 0 endOffset 96 width 588.00: &quot;The red rectangle should not show since it uses a clipping path that uses an indirect reference.&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclippathunitschangesexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-path-units-changes-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclippathwithcsstransform1expectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-path-with-css-transform-1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclippathwithcsstransform2expectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-path-with-css-transform-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomclippathwithtransformexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/clip-path-with-transform-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomemptyclippathexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/empty-clip-path-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomemptyclippathexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/empty-clip-path-expected.txt (164590 => 164591)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/custom/empty-clip-path-expected.txt        2014-02-24 18:15:47 UTC (rev 164590)
+++ trunk/LayoutTests/platform/mac/svg/custom/empty-clip-path-expected.txt        2014-02-24 18:32:52 UTC (rev 164591)
</span><span class="lines">@@ -1,22 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (0,0) size 452x154
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;nothing&quot;] [clipPathUnits=userSpaceOnUse]
-      RenderSVGResourceClipper {clipPath} [id=&quot;emptyrect&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=0.00] [height=0.00]
-    RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGContainer {g} at (0,0) size 0x0
-      [clipPath=&quot;nothing&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 0x0
-      RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGContainer {g} at (0,0) size 0x0
-      [clipPath=&quot;emptyrect&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 0x0
-      RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGContainer {g} at (0,116) size 452x38
-      RenderSVGText {text} at (0,116) size 287x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 287x18
-          chunk 1 text run 1 at (0.00,130.00) startOffset 0 endOffset 44 width 287.00: &quot;Above a green rectangle should be displayed.&quot;
-      RenderSVGText {text} at (0,136) size 452x18 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 452x18
-          chunk 1 text run 1 at (0.00,150.00) startOffset 0 endOffset 74 width 452.00: &quot;It tests that an empty clip path clips the referencing graphic. Bug 15289.&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomrecursiveclippathexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/recursive-clippath-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacsvgcustomrecursiveclippathexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/svg/custom/recursive-clippath-expected.txt (164590 => 164591)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/svg/custom/recursive-clippath-expected.txt        2014-02-24 18:15:47 UTC (rev 164590)
+++ trunk/LayoutTests/platform/mac/svg/custom/recursive-clippath-expected.txt        2014-02-24 18:32:52 UTC (rev 164591)
</span><span class="lines">@@ -1,29 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (29,0) size 292x304
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipPath_0&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (50,0) size 50x50 [x=50.00] [y=0.00] [width=50.00] [height=50.00]
-          [clipPath=&quot;clipPath_0&quot;] RenderSVGResourceClipper {clipPath} at (50,0) size 50x50
-      RenderSVGRect {rect} at (50,150) size 50x50 [x=50.00] [y=150.00] [width=50.00] [height=50.00]
-        [clipPath=&quot;clipPath_1&quot;] RenderSVGResourceClipper {clipPath} at (50,150) size 50x50
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipPath_1&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (50,150) size 50x50
-          RenderSVGRect {rect} at (50,150) size 50x50 [x=50.00] [y=150.00] [width=50.00] [height=50.00]
-            [clipPath=&quot;clipPath_1&quot;] RenderSVGResourceClipper {clipPath} at (50,150) size 50x50
-    RenderSVGRect {rect} at (50,0) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=50.00] [y=0.00] [width=100.00] [height=100.00]
-    RenderSVGRect {rect} at (50,0) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=50.00] [y=0.00] [width=100.00] [height=100.00]
-      [clipPath=&quot;clipPath_0&quot;] RenderSVGResourceClipper {clipPath} at (50,0) size 50x50
-    RenderSVGRect {rect} at (50,150) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=50.00] [y=150.00] [width=100.00] [height=100.00]
-    RenderSVGRect {rect} at (50,150) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=50.00] [y=150.00] [width=100.00] [height=100.00]
-      [clipPath=&quot;clipPath_1&quot;] RenderSVGResourceClipper {clipPath} at (50,150) size 50x50
-    RenderSVGPath {line} at (174,0) size 2x250 [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=SOLID] [color=#000000]}] [x1=175.00] [y1=0.00] [x2=175.00] [y2=250.00]
-    RenderSVGText {text} at (29,286) size 292x18 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 292x18
-        chunk 1 (middle anchor) text run 1 at (29.00,300.00) startOffset 0 endOffset 48 width 292.00: &quot;Both sides of the red line should look identical&quot;
-    RenderSVGContainer {g} at (200,0) size 100x250 [transform={m=((1.00,0.00)(0.00,1.00)) t=(150.00,0.00)}]
-      RenderSVGRect {rect} at (200,0) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=50.00] [y=0.00] [width=100.00] [height=100.00]
-      RenderSVGRect {rect} at (200,0) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=50.00] [y=0.00] [width=50.00] [height=50.00]
-      RenderSVGRect {rect} at (200,150) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=50.00] [y=150.00] [width=100.00] [height=100.00]
-      RenderSVGRect {rect} at (200,150) size 50x50 [fill={[type=SOLID] [color=#008000]}] [x=50.00] [y=150.00] [width=50.00] [height=50.00]
</del></span></pre>
</div>
</div>

</body>
</html>