<!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>[164539] 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/164539">164539</a></dd>
<dt>Author</dt> <dd>krit@webkit.org</dd>
<dt>Date</dt> <dd>2014-02-22 05:58:51 -0800 (Sat, 22 Feb 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Replace svg/clip-path pixel tests by reference tests
https://bugs.webkit.org/show_bug.cgi?id=129177

Patch by Dirk Schulze &lt;krit@webkit.org&gt; on 2014-02-21
Rubber-stamped by Ryosuke Niwa.

This patch removes all pixel tests.

* platform/efl/svg/clip-path/clip-in-mask-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-childs-clipped-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-clipped-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-css-transform-1-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-css-transform-2-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-on-g-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-on-svg-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-pixelation-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-text-and-stroke-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-text-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-transform-2-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-use-as-child-expected.png: Removed.
* platform/efl/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Removed.
* platform/efl/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Removed.
* platform/efl/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
* platform/efl/svg/clip-path/deep-nested-clip-in-mask-expected.png: Removed.
* platform/efl/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Removed.
* platform/efl/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Removed.
* platform/efl/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Removed.
* platform/efl/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-in-mask-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-child-clipped-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-childs-clipped-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-clipped-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-css-transform-1-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-css-transform-2-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-evenodd-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-evenodd-nonzero-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-nonzero-evenodd-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-nonzero-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-on-g-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-on-svg-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-pixelation-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-text-and-shape-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-text-and-stroke-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-text-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-transform-2-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-use-as-child-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Removed.
* platform/gtk/svg/clip-path/clip-path-with-text-clipped-expected.png: Removed.
* platform/gtk/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Removed.
* platform/gtk/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
* platform/gtk/svg/clip-path/deep-nested-clip-in-mask-expected.png: Removed.
* platform/gtk/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Removed.
* platform/gtk/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Removed.
* platform/gtk/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Removed.
* platform/gtk/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Removed.
* platform/mac/svg/clip-path/clip-in-clip-expected.png: Removed.
* platform/mac/svg/clip-path/clip-in-mask-expected.png: Removed.
* platform/mac/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Removed.
* platform/mac/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-child-clipped-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-childs-clipped-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-clipped-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-clipped-no-content-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-css-transform-1-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-css-transform-2-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-evenodd-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-evenodd-nonzero-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-nonzero-evenodd-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-nonzero-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-on-g-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-on-svg-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-pixelation-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
* platform/mac/svg/clip-path/clip-path-recursive-call-by-child-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-recursive-call-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-text-and-shape-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-text-and-shape-expected.txt: Removed.
* platform/mac/svg/clip-path/clip-path-text-and-stroke-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-text-and-stroke-expected.txt: Removed.
* platform/mac/svg/clip-path/clip-path-text-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-text-expected.txt: Removed.
* platform/mac/svg/clip-path/clip-path-transform-1-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-transform-2-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-tspan-and-stroke-expected.txt: Removed.
* platform/mac/svg/clip-path/clip-path-use-as-child-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-use-as-child2-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-use-as-child3-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-use-as-child4-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-use-as-child5-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-with-container-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-with-different-unittypes-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-with-different-unittypes2-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.png: Removed.
* platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.txt: Removed.
* platform/mac/svg/clip-path/clipper-placement-issue-expected.png: Removed.
* platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Removed.
* platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.png: Removed.
* platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Removed.
* platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Removed.
* platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Removed.
* platform/mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Removed.
* platform/mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Removed.
* platform/mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Removed.
* svg/clip-path/clip-in-clip-expected.png: Removed.
* svg/clip-path/clip-in-clip-expected.txt: Removed.
* svg/clip-path/clip-in-clip.svg: Removed.
* svg/clip-path/clip-in-mask-expected.txt: Removed.
* svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Removed.
* svg/clip-path/clip-in-mask-objectBoundingBox.svg: Removed.
* svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Removed.
* svg/clip-path/clip-in-mask-userSpaceOnUse.svg: Removed.
* svg/clip-path/clip-in-mask.svg: Removed.
* svg/clip-path/clip-path-child-clipped-expected.txt: Removed.
* svg/clip-path/clip-path-child-clipped.svg: Removed.
* svg/clip-path/clip-path-childs-clipped-expected.txt: Removed.
* svg/clip-path/clip-path-childs-clipped.svg: Removed.
* svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Removed.
* svg/clip-path/clip-path-clipped-evenodd-twice.svg: Removed.
* svg/clip-path/clip-path-clipped-expected.txt: Removed.
* svg/clip-path/clip-path-clipped-no-content-expected.png: Removed.
* svg/clip-path/clip-path-clipped-no-content-expected.txt: Removed.
* svg/clip-path/clip-path-clipped-no-content.svg: Removed.
* svg/clip-path/clip-path-clipped-nonzero-expected.txt: Removed.
* svg/clip-path/clip-path-clipped-nonzero.svg: Removed.
* svg/clip-path/clip-path-clipped.svg: Removed.
* svg/clip-path/clip-path-css-transform-1-expected.txt: Removed.
* svg/clip-path/clip-path-css-transform-1.svg: Removed.
* svg/clip-path/clip-path-css-transform-2-expected.txt: Removed.
* svg/clip-path/clip-path-css-transform-2.svg: Removed.
* svg/clip-path/clip-path-evenodd-expected.txt: Removed.
* svg/clip-path/clip-path-evenodd-nonzero-expected.txt: Removed.
* svg/clip-path/clip-path-evenodd-nonzero.svg: Removed.
* svg/clip-path/clip-path-evenodd.svg: Removed.
* svg/clip-path/clip-path-nonzero-evenodd-expected.txt: Removed.
* svg/clip-path/clip-path-nonzero-evenodd.svg: Removed.
* svg/clip-path/clip-path-nonzero-expected.txt: Removed.
* svg/clip-path/clip-path-nonzero.svg: Removed.
* svg/clip-path/clip-path-objectBoundingBox-expected.txt: Removed.
* svg/clip-path/clip-path-objectBoundingBox.svg: Removed.
* svg/clip-path/clip-path-on-clipped-use-expected.txt: Removed.
* svg/clip-path/clip-path-on-clipped-use.svg: Removed.
* svg/clip-path/clip-path-on-g-and-child-expected.txt: Removed.
* svg/clip-path/clip-path-on-g-and-child.svg: Removed.
* svg/clip-path/clip-path-on-g-expected.txt: Removed.
* svg/clip-path/clip-path-on-g.svg: Removed.
* svg/clip-path/clip-path-on-svg-and-child-expected.txt: Removed.
* svg/clip-path/clip-path-on-svg-and-child.svg: Removed.
* svg/clip-path/clip-path-on-svg-expected.txt: Removed.
* svg/clip-path/clip-path-on-svg.svg: Removed.
* svg/clip-path/clip-path-pixelation-expected.txt: Removed.
* svg/clip-path/clip-path-pixelation.svg: Removed.
* svg/clip-path/clip-path-recursive-call-by-child-expected.png: Removed.
* svg/clip-path/clip-path-recursive-call-by-child-expected.txt: Removed.
* svg/clip-path/clip-path-recursive-call-by-child.svg: Removed.
* svg/clip-path/clip-path-recursive-call-expected.png: Removed.
* svg/clip-path/clip-path-recursive-call-expected.txt: Removed.
* svg/clip-path/clip-path-recursive-call.svg: Removed.
* svg/clip-path/clip-path-text-and-shape-expected.txt: Removed.
* svg/clip-path/clip-path-text-and-shape.svg: Removed.
* svg/clip-path/clip-path-text-and-stroke-expected.txt: Removed.
* svg/clip-path/clip-path-text-and-stroke.svg: Removed.
* svg/clip-path/clip-path-text-expected.txt: Removed.
* svg/clip-path/clip-path-text.svg: Removed.
* svg/clip-path/clip-path-transform-1-expected.txt: Removed.
* svg/clip-path/clip-path-transform-1.svg: Removed.
* svg/clip-path/clip-path-transform-2-expected.txt: Removed.
* svg/clip-path/clip-path-transform-2.svg: Removed.
* svg/clip-path/clip-path-tspan-and-stroke-expected.txt: Removed.
* svg/clip-path/clip-path-tspan-and-stroke.svg: Removed.
* svg/clip-path/clip-path-use-as-child-expected.txt: Removed.
* svg/clip-path/clip-path-use-as-child.svg: Removed.
* svg/clip-path/clip-path-use-as-child2-expected.png: Removed.
* svg/clip-path/clip-path-use-as-child2-expected.txt: Removed.
* svg/clip-path/clip-path-use-as-child2.svg: Removed.
* svg/clip-path/clip-path-use-as-child3-expected.png: Removed.
* svg/clip-path/clip-path-use-as-child3-expected.txt: Removed.
* svg/clip-path/clip-path-use-as-child3.svg: Removed.
* svg/clip-path/clip-path-use-as-child4-expected.png: Removed.
* svg/clip-path/clip-path-use-as-child4-expected.txt: Removed.
* svg/clip-path/clip-path-use-as-child4.svg: Removed.
* svg/clip-path/clip-path-use-as-child5-expected.png: Removed.
* svg/clip-path/clip-path-use-as-child5-expected.txt: Removed.
* svg/clip-path/clip-path-use-as-child5.svg: Removed.
* svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Removed.
* svg/clip-path/clip-path-userSpaceOnUse.svg: Removed.
* svg/clip-path/clip-path-with-container-expected.png: Removed.
* svg/clip-path/clip-path-with-container-expected.txt: Removed.
* svg/clip-path/clip-path-with-container.svg: Removed.
* svg/clip-path/clip-path-with-different-unittypes-expected.png: Removed.
* svg/clip-path/clip-path-with-different-unittypes-expected.txt: Removed.
* svg/clip-path/clip-path-with-different-unittypes.svg: Removed.
* svg/clip-path/clip-path-with-different-unittypes2-expected.png: Removed.
* svg/clip-path/clip-path-with-different-unittypes2-expected.txt: Removed.
* svg/clip-path/clip-path-with-different-unittypes2.svg: Removed.
* svg/clip-path/clip-path-with-invisibile-child-expected.png: Removed.
* svg/clip-path/clip-path-with-invisibile-child-expected.txt: Removed.
* svg/clip-path/clip-path-with-invisibile-child.svg: Removed.
* svg/clip-path/clip-path-with-text-clipped-expected.txt: Removed.
* svg/clip-path/clip-path-with-text-clipped.svg: Removed.
* svg/clip-path/clipper-placement-issue-expected.png: Removed.
* svg/clip-path/clipper-placement-issue-expected.txt: Removed.
* svg/clip-path/clipper-placement-issue.svg: Removed.
* svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
* svg/clip-path/deep-nested-clip-in-mask-different-unitTypes.svg: Removed.
* svg/clip-path/deep-nested-clip-in-mask-expected.txt: Removed.
* svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Removed.
* svg/clip-path/deep-nested-clip-in-mask-panning.svg: Removed.
* svg/clip-path/deep-nested-clip-in-mask.svg: Removed.
* svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt: Removed.
* svg/clip-path/nested-clip-in-mask-image-based-clipping.svg: Removed.
* svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt: Removed.
* svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping.svg: Removed.
* svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt: Removed.
* svg/clip-path/nested-clip-in-mask-path-based-clipping.svg: Removed.</pre>

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

<h3>Removed Paths</h3>
<ul>
<li>trunk/LayoutTests/platform/efl/svg/clip-path/</li>
<li>trunk/LayoutTests/platform/gtk/svg/clip-path/</li>
<li>trunk/LayoutTests/platform/mac/svg/clip-path/</li>
<li><a href="#trunkLayoutTestssvgclippathclipinclipexpectedpng">trunk/LayoutTests/svg/clip-path/clip-in-clip-expected.png</a></li>
<li><a href="#trunkLayoutTestssvgclippathclipinclipexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-in-clip-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclipinclipsvg">trunk/LayoutTests/svg/clip-path/clip-in-clip.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclipinmaskexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-in-mask-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclipinmaskobjectBoundingBoxexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclipinmaskobjectBoundingBoxsvg">trunk/LayoutTests/svg/clip-path/clip-in-mask-objectBoundingBox.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclipinmaskuserSpaceOnUseexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclipinmaskuserSpaceOnUsesvg">trunk/LayoutTests/svg/clip-path/clip-in-mask-userSpaceOnUse.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclipinmasksvg">trunk/LayoutTests/svg/clip-path/clip-in-mask.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathchildclippedexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-child-clipped-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathchildclippedsvg">trunk/LayoutTests/svg/clip-path/clip-path-child-clipped.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathchildsclippedexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-childs-clipped-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathchildsclippedsvg">trunk/LayoutTests/svg/clip-path/clip-path-childs-clipped.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathclippedevenoddtwiceexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathclippedevenoddtwicesvg">trunk/LayoutTests/svg/clip-path/clip-path-clipped-evenodd-twice.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathclippedexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-clipped-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathclippednocontentexpectedpng">trunk/LayoutTests/svg/clip-path/clip-path-clipped-no-content-expected.png</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathclippednocontentexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-clipped-no-content-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathclippednocontentsvg">trunk/LayoutTests/svg/clip-path/clip-path-clipped-no-content.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathclippednonzeroexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-clipped-nonzero-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathclippednonzerosvg">trunk/LayoutTests/svg/clip-path/clip-path-clipped-nonzero.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathclippedsvg">trunk/LayoutTests/svg/clip-path/clip-path-clipped.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathcsstransform1expectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-css-transform-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathcsstransform1svg">trunk/LayoutTests/svg/clip-path/clip-path-css-transform-1.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathcsstransform2expectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-css-transform-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathcsstransform2svg">trunk/LayoutTests/svg/clip-path/clip-path-css-transform-2.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathevenoddexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-evenodd-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathevenoddnonzeroexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-evenodd-nonzero-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathevenoddnonzerosvg">trunk/LayoutTests/svg/clip-path/clip-path-evenodd-nonzero.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathevenoddsvg">trunk/LayoutTests/svg/clip-path/clip-path-evenodd.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathnonzeroevenoddexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-nonzero-evenodd-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathnonzeroevenoddsvg">trunk/LayoutTests/svg/clip-path/clip-path-nonzero-evenodd.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathnonzeroexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-nonzero-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathnonzerosvg">trunk/LayoutTests/svg/clip-path/clip-path-nonzero.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathobjectBoundingBoxexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-objectBoundingBox-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathobjectBoundingBoxsvg">trunk/LayoutTests/svg/clip-path/clip-path-objectBoundingBox.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathonclippeduseexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-on-clipped-use-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathonclippedusesvg">trunk/LayoutTests/svg/clip-path/clip-path-on-clipped-use.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathongandchildexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-on-g-and-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathongandchildsvg">trunk/LayoutTests/svg/clip-path/clip-path-on-g-and-child.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathongexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-on-g-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathongsvg">trunk/LayoutTests/svg/clip-path/clip-path-on-g.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathonsvgandchildexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-on-svg-and-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathonsvgandchildsvg">trunk/LayoutTests/svg/clip-path/clip-path-on-svg-and-child.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathonsvgexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-on-svg-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathonsvgsvg">trunk/LayoutTests/svg/clip-path/clip-path-on-svg.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathpixelationexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-pixelation-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathpixelationsvg">trunk/LayoutTests/svg/clip-path/clip-path-pixelation.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathrecursivecallbychildexpectedpng">trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-by-child-expected.png</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathrecursivecallbychildexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-by-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathrecursivecallbychildsvg">trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-by-child.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathrecursivecallexpectedpng">trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-expected.png</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathrecursivecallexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathrecursivecallsvg">trunk/LayoutTests/svg/clip-path/clip-path-recursive-call.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathtextandshapeexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-text-and-shape-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathtextandshapesvg">trunk/LayoutTests/svg/clip-path/clip-path-text-and-shape.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathtextandstrokeexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-text-and-stroke-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathtextandstrokesvg">trunk/LayoutTests/svg/clip-path/clip-path-text-and-stroke.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathtextexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-text-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathtextsvg">trunk/LayoutTests/svg/clip-path/clip-path-text.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathtransform1expectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-transform-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathtransform1svg">trunk/LayoutTests/svg/clip-path/clip-path-transform-1.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathtransform2expectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-transform-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathtransform2svg">trunk/LayoutTests/svg/clip-path/clip-path-transform-2.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathtspanandstrokeexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-tspan-and-stroke-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathtspanandstrokesvg">trunk/LayoutTests/svg/clip-path/clip-path-tspan-and-stroke.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschildexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschildsvg">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschild2expectedpng">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child2-expected.png</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschild2expectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child2-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschild2svg">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child2.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschild3expectedpng">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child3-expected.png</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschild3expectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child3-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschild3svg">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child3.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschild4expectedpng">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child4-expected.png</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschild4expectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child4-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschild4svg">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child4.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschild5expectedpng">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child5-expected.png</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschild5expectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child5-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuseaschild5svg">trunk/LayoutTests/svg/clip-path/clip-path-use-as-child5.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuserSpaceOnUseexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-userSpaceOnUse-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathuserSpaceOnUsesvg">trunk/LayoutTests/svg/clip-path/clip-path-userSpaceOnUse.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithcontainerexpectedpng">trunk/LayoutTests/svg/clip-path/clip-path-with-container-expected.png</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithcontainerexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-with-container-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithcontainersvg">trunk/LayoutTests/svg/clip-path/clip-path-with-container.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithdifferentunittypesexpectedpng">trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes-expected.png</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithdifferentunittypesexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithdifferentunittypessvg">trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithdifferentunittypes2expectedpng">trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes2-expected.png</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithdifferentunittypes2expectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes2-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithdifferentunittypes2svg">trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes2.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithinvisibilechildexpectedpng">trunk/LayoutTests/svg/clip-path/clip-path-with-invisibile-child-expected.png</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithinvisibilechildexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-with-invisibile-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithinvisibilechildsvg">trunk/LayoutTests/svg/clip-path/clip-path-with-invisibile-child.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithtextclippedexpectedtxt">trunk/LayoutTests/svg/clip-path/clip-path-with-text-clipped-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclippathwithtextclippedsvg">trunk/LayoutTests/svg/clip-path/clip-path-with-text-clipped.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathclipperplacementissueexpectedpng">trunk/LayoutTests/svg/clip-path/clipper-placement-issue-expected.png</a></li>
<li><a href="#trunkLayoutTestssvgclippathclipperplacementissueexpectedtxt">trunk/LayoutTests/svg/clip-path/clipper-placement-issue-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathclipperplacementissuesvg">trunk/LayoutTests/svg/clip-path/clipper-placement-issue.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathdeepnestedclipinmaskdifferentunitTypesexpectedtxt">trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathdeepnestedclipinmaskdifferentunitTypessvg">trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathdeepnestedclipinmaskexpectedtxt">trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathdeepnestedclipinmaskpanningexpectedtxt">trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathdeepnestedclipinmaskpanningsvg">trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-panning.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathdeepnestedclipinmasksvg">trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathnestedclipinmaskimagebasedclippingexpectedtxt">trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathnestedclipinmaskimagebasedclippingsvg">trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-image-based-clipping.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathnestedclipinmaskpathandimagebasedclippingexpectedtxt">trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathnestedclipinmaskpathandimagebasedclippingsvg">trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping.svg</a></li>
<li><a href="#trunkLayoutTestssvgclippathnestedclipinmaskpathbasedclippingexpectedtxt">trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgclippathnestedclipinmaskpathbasedclippingsvg">trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-based-clipping.svg</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/ChangeLog        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,3 +1,242 @@
</span><ins>+2014-02-21  Dirk Schulze  &lt;krit@webkit.org&gt;
+
+        Replace svg/clip-path pixel tests by reference tests
+        https://bugs.webkit.org/show_bug.cgi?id=129177
+
+        Rubber-stamped by Ryosuke Niwa.
+
+        This patch removes all pixel tests.
+
+        * platform/efl/svg/clip-path/clip-in-mask-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-childs-clipped-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-clipped-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-css-transform-1-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-css-transform-2-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-on-g-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-on-svg-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-pixelation-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-text-and-stroke-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-text-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-transform-2-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-use-as-child-expected.png: Removed.
+        * platform/efl/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Removed.
+        * platform/efl/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Removed.
+        * platform/efl/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
+        * platform/efl/svg/clip-path/deep-nested-clip-in-mask-expected.png: Removed.
+        * platform/efl/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Removed.
+        * platform/efl/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Removed.
+        * platform/efl/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Removed.
+        * platform/efl/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-in-mask-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-child-clipped-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-childs-clipped-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-clipped-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-css-transform-1-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-css-transform-2-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-evenodd-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-evenodd-nonzero-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-nonzero-evenodd-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-nonzero-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-on-g-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-on-svg-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-pixelation-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-text-and-shape-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-text-and-stroke-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-text-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-transform-2-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-use-as-child-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Removed.
+        * platform/gtk/svg/clip-path/clip-path-with-text-clipped-expected.png: Removed.
+        * platform/gtk/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Removed.
+        * platform/gtk/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
+        * platform/gtk/svg/clip-path/deep-nested-clip-in-mask-expected.png: Removed.
+        * platform/gtk/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Removed.
+        * platform/gtk/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Removed.
+        * platform/gtk/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Removed.
+        * platform/gtk/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-in-clip-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-in-mask-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-child-clipped-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-childs-clipped-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-clipped-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-clipped-no-content-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-css-transform-1-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-css-transform-2-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-evenodd-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-evenodd-nonzero-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-nonzero-evenodd-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-nonzero-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-on-g-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-on-svg-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-pixelation-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
+        * platform/mac/svg/clip-path/clip-path-recursive-call-by-child-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-recursive-call-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-text-and-shape-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-text-and-shape-expected.txt: Removed.
+        * platform/mac/svg/clip-path/clip-path-text-and-stroke-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-text-and-stroke-expected.txt: Removed.
+        * platform/mac/svg/clip-path/clip-path-text-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-text-expected.txt: Removed.
+        * platform/mac/svg/clip-path/clip-path-transform-1-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-transform-2-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-tspan-and-stroke-expected.txt: Removed.
+        * platform/mac/svg/clip-path/clip-path-use-as-child-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-use-as-child2-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-use-as-child3-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-use-as-child4-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-use-as-child5-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-with-container-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-with-different-unittypes-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-with-different-unittypes2-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.png: Removed.
+        * platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.txt: Removed.
+        * platform/mac/svg/clip-path/clipper-placement-issue-expected.png: Removed.
+        * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Removed.
+        * platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.png: Removed.
+        * platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Removed.
+        * platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Removed.
+        * platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Removed.
+        * platform/mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Removed.
+        * platform/mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Removed.
+        * platform/mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Removed.
+        * svg/clip-path/clip-in-clip-expected.png: Removed.
+        * svg/clip-path/clip-in-clip-expected.txt: Removed.
+        * svg/clip-path/clip-in-clip.svg: Removed.
+        * svg/clip-path/clip-in-mask-expected.txt: Removed.
+        * svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Removed.
+        * svg/clip-path/clip-in-mask-objectBoundingBox.svg: Removed.
+        * svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Removed.
+        * svg/clip-path/clip-in-mask-userSpaceOnUse.svg: Removed.
+        * svg/clip-path/clip-in-mask.svg: Removed.
+        * svg/clip-path/clip-path-child-clipped-expected.txt: Removed.
+        * svg/clip-path/clip-path-child-clipped.svg: Removed.
+        * svg/clip-path/clip-path-childs-clipped-expected.txt: Removed.
+        * svg/clip-path/clip-path-childs-clipped.svg: Removed.
+        * svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Removed.
+        * svg/clip-path/clip-path-clipped-evenodd-twice.svg: Removed.
+        * svg/clip-path/clip-path-clipped-expected.txt: Removed.
+        * svg/clip-path/clip-path-clipped-no-content-expected.png: Removed.
+        * svg/clip-path/clip-path-clipped-no-content-expected.txt: Removed.
+        * svg/clip-path/clip-path-clipped-no-content.svg: Removed.
+        * svg/clip-path/clip-path-clipped-nonzero-expected.txt: Removed.
+        * svg/clip-path/clip-path-clipped-nonzero.svg: Removed.
+        * svg/clip-path/clip-path-clipped.svg: Removed.
+        * svg/clip-path/clip-path-css-transform-1-expected.txt: Removed.
+        * svg/clip-path/clip-path-css-transform-1.svg: Removed.
+        * svg/clip-path/clip-path-css-transform-2-expected.txt: Removed.
+        * svg/clip-path/clip-path-css-transform-2.svg: Removed.
+        * svg/clip-path/clip-path-evenodd-expected.txt: Removed.
+        * svg/clip-path/clip-path-evenodd-nonzero-expected.txt: Removed.
+        * svg/clip-path/clip-path-evenodd-nonzero.svg: Removed.
+        * svg/clip-path/clip-path-evenodd.svg: Removed.
+        * svg/clip-path/clip-path-nonzero-evenodd-expected.txt: Removed.
+        * svg/clip-path/clip-path-nonzero-evenodd.svg: Removed.
+        * svg/clip-path/clip-path-nonzero-expected.txt: Removed.
+        * svg/clip-path/clip-path-nonzero.svg: Removed.
+        * svg/clip-path/clip-path-objectBoundingBox-expected.txt: Removed.
+        * svg/clip-path/clip-path-objectBoundingBox.svg: Removed.
+        * svg/clip-path/clip-path-on-clipped-use-expected.txt: Removed.
+        * svg/clip-path/clip-path-on-clipped-use.svg: Removed.
+        * svg/clip-path/clip-path-on-g-and-child-expected.txt: Removed.
+        * svg/clip-path/clip-path-on-g-and-child.svg: Removed.
+        * svg/clip-path/clip-path-on-g-expected.txt: Removed.
+        * svg/clip-path/clip-path-on-g.svg: Removed.
+        * svg/clip-path/clip-path-on-svg-and-child-expected.txt: Removed.
+        * svg/clip-path/clip-path-on-svg-and-child.svg: Removed.
+        * svg/clip-path/clip-path-on-svg-expected.txt: Removed.
+        * svg/clip-path/clip-path-on-svg.svg: Removed.
+        * svg/clip-path/clip-path-pixelation-expected.txt: Removed.
+        * svg/clip-path/clip-path-pixelation.svg: Removed.
+        * svg/clip-path/clip-path-recursive-call-by-child-expected.png: Removed.
+        * svg/clip-path/clip-path-recursive-call-by-child-expected.txt: Removed.
+        * svg/clip-path/clip-path-recursive-call-by-child.svg: Removed.
+        * svg/clip-path/clip-path-recursive-call-expected.png: Removed.
+        * svg/clip-path/clip-path-recursive-call-expected.txt: Removed.
+        * svg/clip-path/clip-path-recursive-call.svg: Removed.
+        * svg/clip-path/clip-path-text-and-shape-expected.txt: Removed.
+        * svg/clip-path/clip-path-text-and-shape.svg: Removed.
+        * svg/clip-path/clip-path-text-and-stroke-expected.txt: Removed.
+        * svg/clip-path/clip-path-text-and-stroke.svg: Removed.
+        * svg/clip-path/clip-path-text-expected.txt: Removed.
+        * svg/clip-path/clip-path-text.svg: Removed.
+        * svg/clip-path/clip-path-transform-1-expected.txt: Removed.
+        * svg/clip-path/clip-path-transform-1.svg: Removed.
+        * svg/clip-path/clip-path-transform-2-expected.txt: Removed.
+        * svg/clip-path/clip-path-transform-2.svg: Removed.
+        * svg/clip-path/clip-path-tspan-and-stroke-expected.txt: Removed.
+        * svg/clip-path/clip-path-tspan-and-stroke.svg: Removed.
+        * svg/clip-path/clip-path-use-as-child-expected.txt: Removed.
+        * svg/clip-path/clip-path-use-as-child.svg: Removed.
+        * svg/clip-path/clip-path-use-as-child2-expected.png: Removed.
+        * svg/clip-path/clip-path-use-as-child2-expected.txt: Removed.
+        * svg/clip-path/clip-path-use-as-child2.svg: Removed.
+        * svg/clip-path/clip-path-use-as-child3-expected.png: Removed.
+        * svg/clip-path/clip-path-use-as-child3-expected.txt: Removed.
+        * svg/clip-path/clip-path-use-as-child3.svg: Removed.
+        * svg/clip-path/clip-path-use-as-child4-expected.png: Removed.
+        * svg/clip-path/clip-path-use-as-child4-expected.txt: Removed.
+        * svg/clip-path/clip-path-use-as-child4.svg: Removed.
+        * svg/clip-path/clip-path-use-as-child5-expected.png: Removed.
+        * svg/clip-path/clip-path-use-as-child5-expected.txt: Removed.
+        * svg/clip-path/clip-path-use-as-child5.svg: Removed.
+        * svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Removed.
+        * svg/clip-path/clip-path-userSpaceOnUse.svg: Removed.
+        * svg/clip-path/clip-path-with-container-expected.png: Removed.
+        * svg/clip-path/clip-path-with-container-expected.txt: Removed.
+        * svg/clip-path/clip-path-with-container.svg: Removed.
+        * svg/clip-path/clip-path-with-different-unittypes-expected.png: Removed.
+        * svg/clip-path/clip-path-with-different-unittypes-expected.txt: Removed.
+        * svg/clip-path/clip-path-with-different-unittypes.svg: Removed.
+        * svg/clip-path/clip-path-with-different-unittypes2-expected.png: Removed.
+        * svg/clip-path/clip-path-with-different-unittypes2-expected.txt: Removed.
+        * svg/clip-path/clip-path-with-different-unittypes2.svg: Removed.
+        * svg/clip-path/clip-path-with-invisibile-child-expected.png: Removed.
+        * svg/clip-path/clip-path-with-invisibile-child-expected.txt: Removed.
+        * svg/clip-path/clip-path-with-invisibile-child.svg: Removed.
+        * svg/clip-path/clip-path-with-text-clipped-expected.txt: Removed.
+        * svg/clip-path/clip-path-with-text-clipped.svg: Removed.
+        * svg/clip-path/clipper-placement-issue-expected.png: Removed.
+        * svg/clip-path/clipper-placement-issue-expected.txt: Removed.
+        * svg/clip-path/clipper-placement-issue.svg: Removed.
+        * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
+        * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes.svg: Removed.
+        * svg/clip-path/deep-nested-clip-in-mask-expected.txt: Removed.
+        * svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Removed.
+        * svg/clip-path/deep-nested-clip-in-mask-panning.svg: Removed.
+        * svg/clip-path/deep-nested-clip-in-mask.svg: Removed.
+        * svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt: Removed.
+        * svg/clip-path/nested-clip-in-mask-image-based-clipping.svg: Removed.
+        * svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt: Removed.
+        * svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping.svg: Removed.
+        * svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt: Removed.
+        * svg/clip-path/nested-clip-in-mask-path-based-clipping.svg: Removed.
+
</ins><span class="cx"> 2014-02-22  Frédéric Wang  &lt;fred.wang@free.fr&gt;
</span><span class="cx"> 
</span><span class="cx">         Only skip stretchy operators when determining the stretch height.
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclipinclipexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-in-clip-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclipinclipexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-in-clip-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-in-clip-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-in-clip-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +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 (10,19) size 20x11
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipper&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (10,19) size 20x11 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=19.00] [width=20.00] [height=11.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;nested-clipper&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (10,10) size 20x11 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=10.00] [width=20.00] [height=11.00]
-    RenderSVGContainer {g} at (10,19) size 20x11
-      [clipPath=&quot;clipper&quot;] RenderSVGResourceClipper {clipPath} at (10,19) size 20x11
-      RenderSVGRect {rect} at (8,8) size 24x24 [fill={[type=SOLID] [color=#FF0000]}] [x=8.00] [y=8.00] [width=24.00] [height=24.00]
-      RenderSVGRect {rect} at (10,19) size 20x2 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=19.00] [width=20.00] [height=2.00]
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclipinclipsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-in-clip.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-in-clip.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-in-clip.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,19 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-
-&lt;defs&gt;
-  &lt;clipPath id=&quot;clipper&quot; clip-path=&quot;url(#nested-clipper)&quot;&gt;
-    &lt;rect x=&quot;10&quot; y=&quot;19&quot; width=&quot;20&quot; height=&quot;11&quot; /&gt;
-  &lt;/clipPath&gt;
-  
-  &lt;clipPath id=&quot;nested-clipper&quot;&gt;
-    &lt;rect x=&quot;10&quot; y=&quot;10&quot; width=&quot;20&quot; height=&quot;11&quot; /&gt;
-  &lt;/clipPath&gt;
-  
-&lt;/defs&gt;
-
-&lt;g clip-path=&quot;url(#clipper)&quot;&gt;
-  &lt;rect fill=&quot;red&quot; x=&quot;8&quot; y=&quot;8&quot; width=&quot;24&quot; height=&quot;24&quot; /&gt;
-  &lt;rect fill=&quot;green&quot; x=&quot;10&quot; y=&quot;19&quot; width=&quot;20&quot; height=&quot;2&quot; /&gt;
-&lt;/g&gt;
-
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclipinmaskexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-in-mask-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-in-mask-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-in-mask-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,21 +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 200x200
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=0.50]
-        RenderSVGEllipse {circle} at (0,0) size 1x2 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=1.00] [r=0.50]
-        RenderSVGEllipse {circle} at (0,0) size 2x1 [fill={[type=SOLID] [color=#000000]}] [cx=1.00] [cy=0.00] [r=0.50]
-        RenderSVGEllipse {circle} at (0,0) size 2x2 [fill={[type=SOLID] [color=#000000]}] [cx=1.00] [cy=1.00] [r=0.50]
-      RenderSVGResourceMasker {mask} [id=&quot;mask1&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 2x2
-      RenderSVGResourceMasker {mask} [id=&quot;mask2&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 2x2
-    RenderSVGEllipse {circle} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=50.00] [cy=50.00] [r=50.00]
-      [masker=&quot;mask1&quot;] RenderSVGResourceMasker {mask} at (0,0) size 100x100
-    RenderSVGEllipse {circle} at (100,100) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=150.00] [cy=150.00] [r=50.00]
-      [masker=&quot;mask2&quot;] RenderSVGResourceMasker {mask} at (100,100) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclipinmaskobjectBoundingBoxexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +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 (60,60) size 80x80
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (0,0) size 1x1 [transform={m=((0.01,0.00)(0.00,0.01)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#000000]}] [cx=50.00] [cy=50.00] [r=40.00]
-      RenderSVGResourceMasker {mask} [id=&quot;mask&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0.10,0.10) size 0.80x0.80
-    RenderSVGRect {rect} at (60,60) size 80x80 [fill={[type=SOLID] [color=#008000]}] [x=50.00] [y=50.00] [width=100.00] [height=100.00]
-      [masker=&quot;mask&quot;] RenderSVGResourceMasker {mask} at (60,60) size 80x80
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclipinmaskobjectBoundingBoxsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-in-mask-objectBoundingBox.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-in-mask-objectBoundingBox.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-in-mask-objectBoundingBox.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;userSpaceOnUse&quot;&gt;
-        &lt;circle cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;40&quot; transform=&quot;scale(0.01 0.01)&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;mask id=&quot;mask&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot; clip-path=&quot;url(#clip)&quot;/&gt;
-    &lt;/mask&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;50&quot; y=&quot;50&quot; height=&quot;100&quot; width=&quot;100&quot; style=&quot;fill:green;mask:url(#mask);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclipinmaskuserSpaceOnUseexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +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 (60,60) size 80x80
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (0,0) size 1x1 [transform={m=((0.01,0.00)(0.00,0.01)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#000000]}] [cx=50.00] [cy=50.00] [r=40.00]
-      RenderSVGResourceMasker {mask} [id=&quot;mask&quot;] [maskUnits=userSpaceOnUse] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0.10,0.10) size 0.80x0.80
-    RenderSVGRect {rect} at (60,60) size 80x80 [fill={[type=SOLID] [color=#008000]}] [x=50.00] [y=50.00] [width=100.00] [height=100.00]
-      [masker=&quot;mask&quot;] RenderSVGResourceMasker {mask} at (60,60) size 80x80
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclipinmaskuserSpaceOnUsesvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-in-mask-userSpaceOnUse.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-in-mask-userSpaceOnUse.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-in-mask-userSpaceOnUse.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;userSpaceOnUse&quot;&gt;
-        &lt;circle cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;40&quot; transform=&quot;scale(0.01 0.01)&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;mask id=&quot;mask&quot; x=&quot;50&quot; y=&quot;50&quot; width=&quot;100&quot; height=&quot;100&quot; maskUnits=&quot;userSpaceOnUse&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot; clip-path=&quot;url(#clip)&quot;/&gt;
-    &lt;/mask&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;50&quot; y=&quot;50&quot; height=&quot;100&quot; width=&quot;100&quot; style=&quot;fill:green;mask:url(#mask);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclipinmasksvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-in-mask.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-in-mask.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-in-mask.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,22 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;0.5&quot; /&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;1&quot; r=&quot;0.5&quot; /&gt;
-        &lt;circle cx=&quot;1&quot; cy=&quot;0&quot; r=&quot;0.5&quot; /&gt;
-        &lt;circle cx=&quot;1&quot; cy=&quot;1&quot; r=&quot;0.5&quot; /&gt;
-    &lt;/clipPath&gt;
-
-    &lt;mask id=&quot;mask1&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;black&quot; clip-path=&quot;url(#clip)&quot; /&gt;
-    &lt;/mask&gt;
-
-    &lt;mask id=&quot;mask2&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot; clip-path=&quot;url(#clip)&quot; /&gt;
-    &lt;/mask&gt;
-&lt;/defs&gt;
-
-&lt;circle cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask1)&quot; /&gt;
-&lt;circle cx=&quot;150&quot; cy=&quot;150&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask2)&quot; /&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathchildclippedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-child-clipped-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-child-clipped-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-child-clipped-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,15 +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 (60,60) size 200x170
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipClip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (40,40) size 200x170
-          RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [clip rule=EVEN-ODD] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (88,80) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=138.00] [cy=130.00] [r=50.00]
-        RenderSVGContainer {use} at (60,60) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(20.00,20.00)}]
-          RenderSVGPath {path} at (60,60) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [clip rule=EVEN-ODD] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-    RenderSVGRect {rect} at (60,60) size 200x170 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (60,60) size 200x170
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathchildclippedsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-child-clipped.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-child-clipped.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-child-clipped.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clipClip&quot;&gt;
-        &lt;use xlink:href=&quot;#star&quot; clip-rule=&quot;evenodd&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;circle cx=&quot;138&quot; cy=&quot;130&quot; r=&quot;50&quot; /&gt;
-        &lt;use xlink:href=&quot;#star&quot; clip-rule=&quot;evenodd&quot; transform=&quot;translate(20,20)&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathchildsclippedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-childs-clipped-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-childs-clipped-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-childs-clipped-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,20 +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 (88,80) size 120x120
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipClip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (40,40) size 200x170
-          RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [clip rule=EVEN-ODD] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipClip2&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (88,80) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=138.00] [cy=130.00] [r=50.00]
-          [clipPath=&quot;clipClip&quot;] RenderSVGResourceClipper {clipPath} at (40,40) size 200x170
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (88,80) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=138.00] [cy=130.00] [r=50.00]
-          [clipPath=&quot;clipClip&quot;] RenderSVGResourceClipper {clipPath} at (40,40) size 200x170
-        RenderSVGContainer {use} at (108,100) size 100x100 [transform={m=((1.00,0.00)(0.00,1.00)) t=(20.00,20.00)}]
-          [clipPath=&quot;clipClip2&quot;] RenderSVGResourceClipper {clipPath} at (88,80) size 100x100
-          RenderSVGPath {path} at (60,60) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [clip rule=EVEN-ODD] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-    RenderSVGRect {rect} at (88,80) size 120x120 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (88,80) size 120x120
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathchildsclippedsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-childs-clipped.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-childs-clipped.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-childs-clipped.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,17 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clipClip&quot;&gt;
-        &lt;use xlink:href=&quot;#star&quot; clip-rule=&quot;evenodd&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clipClip2&quot;&gt;
-        &lt;circle cx=&quot;138&quot; cy=&quot;130&quot; r=&quot;50&quot; clip-path=&quot;url(#clipClip)&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;circle cx=&quot;138&quot; cy=&quot;130&quot; r=&quot;50&quot; clip-path=&quot;url(#clipClip)&quot;/&gt;
-        &lt;use xlink:href=&quot;#star&quot; clip-rule=&quot;evenodd&quot; transform=&quot;translate(20,20)&quot; clip-path=&quot;url(#clipClip2)&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathclippedevenoddtwiceexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,15 +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 (88,80) size 100x100
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipClip2&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (40,40) size 200x170
-          RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [clip rule=EVEN-ODD] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipClip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (98,90) size 80x80 [fill={[type=SOLID] [color=#000000]}] [cx=138.00] [cy=130.00] [r=40.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (88,80) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=138.00] [cy=130.00] [r=50.00]
-    RenderSVGRect {rect} at (88,80) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (88,80) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathclippedevenoddtwicesvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-clipped-evenodd-twice.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-clipped-evenodd-twice.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-clipped-evenodd-twice.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,16 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clipClip2&quot;&gt;
-        &lt;use xlink:href=&quot;#star&quot; clip-rule=&quot;evenodd&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clipClip&quot; clip-path=&quot;url(#clipClip2)&quot;&gt;
-        &lt;circle cx=&quot;138&quot; cy=&quot;130&quot; r=&quot;40&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip&quot; clip-path=&quot;url(#clipClip)&quot;&gt;
-        &lt;circle cx=&quot;138&quot; cy=&quot;130&quot; r=&quot;50&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathclippedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-clipped-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-clipped-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-clipped-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +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 (40,40) size 200x170
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipClip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (88,80) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=138.00] [cy=130.00] [r=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (40,40) size 200x170
-          RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [clip rule=EVEN-ODD] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-    RenderSVGRect {rect} at (40,40) size 200x170 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (40,40) size 200x170
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathclippednocontentexpectedpng"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-clipped-no-content-expected.png (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-clipped-no-content-expected.png        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-clipped-no-content-expected.png        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-\x89PNG
-
- -IHDR X')tEXtchecksum853de00567d121bea0b7bece66a5d61c`7\xFF\xFBbKGD\xFF\xFF\xFF\xA0\xBD\xA7\x93
-\xAAIDATx\x9C\xED\xD6\xC1         \xC00u\xFF\x9D\xCF%
-\x82$\xF4\xD9=3 \x80\xCEy\xF0\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X\xB1 d\xAD4\xD1ӅIEND\xAEB`\x82
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathclippednocontentexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-clipped-no-content-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-clipped-no-content-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-clipped-no-content-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +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 (40,40) size 200x170
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipClip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (500,500) size 10x10 [fill={[type=SOLID] [color=#000000]}] [x=500.00] [y=500.00] [width=10.00] [height=10.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (40,40) size 200x170
-          RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-    RenderSVGRect {rect} at (40,40) size 200x170 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (40,40) size 200x170
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathclippednocontentsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-clipped-no-content.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-clipped-no-content.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-clipped-no-content.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clipClip&quot;&gt;
-        &lt;rect x=&quot;500&quot; y=&quot;500&quot; width=&quot;10&quot; height=&quot;10&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip&quot; clip-path=&quot;url(#clipClip)&quot;&gt;
-        &lt;use x=&quot;0&quot; y=&quot;0&quot; xlink:href=&quot;#star&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathclippednonzeroexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-clipped-nonzero-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-clipped-nonzero-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-clipped-nonzero-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +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 (40,40) size 200x170
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipClip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (88,80) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=138.00] [cy=130.00] [r=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (40,40) size 200x170
-          RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-    RenderSVGRect {rect} at (40,40) size 200x170 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (40,40) size 200x170
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathclippednonzerosvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-clipped-nonzero.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-clipped-nonzero.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-clipped-nonzero.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clipClip&quot;&gt;
-        &lt;circle cx=&quot;138&quot; cy=&quot;130&quot; r=&quot;50&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip&quot; clip-path=&quot;url(#clipClip)&quot;&gt;
-        &lt;use x=&quot;0&quot; y=&quot;0&quot; xlink:href=&quot;#star&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathclippedsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-clipped.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-clipped.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-clipped.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clipClip&quot;&gt;
-        &lt;circle cx=&quot;138&quot; cy=&quot;130&quot; r=&quot;50&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip&quot; clip-path=&quot;url(#clipClip)&quot;&gt;
-        &lt;use x=&quot;0&quot; y=&quot;0&quot; xlink:href=&quot;#star&quot; clip-rule=&quot;evenodd&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathcsstransform1expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-css-transform-1-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-css-transform-1-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-css-transform-1-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +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 (20,20) size 200x200
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (0,0) size 20x20 [fill={[type=SOLID] [color=#000000]}] [cx=10.00] [cy=10.00] [r=10.00]
-        RenderSVGEllipse {circle} at (0,0) size 20x20 [fill={[type=SOLID] [color=#000000]}] [cx=10.00] [cy=10.00] [r=10.00]
-    RenderSVGEllipse {circle} at (21,21) size 198x198 [fill={[type=SOLID] [color=#FF0000]}] [cx=120.00] [cy=120.00] [r=99.00]
-    RenderSVGContainer {a} at (20,20) size 200x200
-      RenderSVGRect {rect} at (20,20) size 200x200 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=220.00] [height=220.00]
-        [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (20,20) size 200x200
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathcsstransform1svg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-css-transform-1.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-css-transform-1.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-css-transform-1.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-&lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;userSpaceOnUse&quot; style=&quot;-webkit-transform: scale(10) translate(2px, 2px)&quot;&gt;
-  &lt;circle cx=&quot;10&quot; cy=&quot;10&quot; r=&quot;10&quot;/&gt;
-  &lt;!-- second circle causes masking --&gt;
-  &lt;circle cx=&quot;10&quot; cy=&quot;10&quot; r=&quot;10&quot;/&gt;
-&lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;circle cx=&quot;120&quot; cy=&quot;120&quot; r=&quot;99&quot; fill=&quot;red&quot;/&gt;
-&lt;a xlink:href=&quot;#&quot;&gt;&lt;rect width=&quot;220&quot; height=&quot;220&quot; fill=&quot;green&quot; clip-path=&quot;url(#clip)&quot;/&gt;&lt;/a&gt;
-&lt;/svg&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathcsstransform2expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-css-transform-2-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-css-transform-2-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-css-transform-2-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +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 (20,20) size 200x200
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (0,0) size 20x20 [fill={[type=SOLID] [color=#000000]}] [cx=10.00] [cy=10.00] [r=10.00]
-    RenderSVGEllipse {circle} at (21,21) size 198x198 [fill={[type=SOLID] [color=#FF0000]}] [cx=120.00] [cy=120.00] [r=99.00]
-    RenderSVGContainer {a} at (20,20) size 200x200
-      RenderSVGRect {rect} at (20,20) size 200x200 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=220.00] [height=220.00]
-        [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (20,20) size 200x200
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathcsstransform2svg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-css-transform-2.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-css-transform-2.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-css-transform-2.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,9 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-&lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;userSpaceOnUse&quot; style=&quot;-webkit-transform: scale(10) translate(2px, 2px) &quot;&gt;
-  &lt;circle cx=&quot;10&quot; cy=&quot;10&quot; r=&quot;10&quot;/&gt;
-&lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;circle cx=&quot;120&quot; cy=&quot;120&quot; r=&quot;99&quot; fill=&quot;red&quot;/&gt;
-&lt;a xlink:href=&quot;#&quot;&gt;&lt;rect width=&quot;220&quot; height=&quot;220&quot; fill=&quot;green&quot; clip-path=&quot;url(#clip)&quot;/&gt;&lt;/a&gt;
-&lt;/svg&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathevenoddexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-evenodd-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-evenodd-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-evenodd-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +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 (40,40) size 250x220
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (40,40) size 200x170
-          RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [clip rule=EVEN-ODD] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-        RenderSVGContainer {use} at (90,90) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,50.00)}]
-          RenderSVGPath {path} at (90,90) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [clip rule=EVEN-ODD] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-    RenderSVGRect {rect} at (40,40) size 250x220 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (40,40) size 250x220
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathevenoddnonzeroexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-evenodd-nonzero-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-evenodd-nonzero-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-evenodd-nonzero-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,14 +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 (40,40) size 270x240
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (40,40) size 200x170
-          RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [clip rule=EVEN-ODD] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-        RenderSVGEllipse {circle} at (100,100) size 140x140 [fill={[type=SOLID] [color=#000000]}] [clip rule=EVEN-ODD] [cx=170.00] [cy=170.00] [r=70.00]
-        RenderSVGContainer {use} at (110,110) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(70.00,70.00)}]
-          RenderSVGPath {path} at (110,110) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-    RenderSVGRect {rect} at (40,40) size 270x240 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (40,40) size 270x240
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathevenoddnonzerosvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-evenodd-nonzero.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-evenodd-nonzero.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-evenodd-nonzero.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;use x=&quot;0&quot; y=&quot;0&quot; xlink:href=&quot;#star&quot; clip-rule=&quot;evenodd&quot;/&gt;
-        &lt;circle cx=&quot;170&quot; cy=&quot;170&quot; r=&quot;70&quot; clip-rule=&quot;evenodd&quot;/&gt;
-        &lt;use x=&quot;30&quot; y=&quot;30&quot; xlink:href=&quot;#star&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathevenoddsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-evenodd.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-evenodd.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-evenodd.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;use x=&quot;0&quot; y=&quot;0&quot; xlink:href=&quot;#star&quot; clip-rule=&quot;evenodd&quot;/&gt;
-        &lt;use x=&quot;30&quot; y=&quot;30&quot; xlink:href=&quot;#star&quot; clip-rule=&quot;evenodd&quot; transform=&quot;translate(20,20)&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathnonzeroevenoddexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-nonzero-evenodd-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-nonzero-evenodd-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-nonzero-evenodd-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,14 +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 (40,40) size 270x240
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (40,40) size 200x170
-          RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-        RenderSVGEllipse {circle} at (100,100) size 140x140 [fill={[type=SOLID] [color=#000000]}] [cx=170.00] [cy=170.00] [r=70.00]
-        RenderSVGContainer {use} at (110,110) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(70.00,70.00)}]
-          RenderSVGPath {path} at (110,110) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [clip rule=EVEN-ODD] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-    RenderSVGRect {rect} at (40,40) size 270x240 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (40,40) size 270x240
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathnonzeroevenoddsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-nonzero-evenodd.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-nonzero-evenodd.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-nonzero-evenodd.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;use x=&quot;0&quot; y=&quot;0&quot; xlink:href=&quot;#star&quot;/&gt;
-        &lt;circle cx=&quot;170&quot; cy=&quot;170&quot; r=&quot;70&quot;/&gt;
-        &lt;use x=&quot;30&quot; y=&quot;30&quot; xlink:href=&quot;#star&quot; clip-rule=&quot;evenodd&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathnonzeroexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-nonzero-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-nonzero-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-nonzero-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,14 +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 (40,40) size 270x240
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (40,40) size 200x170
-          RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-        RenderSVGEllipse {circle} at (100,100) size 140x140 [fill={[type=SOLID] [color=#000000]}] [cx=170.00] [cy=170.00] [r=70.00]
-        RenderSVGContainer {use} at (110,110) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(70.00,70.00)}]
-          RenderSVGPath {path} at (110,110) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-    RenderSVGRect {rect} at (40,40) size 270x240 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (40,40) size 270x240
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathnonzerosvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-nonzero.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-nonzero.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-nonzero.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;use xlink:href=&quot;#star&quot; clip-rule=&quot;nonzero&quot;/&gt;
-        &lt;circle cx=&quot;170&quot; cy=&quot;170&quot; r=&quot;70&quot; clip-rule=&quot;nonzero&quot;/&gt;
-        &lt;use x=&quot;30&quot; y=&quot;30&quot; xlink:href=&quot;#star&quot; clip-rule=&quot;nonzero&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathobjectBoundingBoxexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-objectBoundingBox-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-objectBoundingBox-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-objectBoundingBox-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,9 +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 (40,40) size 300x300
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.50] [cy=0.50] [r=0.50]
-    RenderSVGRect {rect} at (40,40) size 300x300 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (40,40) size 300x300
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathobjectBoundingBoxsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-objectBoundingBox.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-objectBoundingBox.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-objectBoundingBox.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,9 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;0.5&quot; cy=&quot;0.5&quot; r=&quot;0.5&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathonclippeduseexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-on-clipped-use-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-on-clipped-use-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-on-clipped-use-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,15 +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 (10,30) size 100x60
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGRect {rect} at (10,10) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
-        [clipPath=&quot;clip-circle&quot;] RenderSVGResourceClipper {clipPath} at (10,10) size 100x100
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-circle&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-rect&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (10,30) size 100x60 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=30.00] [width=100.00] [height=60.00]
-    RenderSVGContainer {use} at (10,30) size 100x60
-      [clipPath=&quot;clip-rect&quot;] RenderSVGResourceClipper {clipPath} at (10,30) size 100x60
-      RenderSVGRect {rect} at (10,10) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
-        [clipPath=&quot;clip-circle&quot;] RenderSVGResourceClipper {clipPath} at (10,10) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathonclippedusesvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-on-clipped-use.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-on-clipped-use.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-on-clipped-use.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;        xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;rect id=&quot;rect&quot; x=&quot;10&quot; y=&quot;10&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;green&quot; clip-path=&quot;url(#clip-circle)&quot;/&gt;
-    &lt;clipPath id=&quot;clip-circle&quot; &gt;
-        &lt;circle cx=&quot;60&quot; cy=&quot;60&quot; r=&quot;50&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip-rect&quot;&gt;
-        &lt;rect x=&quot;10&quot; y=&quot;30&quot; width=&quot;100&quot; height=&quot;60&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;use xlink:href=&quot;#rect&quot; clip-path=&quot;url(#clip-rect)&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathongandchildexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-on-g-and-child-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-on-g-and-child-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-on-g-and-child-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +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 (10,30) size 100x60
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-circle&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-rect&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (10,30) size 100x60 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=30.00] [width=100.00] [height=60.00]
-    RenderSVGContainer {g} at (10,30) size 100x60
-      [clipPath=&quot;clip-circle&quot;] RenderSVGResourceClipper {clipPath} at (10,10) size 100x100
-      RenderSVGRect {rect} at (10,30) size 100x60 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
-        [clipPath=&quot;clip-rect&quot;] RenderSVGResourceClipper {clipPath} at (10,30) size 100x60
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathongandchildsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-on-g-and-child.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-on-g-and-child.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-on-g-and-child.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;        xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip-circle&quot;&gt;
-        &lt;circle id=&quot;circle&quot; cx=&quot;60&quot; cy=&quot;60&quot; r=&quot;50&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip-rect&quot;&gt;
-        &lt;rect x=&quot;10&quot; y=&quot;30&quot; width=&quot;100&quot; height=&quot;60&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;g clip-path=&quot;url(#clip-circle)&quot;&gt;
-&lt;rect id=&quot;rect&quot; x=&quot;10&quot; y=&quot;10&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;green&quot; clip-path=&quot;url(#clip-rect)&quot;/&gt;
-&lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathongexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-on-g-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-on-g-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-on-g-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,10 +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 (10,10) size 100x100
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-circle&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-    RenderSVGContainer {g} at (10,10) size 100x100
-      [clipPath=&quot;clip-circle&quot;] RenderSVGResourceClipper {clipPath} at (10,10) size 100x100
-      RenderSVGRect {rect} at (10,10) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathongsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-on-g.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-on-g.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-on-g.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;        xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip-circle&quot;&gt;
-        &lt;circle cx=&quot;60&quot; cy=&quot;60&quot; r=&quot;50&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;g clip-path=&quot;url(#clip-circle)&quot;&gt;
-&lt;rect id=&quot;rect&quot; x=&quot;10&quot; y=&quot;10&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;green&quot;/&gt;
-&lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathonsvgandchildexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-on-svg-and-child-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-on-svg-and-child-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-on-svg-and-child-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +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 (10,30) size 100x60
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-circle&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-rect&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (10,30) size 100x60 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=30.00] [width=100.00] [height=60.00]
-    RenderSVGRect {rect} at (10,30) size 100x60 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
-      [clipPath=&quot;clip-rect&quot;] RenderSVGResourceClipper {clipPath} at (10,30) size 100x60
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathonsvgandchildsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-on-svg-and-child.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-on-svg-and-child.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-on-svg-and-child.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;        xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; clip-path=&quot;url(#clip-circle)&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip-circle&quot;&gt;
-        &lt;circle id=&quot;circle&quot; cx=&quot;60&quot; cy=&quot;60&quot; r=&quot;50&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip-rect&quot;&gt;
-        &lt;rect x=&quot;10&quot; y=&quot;30&quot; width=&quot;100&quot; height=&quot;60&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;rect id=&quot;rect&quot; x=&quot;10&quot; y=&quot;10&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;green&quot; clip-path=&quot;url(#clip-rect)&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathonsvgexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-on-svg-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-on-svg-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-on-svg-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,8 +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 (10,10) size 100x100
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-circle&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-    RenderSVGRect {rect} at (10,10) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathonsvgsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-on-svg.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-on-svg.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-on-svg.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,8 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;        xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; clip-path=&quot;url(#clip-circle)&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip-circle&quot;&gt;
-        &lt;circle cx=&quot;60&quot; cy=&quot;60&quot; r=&quot;50&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;rect id=&quot;rect&quot; x=&quot;10&quot; y=&quot;10&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;green&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathpixelationexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-pixelation-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-pixelation-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-pixelation-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +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 (25,6) size 250x294
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-circle&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.25] [cy=0.25] [r=0.25]
-        RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.75] [cy=0.75] [r=0.25]
-    RenderSVGText {text} at (54,6) size 192x17 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 191x17
-        chunk 1 (middle anchor) text run 1 at (54.50,20.00) startOffset 0 endOffset 30 width 191.00: &quot;This should not look pixelated&quot;
-    RenderSVGRect {rect} at (25,50) size 250x250 [transform={m=((25.00,0.00)(0.00,25.00)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#008000]}] [x=1.00] [y=2.00] [width=10.00] [height=10.00]
-      [clipPath=&quot;clip-circle&quot;] RenderSVGResourceClipper {clipPath} at (1,2) size 10x10
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathpixelationsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-pixelation.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-pixelation.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-pixelation.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath clipPathUnits=&quot;objectBoundingBox&quot; id=&quot;clip-circle&quot;&gt;
-        &lt;circle cx=&quot;0.25&quot; cy=&quot;0.25&quot; r=&quot;0.25&quot;/&gt;
-        &lt;circle cx=&quot;0.75&quot; cy=&quot;0.75&quot; r=&quot;0.25&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;text x=&quot;150&quot; y=&quot;20&quot; text-anchor=&quot;middle&quot;&gt;This should not look pixelated&lt;/text&gt;
-
-&lt;rect id=&quot;rect&quot; transform=&quot;scale(25 25)&quot; clip-path=&quot;url(#clip-circle)&quot; x=&quot;1&quot; y=&quot;2&quot; width=&quot;10&quot; height=&quot;10&quot; fill=&quot;green&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathrecursivecallbychildexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-by-child-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathrecursivecallbychildexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-by-child-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-by-child-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-by-child-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +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 100x100
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-          [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 100x100
-    RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.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]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathrecursivecallbychildsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-by-child.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-by-child.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-by-child.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,16 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;100&quot; height=&quot;100&quot; clip-path=&quot;url(#clip)&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;!--
-Spec: clip-path: If the IRI reference is not valid (e.g it points to an object that doesn't exist or the object
-                 is not a 'clipPath' element) the 'clip-path' property must be treated as if it hadn't been specified.
-
-     Our view is that an clipPath containing a cycle is not valid, and thus should be ignored.
-     But the object that references the clipPath should still be drawn.
---&gt;
-&lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;100&quot; height=&quot;100&quot; style=&quot;fill:red;&quot;/&gt;
-&lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;100&quot; height=&quot;100&quot; clip-path=&quot;url(#clip)&quot; style=&quot;fill:green;&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathrecursivecallexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathrecursivecallexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-recursive-call-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,9 +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 100x100
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.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]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathrecursivecallsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-recursive-call.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-recursive-call.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-recursive-call.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,8 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip&quot; clip-path=&quot;url(#clip)&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;100&quot; height=&quot;100&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;100&quot; height=&quot;100&quot; clip-path=&quot;url(#clip)&quot; style=&quot;fill:green;&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathtextandshapeexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-text-and-shape-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-text-and-shape-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-text-and-shape-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,14 +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 (40,40) size 200x170
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGText {text} at (40,89) size 191x88 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 191x88
-            chunk 1 text run 1 at (40.00,160.00) startOffset 0 endOffset 4 width 191.00: &quot;CLIP&quot;
-        RenderSVGContainer {use} at (40,40) size 200x170
-          RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [clip rule=EVEN-ODD] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-    RenderSVGRect {rect} at (40,40) size 200x170 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (40,40) size 200x170
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathtextandshapesvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-text-and-shape.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-text-and-shape.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-text-and-shape.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;text x=&quot;40&quot; y=&quot;160&quot; style=&quot;font-size:80px;font-weight:bold;&quot;&gt;CLIP&lt;/text&gt;
-        &lt;use xlink:href=&quot;#star&quot; clip-rule=&quot;evenodd&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathtextandstrokeexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-text-and-stroke-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-text-and-stroke-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-text-and-stroke-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +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 (40,79) size 201x108
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGText {text} at (40,89) size 191x88 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 191x88
-            chunk 1 text run 1 at (40.00,160.00) startOffset 0 endOffset 4 width 191.00: &quot;CLIP&quot;
-    RenderSVGRect {rect} at (40,79) size 201x108 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (30,79) size 211x108
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathtextandstrokesvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-text-and-stroke.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-text-and-stroke.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-text-and-stroke.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,9 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;!-- fill and stroke properties should be ignored --&gt;
-        &lt;text x=&quot;40&quot; y=&quot;160&quot; style=&quot;font-size:80px;font-weight:bold;fill:none;stroke-width:10;stroke:red;&quot;&gt;CLIP&lt;/text&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathtextexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-text-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-text-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-text-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +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 (100,77) size 143x66
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGText {text} at (100,77) size 143x66 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 143x66
-            chunk 1 text run 1 at (100.00,130.00) startOffset 0 endOffset 4 width 143.00: &quot;CLIP&quot;
-    RenderSVGRect {rect} at (100,77) size 143x66 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (100,77) size 143x66
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathtextsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-text.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-text.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-text.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,9 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;text x=&quot;100&quot; y=&quot;130&quot; style=&quot;font-size:60px;font-weight:bold;&quot;&gt;CLIP&lt;/text&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathtransform1expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-transform-1-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-transform-1-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-transform-1-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +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 (20,20) size 200x200
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (0,0) size 20x20 [fill={[type=SOLID] [color=#000000]}] [cx=10.00] [cy=10.00] [r=10.00]
-        RenderSVGEllipse {circle} at (0,0) size 20x20 [fill={[type=SOLID] [color=#000000]}] [cx=10.00] [cy=10.00] [r=10.00]
-    RenderSVGEllipse {circle} at (21,21) size 198x198 [fill={[type=SOLID] [color=#FF0000]}] [cx=120.00] [cy=120.00] [r=99.00]
-    RenderSVGContainer {a} at (20,20) size 200x200
-      RenderSVGRect {rect} at (20,20) size 200x200 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=220.00] [height=220.00]
-        [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (20,20) size 200x200
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathtransform1svg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-transform-1.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-transform-1.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-transform-1.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-&lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;userSpaceOnUse&quot; transform=&quot;scale(10) translate(2, 2)&quot;&gt;
-    &lt;circle cx=&quot;10&quot; cy=&quot;10&quot; r=&quot;10&quot;/&gt;
-    &lt;!-- second rect causes masking --&gt;
-    &lt;circle cx=&quot;10&quot; cy=&quot;10&quot; r=&quot;10&quot;/&gt;
-&lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;circle cx=&quot;120&quot; cy=&quot;120&quot; r=&quot;99&quot; fill=&quot;red&quot;/&gt;
-&lt;a xlink:href=&quot;#&quot;&gt;&lt;rect width=&quot;220&quot; height=&quot;220&quot; fill=&quot;green&quot; clip-path=&quot;url(#clip)&quot;/&gt;&lt;/a&gt;
-&lt;/svg&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathtransform2expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-transform-2-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-transform-2-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-transform-2-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +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 (20,20) size 200x200
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (0,0) size 20x20 [fill={[type=SOLID] [color=#000000]}] [cx=10.00] [cy=10.00] [r=10.00]
-    RenderSVGEllipse {circle} at (21,21) size 198x198 [fill={[type=SOLID] [color=#FF0000]}] [cx=120.00] [cy=120.00] [r=99.00]
-    RenderSVGContainer {a} at (20,20) size 200x200
-      RenderSVGRect {rect} at (20,20) size 200x200 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=220.00] [height=220.00]
-        [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (20,20) size 200x200
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathtransform2svg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-transform-2.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-transform-2.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-transform-2.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,9 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-&lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;userSpaceOnUse&quot; transform=&quot;scale(10) translate(2, 2) &quot;&gt;
-    &lt;circle cx=&quot;10&quot; cy=&quot;10&quot; r=&quot;10&quot;/&gt;
-&lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;circle cx=&quot;120&quot; cy=&quot;120&quot; r=&quot;99&quot; fill=&quot;red&quot;/&gt;
-&lt;a xlink:href=&quot;#&quot;&gt;&lt;rect width=&quot;220&quot; height=&quot;220&quot; fill=&quot;green&quot; clip-path=&quot;url(#clip)&quot;/&gt;&lt;/a&gt;
-&lt;/svg&gt;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathtspanandstrokeexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-tspan-and-stroke-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-tspan-and-stroke-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-tspan-and-stroke-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +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 (40,89) size 191x88
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGText {text} at (40,89) size 191x88 contains 1 chunk(s)
-          RenderSVGTSpan {tspan} at (0,0) size 191x88
-            RenderSVGInlineText {#text} at (0,0) size 191x88
-              chunk 1 text run 1 at (40.00,160.00) startOffset 0 endOffset 4 width 191.00: &quot;CLIP&quot;
-    RenderSVGRect {rect} at (40,89) size 191x88 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (40,89) size 191x88
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathtspanandstrokesvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-tspan-and-stroke.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-tspan-and-stroke.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-tspan-and-stroke.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,9 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;!-- fill and stroke properties should be ignored --&gt;
-        &lt;text x=&quot;40&quot; y=&quot;160&quot; font-size=&quot;80&quot; font-weight=&quot;bold&quot;&gt;&lt;tspan stroke=&quot;red&quot; fill=&quot;none&quot;&gt;CLIP&lt;/tspan&gt;&lt;/text&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschildexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +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 (10,10) size 100x100
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-circle&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (10,10) size 100x100
-          RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-    RenderSVGRect {rect} at (10,10) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
-      [clipPath=&quot;clip-circle&quot;] RenderSVGResourceClipper {clipPath} at (10,10) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschildsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,9 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;        xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;circle id=&quot;circle&quot; cx=&quot;60&quot; cy=&quot;60&quot; r=&quot;50&quot;/&gt;
-    &lt;clipPath id=&quot;clip-circle&quot;&gt;
-        &lt;use xlink:href=&quot;#circle&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;rect id=&quot;rect&quot; x=&quot;10&quot; y=&quot;10&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;green&quot; clip-path=&quot;url(#clip-circle)&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschild2expectedpng"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child2-expected.png (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child2-expected.png        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child2-expected.png        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-\x89PNG
-
- -IHDR X')tEXtchecksumf3753722625e187241f9caac605b6aef\xD9\xC3\xD07bKGD\xFF\xFF\xFF\xA0\xBD\xA7\x93&lt;IDATx\x9C\xED\xDCM\x8C\x9Dw}\x86\xE1wL\x9CxH\x9Db#\x91\xC6v\x8E\xA9\x94\xAAT\xA5b\xC1WĖ\xA2\xAC,H\xADR\x82\x94\x8A5l`R\xAA\xAA͢\xEA0Y!eѮP&gt;*\xB1CJJ5\xC6\xD0X\xE0\x85&lt;%\x93\x9A8N\xA6\x8BZ\xC3W\xC29c\xDD\xE7\x9C\xF7%׵\x9E#=\xFA\xAFn\xFD\xCE̬moot\xF6\xACz\xC0\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X\xB1k\xAE\xFA\x93\xDF\xFA\xEFo\xDD\xFD\xEFw\x87SFnmX\xFB\xF6=\xDF\xFE\xC4m\x9FX\xF5`\xECֶ\xB7\xB7\xAF\xE2c6\xDE\xFFo\xEFߺ\xB4\x95\xB3\xF5k׿\xF7\xB7\xDF;~\xF0\xF8\xAA\x87\xA3v5_n\xDB\xF7\xFEǽo\xB6\xBA\x86a\xEB\xD2\xD6}\xFFyߪWcw5\x81\xF5\xF5'\xBF\xFE\xD8\xD9\xC7\xEA%\xD3\xF0\x9D\xFF\xF9\xCE7\x9F\xFA\xE6\xAAW\xA3\xB6\xEB\xAF7/n\xFF\xE7\xE3\x9B74h\xFC\xED?\xB4q\xDFƁ}V=\xA9]_\xB0\xBE\xF0\xC8\xDE\xCCu5 ó/=\xFB\xC5G\xBF\xB8\xEA\xC0x\xED\xEE\x82u\xE6\xF93\xB7?x\xFB\xE5\xD7./n\xD0$\xECݳw㾍c7[\xF5`\x8Cvw\xC1\xFA\xD2\xE3_RW\xC30\xBC\xF2\xDA+_\xFE\xAF/\xAFz0R\xBB\xB8`\x9Dy\xFẺ9\xF1\xEA\xF6\xAB 4{\xF7\xEC=\xFD\xB9\xD3G]\xF5`tvq\xC1\xFA\xEAw\xBF\xAA\xAEv\xBC\xF2\xDA+_\xF9\xEEWV\xBD\xA3y/XϾ\xF4\xEC-\xFFx\xCB˯\xBE\xBC\xE8A\xB2\xEF\x9A}?\xF9\x87\x9F\xBC\xE3\xFAw\xACz0.\xF3^\xB0N}\xFF\x94\xBA\xFA-\xBF\xBC\xFCK\xFF \xF8]\xF3\xD6מ\xFC\xDA&quot;gLթ\xEF\x9FZ\xF5`t\xE6
-\xAC'\xCF?\xF9\xF4Ϟ^\xF4\x94)z\xE2\xFC?x\xEE\xAB^\x8C\xCB\\x81u\xEA)w\x9A7\xF4\xD0S\xADz0.s\xD6\xC3/z\xC7t=|\xDA\xE3\xBFav`\x9D\xFD\xC5\xD9\xFF\xFC\xC7K\x982Q6νpn\xD5+\x80\x99X\x8F&lt;\xF3\xC8vL\x9A'~\xDD\xEC\xC0z\xF4\xEC\xA3K\xD81i\x9E\xF8u\xB3\xEB\xF1\xB3\x8F/aǤ=v\xF6\xB1UOFdF`=\xF7\xD2s?}\xE1\xA7˙2]gqv\xF3\xE2\xE6\xAAWc1#\xB0~\xB8\xF9\xC3\xE5\xEC\x98:\xEC\x98X\xA77O/g\xC7ԝ\xBE\xE0\xA1\x80+f\x96n\x98\x8Fv\xCC\xAC3ϟYΎ\xA9;\xB3\xE9\xA1\x80+f\xD6\xF9\xAD\xF3\xCB\xD91u
-\xD81#\xB0^|\xF9\xC5\xE5옺/y(\xE0\x8A\x81\xB5uik9;\xA6N\x89;f]\xB0f\xE6\xE3\xA1\x80.X -,`nj\xC0\xDA\xDE\xDE^\xCE\x80?3\xEBmo}\xDBrvL\x9D\x87v\xCC
-\xACku\xC3\&lt;\xB0\xC3\xAB\xE1\xA1\x80.X\x8D\xDEzê'c1#\xB0\xADZΎ\xA9;\xB4\xDFCW\xCC\xAC\xDB\xDE~\xDBrvL\x9D\x87v\xCC\xAC\xF7|\xCFrvL\x9D\x87v\xCC\xAC\xE3\x8F/g\xC7\xD4\xBB\x87\xAE\x98X\xBAa&gt;J\xD81#\xB0^w\xF0\xE6n^Δ\xE9:r\xE0ȁ}V\xBD\x8B\x815 Ý\xB7޹\x84\x93v\xE71O\xFC\xCA\xEC\xC0\xFA\xC8я,aǤ}\xF4\xD8GW=\x91\xB9kmX[”\x89Z\xD6&gt;|\xE4ë^\x8C\xC8\xEC\xC0z\xE7\xFA;\xFD\xAA\xFB\xEFq\xC7Mwܴ\xFF\xA6U\xAFFdv` -\xC3p\xCF\xF7,z\xC7ty\xE0\xB7\xCCX'\xDF{ҷ\x84\xAFk\xCFڞ\x93\xEF=\xB9\xEA\xC0\xB8\xCCX\xB7\xDEx\xEBn\xFE\xC0\xA2\xA7L\xD1\xFF䃷\xFC\xD1-\xAB^\x8C\xCB\\x815 \xC3\xC9?u\xA7y\x9E\xF8]\xF3\xD6\xDDw\xDC}\xFD\xDE\xEB:er\xF6\xEF\xDD\xFF\xC9\xDB?\xB9\xEA\xC0\xE8\xCCX\xAF;x\xEF_ܻ\xD0)\x93\xF3ٿ\xFC\xEC\x8D\xFBn\\xF5
-`tֶ\xB7\xB7\xE7\xFC\xD1\xF3[\xE7\x8F\xFDӱ\x8B\x97/.t\xD0T\w\xCDu\xCF\xDC\xFF̡\xFD\x87V=\x9Dy/X\xC30^?\xFC\xE9?\xFB\xF4\xE2\xA6L\xCBg\xFE\xFC3\xEA
-x]\xBB\xB8` -\xC3\xF0\xA3\xE7t\xE2\xC1\x97_\xBB\xBC\xB8A\x93\xB0w\xCF\xDEӟ;}\xF4\xC0\xD1U\xC6h\xACa\xDE\xFD\xC7\xEF\xBE\xFF\xAF\xEE_Д        \xF9\xFC_^]odw\xACa\xB6.m\x9Dx\xF0Ĺ\xCE-h\xD0\xF89p\xE4\xE9\xBF\xDA\xDFTodw\xACa֯]\xE0\xE3,b\xCAT&lt;\xF0\xF1\xD4\xF0{\xEC:\xB0\x86a\xF8\xD4\xED\x9F\xFAБ\xD5K\xA6\xE1c\xC7&gt;v\xD7mw\xADz0j\xBB\xFE\x8A\xF0\xFF\x9D{\xE1\xDC\xFB\xFE\xF5}\xFE\xF7B&gt;h\xCC\xAF~\xE2\xEF\x9E8\xBC~x\xD5C\x80Q\xBB\x9A \xD60 \xEF\xBA\xE1]߸\xEB{֮\xF2\xE3S\x{116D77}&lt;\xF47\xA9+`\xA6\xAB\xBC`\xF0F\xDED'(\x80\xE5X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81\xFB?g\xDAJ\xE5Y\xBERIEND\xAEB`\x82
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschild2expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child2-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child2-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child2-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +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 (10,10) size 100x100
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-circle&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (10,10) size 100x100
-          RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-rect&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (10,30) size 100x60 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=30.00] [width=100.00] [height=60.00]
-    RenderSVGRect {rect} at (10,10) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
-      [clipPath=&quot;clip-circle&quot;] RenderSVGResourceClipper {clipPath} at (10,10) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschild2svg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child2.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child2.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child2.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;        xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;circle id=&quot;circle&quot; cx=&quot;60&quot; cy=&quot;60&quot; r=&quot;50&quot;/&gt;
-    &lt;clipPath id=&quot;clip-circle&quot; clip-path=&quot;url(#clip-rect)&quot;&gt;
-        &lt;use xlink:href=&quot;#circle&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip-rect&quot;&gt;
-        &lt;rect x=&quot;10&quot; y=&quot;30&quot; width=&quot;100&quot; height=&quot;60&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;rect id=&quot;rect&quot; x=&quot;10&quot; y=&quot;10&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;green&quot; clip-path=&quot;url(#clip-circle)&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschild3expectedpng"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child3-expected.png (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child3-expected.png        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child3-expected.png        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-\x89PNG
-
- -IHDR X')tEXtchecksumf3753722625e187241f9caac605b6aef\xD9\xC3\xD07bKGD\xFF\xFF\xFF\xA0\xBD\xA7\x93&lt;IDATx\x9C\xED\xDCM\x8C\x9Dw}\x86\xE1wL\x9CxH\x9Db#\x91\xC6v\x8E\xA9\x94\xAAT\xA5b\xC1WĖ\xA2\xAC,H\xADR\x82\x94\x8A5l`R\xAA\xAA͢\xEA0Y!eѮP&gt;*\xB1CJJ5\xC6\xD0X\xE0\x85&lt;%\x93\x9A8N\xA6\x8BZ\xC3W\xC29c\xDD\xE7\x9C\xF7%׵\x9E#=\xFA\xAFn\xFD\xCE̬moot\xF6\xACz\xC0\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X\xB1k\xAE\xFA\x93\xDF\xFA\xEFo\xDD\xFD\xEFw\x87SFnmX\xFB\xF6=\xDF\xFE\xC4m\x9FX\xF5`\xECֶ\xB7\xB7\xAF\xE2c6\xDE\xFFo\xEFߺ\xB4\x95\xB3\xF5k׿\xF7\xB7\xDF;~\xF0\xF8\xAA\x87\xA3v5_n\xDB\xF7\xFEǽo\xB6\xBA\x86a\xEB\xD2\xD6}\xFFyߪWcw5\x81\xF5\xF5'\xBF\xFE\xD8\xD9\xC7\xEA%\xD3\xF0\x9D\xFF\xF9\xCE7\x9F\xFA\xE6\xAAW\xA3\xB6\xEB\xAF7/n\xFF\xE7\xE3\x9B74h\xFC\xED?\xB4q\xDFƁ}V=\xA9]_\xB0\xBE\xF0\xC8\xDE\xCCu5 ó/=\xFB\xC5G\xBF\xB8\xEA\xC0x\xED\xEE\x82u\xE6\xF93\xB7?x\xFB\xE5\xD7./n\xD0$\xECݳw㾍c7[\xF5`\x8Cvw\xC1\xFA\xD2\xE3_RW\xC30\xBC\xF2\xDA+_\xFE\xAF/\xAFz0R\xBB\xB8`\x9Dy\xFẺ9\xF1\xEA\xF6\xAB 4{\xF7\xEC=\xFD\xB9\xD3G]\xF5`tvq\xC1\xFA\xEAw\xBF\xAA\xAEv\xBC\xF2\xDA+_\xF9\xEEWV\xBD\xA3y/XϾ\xF4\xEC-\xFFx\xCB˯\xBE\xBC\xE8A\xB2\xEF\x9A}?\xF9\x87\x9F\xBC\xE3\xFAw\xACz0.\xF3^\xB0N}\xFF\x94\xBA\xFA-\xBF\xBC\xFCK\xFF \xF8]\xF3\xD6מ\xFC\xDA&quot;gLթ\xEF\x9FZ\xF5`t\xE6
-\xAC'\xCF?\xF9\xF4Ϟ^\xF4\x94)z\xE2\xFC?x\xEE\xAB^\x8C\xCB\\x81u\xEA)w\x9A7\xF4\xD0S\xADz0.s\xD6\xC3/z\xC7t=|\xDA\xE3\xBFav`\x9D\xFD\xC5\xD9\xFF\xFC\xC7K\x982Q6νpn\xD5+\x80\x99X\x8F&lt;\xF3\xC8vL\x9A'~\xDD\xEC\xC0z\xF4\xEC\xA3K\xD81i\x9E\xF8u\xB3\xEB\xF1\xB3\x8F/aǤ=v\xF6\xB1UOFdF`=\xF7\xD2s?}\xE1\xA7˙2]gqv\xF3\xE2\xE6\xAAWc1#\xB0~\xB8\xF9\xC3\xE5\xEC\x98:\xEC\x98X\xA77O/g\xC7ԝ\xBE\xE0\xA1\x80+f\x96n\x98\x8Fv\xCC\xAC3ϟYΎ\xA9;\xB3\xE9\xA1\x80+f\xD6\xF9\xAD\xF3\xCB\xD91u
-\xD81#\xB0^|\xF9\xC5\xE5옺/y(\xE0\x8A\x81\xB5uik9;\xA6N\x89;f]\xB0f\xE6\xE3\xA1\x80.X -,`nj\xC0\xDA\xDE\xDE^\xCE\x80?3\xEBmo}\xDBrvL\x9D\x87v\xCC
-\xACku\xC3\&lt;\xB0\xC3\xAB\xE1\xA1\x80.X\x8D\xDEzê'c1#\xB0\xADZΎ\xA9;\xB4\xDFCW\xCC\xAC\xDB\xDE~\xDBrvL\x9D\x87v\xCC\xAC\xF7|\xCFrvL\x9D\x87v\xCC\xAC\xE3\x8F/g\xC7\xD4\xBB\x87\xAE\x98X\xBAa&gt;J\xD81#\xB0^w\xF0\xE6n^Δ\xE9:r\xE0ȁ}V\xBD\x8B\x815 Ý\xB7޹\x84\x93v\xE71O\xFC\xCA\xEC\xC0\xFA\xC8я,aǤ}\xF4\xD8GW=\x91\xB9kmX[”\x89Z\xD6&gt;|\xE4ë^\x8C\xC8\xEC\xC0z\xE7\xFA;\xFD\xAA\xFB\xEFq\xC7Mwܴ\xFF\xA6U\xAFFdv` -\xC3p\xCF\xF7,z\xC7ty\xE0\xB7\xCCX'\xDF{ҷ\x84\xAFk\xCFڞ\x93\xEF=\xB9\xEA\xC0\xB8\xCCX\xB7\xDEx\xEBn\xFE\xC0\xA2\xA7L\xD1\xFF䃷\xFC\xD1-\xAB^\x8C\xCB\\x815 \xC3\xC9?u\xA7y\x9E\xF8]\xF3\xD6\xDDw\xDC}\xFD\xDE\xEB:er\xF6\xEF\xDD\xFF\xC9\xDB?\xB9\xEA\xC0\xE8\xCCX\xAF;x\xEF_ܻ\xD0)\x93\xF3ٿ\xFC\xEC\x8D\xFBn\\xF5
-`tֶ\xB7\xB7\xE7\xFC\xD1\xF3[\xE7\x8F\xFDӱ\x8B\x97/.t\xD0T\w\xCDu\xCF\xDC\xFF̡\xFD\x87V=\x9Dy/X\xC30^?\xFC\xE9?\xFB\xF4\xE2\xA6L\xCBg\xFE\xFC3\xEA
-x]\xBB\xB8` -\xC3\xF0\xA3\xE7t\xE2\xC1\x97_\xBB\xBC\xB8A\x93\xB0w\xCF\xDEӟ;}\xF4\xC0\xD1U\xC6h\xACa\xDE\xFD\xC7\xEF\xBE\xFF\xAF\xEE_Д        \xF9\xFC_^]odw\xACa\xB6.m\x9Dx\xF0Ĺ\xCE-h\xD0\xF89p\xE4\xE9\xBF\xDA\xDFTodw\xACa֯]\xE0\xE3,b\xCAT&lt;\xF0\xF1\xD4\xF0{\xEC:\xB0\x86a\xF8\xD4\xED\x9F\xFAБ\xD5K\xA6\xE1c\xC7&gt;v\xD7mw\xADz0j\xBB\xFE\x8A\xF0\xFF\x9D{\xE1\xDC\xFB\xFE\xF5}\xFE\xF7B&gt;h\xCC\xAF~\xE2\xEF\x9E8\xBC~x\xD5C\x80Q\xBB\x9A \xD60 \xEF\xBA\xE1]߸\xEB{֮\xF2\xE3S\x{116D77}&lt;\xF47\xA9+`\xA6\xAB\xBC`\xF0F\xDED'(\x80\xE5X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81\xFB?g\xDAJ\xE5Y\xBERIEND\xAEB`\x82
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschild3expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child3-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child3-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child3-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,15 +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 (10,10) size 100x100
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-      RenderSVGRect {rect} at (10,30) size 100x60 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=30.00] [width=100.00] [height=60.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-circle&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (10,10) size 100x100
-          RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-rect&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (10,30) size 100x60
-          RenderSVGRect {rect} at (10,30) size 100x60 [fill={[type=SOLID] [color=#000000]}] [x=10.00] [y=30.00] [width=100.00] [height=60.00]
-    RenderSVGRect {rect} at (10,10) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
-      [clipPath=&quot;clip-circle&quot;] RenderSVGResourceClipper {clipPath} at (10,10) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschild3svg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child3.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child3.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child3.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;        xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;circle id=&quot;circle&quot; cx=&quot;60&quot; cy=&quot;60&quot; r=&quot;50&quot;/&gt;
-    &lt;rect id=&quot;rect-for-clip&quot; x=&quot;10&quot; y=&quot;30&quot; width=&quot;100&quot; height=&quot;60&quot;/&gt;
-    &lt;clipPath id=&quot;clip-circle&quot; clip-path=&quot;url(#clip-rect)&quot;&gt;
-        &lt;use xlink:href=&quot;#circle&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip-rect&quot;&gt;
-        &lt;use xlink:href=&quot;#rect-for-clip&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;rect id=&quot;rect&quot; x=&quot;10&quot; y=&quot;10&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;green&quot; clip-path=&quot;url(#clip-circle)&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschild4expectedpng"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child4-expected.png (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child4-expected.png        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child4-expected.png        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-\x89PNG
-
- -IHDR X')tEXtchecksumf3753722625e187241f9caac605b6aef\xD9\xC3\xD07bKGD\xFF\xFF\xFF\xA0\xBD\xA7\x93&lt;IDATx\x9C\xED\xDCM\x8C\x9Dw}\x86\xE1wL\x9CxH\x9Db#\x91\xC6v\x8E\xA9\x94\xAAT\xA5b\xC1WĖ\xA2\xAC,H\xADR\x82\x94\x8A5l`R\xAA\xAA͢\xEA0Y!eѮP&gt;*\xB1CJJ5\xC6\xD0X\xE0\x85&lt;%\x93\x9A8N\xA6\x8BZ\xC3W\xC29c\xDD\xE7\x9C\xF7%׵\x9E#=\xFA\xAFn\xFD\xCE̬moot\xF6\xACz\xC0\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X\xB1k\xAE\xFA\x93\xDF\xFA\xEFo\xDD\xFD\xEFw\x87SFnmX\xFB\xF6=\xDF\xFE\xC4m\x9FX\xF5`\xECֶ\xB7\xB7\xAF\xE2c6\xDE\xFFo\xEFߺ\xB4\x95\xB3\xF5k׿\xF7\xB7\xDF;~\xF0\xF8\xAA\x87\xA3v5_n\xDB\xF7\xFEǽo\xB6\xBA\x86a\xEB\xD2\xD6}\xFFyߪWcw5\x81\xF5\xF5'\xBF\xFE\xD8\xD9\xC7\xEA%\xD3\xF0\x9D\xFF\xF9\xCE7\x9F\xFA\xE6\xAAW\xA3\xB6\xEB\xAF7/n\xFF\xE7\xE3\x9B74h\xFC\xED?\xB4q\xDFƁ}V=\xA9]_\xB0\xBE\xF0\xC8\xDE\xCCu5 ó/=\xFB\xC5G\xBF\xB8\xEA\xC0x\xED\xEE\x82u\xE6\xF93\xB7?x\xFB\xE5\xD7./n\xD0$\xECݳw㾍c7[\xF5`\x8Cvw\xC1\xFA\xD2\xE3_RW\xC30\xBC\xF2\xDA+_\xFE\xAF/\xAFz0R\xBB\xB8`\x9Dy\xFẺ9\xF1\xEA\xF6\xAB 4{\xF7\xEC=\xFD\xB9\xD3G]\xF5`tvq\xC1\xFA\xEAw\xBF\xAA\xAEv\xBC\xF2\xDA+_\xF9\xEEWV\xBD\xA3y/XϾ\xF4\xEC-\xFFx\xCB˯\xBE\xBC\xE8A\xB2\xEF\x9A}?\xF9\x87\x9F\xBC\xE3\xFAw\xACz0.\xF3^\xB0N}\xFF\x94\xBA\xFA-\xBF\xBC\xFCK\xFF \xF8]\xF3\xD6מ\xFC\xDA&quot;gLթ\xEF\x9FZ\xF5`t\xE6
-\xAC'\xCF?\xF9\xF4Ϟ^\xF4\x94)z\xE2\xFC?x\xEE\xAB^\x8C\xCB\\x81u\xEA)w\x9A7\xF4\xD0S\xADz0.s\xD6\xC3/z\xC7t=|\xDA\xE3\xBFav`\x9D\xFD\xC5\xD9\xFF\xFC\xC7K\x982Q6νpn\xD5+\x80\x99X\x8F&lt;\xF3\xC8vL\x9A'~\xDD\xEC\xC0z\xF4\xEC\xA3K\xD81i\x9E\xF8u\xB3\xEB\xF1\xB3\x8F/aǤ=v\xF6\xB1UOFdF`=\xF7\xD2s?}\xE1\xA7˙2]gqv\xF3\xE2\xE6\xAAWc1#\xB0~\xB8\xF9\xC3\xE5\xEC\x98:\xEC\x98X\xA77O/g\xC7ԝ\xBE\xE0\xA1\x80+f\x96n\x98\x8Fv\xCC\xAC3ϟYΎ\xA9;\xB3\xE9\xA1\x80+f\xD6\xF9\xAD\xF3\xCB\xD91u
-\xD81#\xB0^|\xF9\xC5\xE5옺/y(\xE0\x8A\x81\xB5uik9;\xA6N\x89;f]\xB0f\xE6\xE3\xA1\x80.X -,`nj\xC0\xDA\xDE\xDE^\xCE\x80?3\xEBmo}\xDBrvL\x9D\x87v\xCC
-\xACku\xC3\&lt;\xB0\xC3\xAB\xE1\xA1\x80.X\x8D\xDEzê'c1#\xB0\xADZΎ\xA9;\xB4\xDFCW\xCC\xAC\xDB\xDE~\xDBrvL\x9D\x87v\xCC\xAC\xF7|\xCFrvL\x9D\x87v\xCC\xAC\xE3\x8F/g\xC7\xD4\xBB\x87\xAE\x98X\xBAa&gt;J\xD81#\xB0^w\xF0\xE6n^Δ\xE9:r\xE0ȁ}V\xBD\x8B\x815 Ý\xB7޹\x84\x93v\xE71O\xFC\xCA\xEC\xC0\xFA\xC8я,aǤ}\xF4\xD8GW=\x91\xB9kmX[”\x89Z\xD6&gt;|\xE4ë^\x8C\xC8\xEC\xC0z\xE7\xFA;\xFD\xAA\xFB\xEFq\xC7Mwܴ\xFF\xA6U\xAFFdv` -\xC3p\xCF\xF7,z\xC7ty\xE0\xB7\xCCX'\xDF{ҷ\x84\xAFk\xCFڞ\x93\xEF=\xB9\xEA\xC0\xB8\xCCX\xB7\xDEx\xEBn\xFE\xC0\xA2\xA7L\xD1\xFF䃷\xFC\xD1-\xAB^\x8C\xCB\\x815 \xC3\xC9?u\xA7y\x9E\xF8]\xF3\xD6\xDDw\xDC}\xFD\xDE\xEB:er\xF6\xEF\xDD\xFF\xC9\xDB?\xB9\xEA\xC0\xE8\xCCX\xAF;x\xEF_ܻ\xD0)\x93\xF3ٿ\xFC\xEC\x8D\xFBn\\xF5
-`tֶ\xB7\xB7\xE7\xFC\xD1\xF3[\xE7\x8F\xFDӱ\x8B\x97/.t\xD0T\w\xCDu\xCF\xDC\xFF̡\xFD\x87V=\x9Dy/X\xC30^?\xFC\xE9?\xFB\xF4\xE2\xA6L\xCBg\xFE\xFC3\xEA
-x]\xBB\xB8` -\xC3\xF0\xA3\xE7t\xE2\xC1\x97_\xBB\xBC\xB8A\x93\xB0w\xCF\xDEӟ;}\xF4\xC0\xD1U\xC6h\xACa\xDE\xFD\xC7\xEF\xBE\xFF\xAF\xEE_Д        \xF9\xFC_^]odw\xACa\xB6.m\x9Dx\xF0Ĺ\xCE-h\xD0\xF89p\xE4\xE9\xBF\xDA\xDFTodw\xACa֯]\xE0\xE3,b\xCAT&lt;\xF0\xF1\xD4\xF0{\xEC:\xB0\x86a\xF8\xD4\xED\x9F\xFAБ\xD5K\xA6\xE1c\xC7&gt;v\xD7mw\xADz0j\xBB\xFE\x8A\xF0\xFF\x9D{\xE1\xDC\xFB\xFE\xF5}\xFE\xF7B&gt;h\xCC\xAF~\xE2\xEF\x9E8\xBC~x\xD5C\x80Q\xBB\x9A \xD60 \xEF\xBA\xE1]߸\xEB{֮\xF2\xE3S\x{116D77}&lt;\xF47\xA9+`\xA6\xAB\xBC`\xF0F\xDED'(\x80\xE5X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81\xFB?g\xDAJ\xE5Y\xBERIEND\xAEB`\x82
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschild4expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child4-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child4-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child4-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,15 +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 (10,10) size 100x100
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-      RenderSVGRect {rect} at (0,30) size 10x60 [fill={[type=SOLID] [color=#000000]}] [x=-90.00] [y=30.00] [width=100.00] [height=60.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-circle&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (10,10) size 100x100
-          RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-rect&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (10,30) size 100x60 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,0.00)}]
-          RenderSVGRect {rect} at (10,30) size 100x60 [fill={[type=SOLID] [color=#000000]}] [x=-90.00] [y=30.00] [width=100.00] [height=60.00]
-    RenderSVGRect {rect} at (10,10) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
-      [clipPath=&quot;clip-circle&quot;] RenderSVGResourceClipper {clipPath} at (10,10) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschild4svg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child4.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child4.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child4.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;        xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;circle id=&quot;circle&quot; cx=&quot;60&quot; cy=&quot;60&quot; r=&quot;50&quot;/&gt;
-    &lt;rect id=&quot;rect-for-clip&quot; x=&quot;-90&quot; y=&quot;30&quot; width=&quot;100&quot; height=&quot;60&quot;/&gt;
-    &lt;clipPath id=&quot;clip-circle&quot; clip-path=&quot;url(#clip-rect)&quot;&gt;
-        &lt;use xlink:href=&quot;#circle&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip-rect&quot;&gt;
-        &lt;use xlink:href=&quot;#rect-for-clip&quot; transform=&quot;translate(100,0)&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;rect id=&quot;rect&quot; x=&quot;10&quot; y=&quot;10&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;green&quot; clip-path=&quot;url(#clip-circle)&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschild5expectedpng"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child5-expected.png (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child5-expected.png        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child5-expected.png        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,7 +0,0 @@
</span><del>-\x89PNG
-
- -IHDR X')tEXtchecksum0b92b08ffbdb9835b8fcc44e51748f37c\x80\x8CbKGD\xFF\xFF\xFF\xA0\xBD\xA7\x93
-\xC1IDATx\x9C\xED\xDC1
-\xC30EA)\xE4\xDE&amp;'_\xDF \xD5\xC31Ӫ\xF9\xE5c \xED\x99Yt&gt;o8\x8D\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\xD8\xF7\xFF\xF3\xFE\xEDgv`.\xE2k\xB9`\xE4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4\xF6̼\xBD\xE0(.X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X\xB1\xB8h -\xAB\xFA &lt;}IEND\xAEB`\x82
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschild5expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child5-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child5-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child5-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,16 +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 (10,10) size 100x100
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-      RenderSVGRect {rect} at (0,30) size 10x60 [fill={[type=SOLID] [color=#000000]}] [x=-90.00] [y=30.00] [width=100.00] [height=60.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-circle&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (10,10) size 100x100
-          RenderSVGEllipse {circle} at (10,10) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=60.00] [cy=60.00] [r=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip-rect&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (10,30) size 100x60 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,0.00)}]
-          RenderSVGRect {rect} at (10,30) size 100x60 [fill={[type=SOLID] [color=#000000]}] [x=-90.00] [y=30.00] [width=100.00] [height=60.00]
-    RenderSVGRect {rect} at (10,10) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
-      [clipPath=&quot;clip-circle&quot;] RenderSVGResourceClipper {clipPath} at (10,10) size 100x100
-    RenderSVGRect {rect} at (10,10) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=100.00] [height=100.00]
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuseaschild5svg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-use-as-child5.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-use-as-child5.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-use-as-child5.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;        xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;circle id=&quot;circle&quot; cx=&quot;60&quot; cy=&quot;60&quot; r=&quot;50&quot;/&gt;
-    &lt;rect id=&quot;rect-for-clip&quot; x=&quot;-90&quot; y=&quot;30&quot; width=&quot;100&quot; height=&quot;60&quot;/&gt;
-    &lt;clipPath id=&quot;clip-circle&quot; clip-path=&quot;url(#clip-rect)&quot;&gt;
-        &lt;use xlink:href=&quot;#circle&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip-rect&quot;&gt;
-        &lt;use xlink:href=&quot;#rect-for-clip&quot; transform=&quot;translate(100,0)&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;rect id=&quot;rect&quot; x=&quot;10&quot; y=&quot;10&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;green&quot; clip-path=&quot;url(#clip-circle)&quot;/&gt;
-&lt;rect id=&quot;rect&quot; x=&quot;10&quot; y=&quot;10&quot; width=&quot;100&quot; height=&quot;100&quot; fill=&quot;green&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuserSpaceOnUseexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-userSpaceOnUse-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-userSpaceOnUse-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-userSpaceOnUse-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,9 +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 (40,40) size 200x170
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGPath {path} at (40,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(40.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-    RenderSVGRect {rect} at (40,40) size 200x170 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (40,40) size 200x170
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathuserSpaceOnUsesvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-userSpaceOnUse.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-userSpaceOnUse.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-userSpaceOnUse.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,8 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;path d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(40,40)&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithcontainerexpectedpng"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-container-expected.png (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-container-expected.png        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-container-expected.png        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-\x89PNG
-
- -IHDR X')tEXtchecksum853de00567d121bea0b7bece66a5d61c`7\xFF\xFBbKGD\xFF\xFF\xFF\xA0\xBD\xA7\x93
-\xAAIDATx\x9C\xED\xD6\xC1         \xC00u\xFF\x9D\xCF%
-\x82$\xF4\xD9=3 \x80\xCEy\xF0\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X\xB1 d\xAD4\xD1ӅIEND\xAEB`\x82
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithcontainerexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-container-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-container-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-container-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +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 0x0
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (70,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(70.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {g} at (70,40) size 200x170
-          RenderSVGContainer {use} at (70,40) size 200x170
-            RenderSVGPath {path} at (70,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(70.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-    RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 0x0
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithcontainersvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-container.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-container.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-container.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(70,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;!-- nothing should be visible, containers are not allowed in clipPath --&gt;
-        &lt;g&gt;
-            &lt;use xlink:href=&quot;#star&quot;/&gt;
-        &lt;/g&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithdifferentunittypesexpectedpng"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes-expected.png (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes-expected.png        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes-expected.png        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,7 +0,0 @@
</span><del>-\x89PNG
-
- -IHDR X')tEXtchecksum620059b886cc09f6de93d631a90dd8464IvbKGD\xFF\xFF\xFF\xA0\xBD\xA7\x93
-\xC0IDATx\x9C\xED\xD8\xC1        \xC3@A\x9Fq\xDEB\x91\xAF\xF0\xCF - \xA2*\x82y6sf\xE6@\xE7\xBD=\xE0i@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4@L`\xC4&gt;\xDB\xF8׹\xCF\xF6\x84\xE6\x9A\xED        \xB0ƃX1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81;3\xB3\xBD\xE0Q&lt;X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X\xB1/B\xAF -\xAB$=\xC3\xCCIEND\xAEB`\x82
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithdifferentunittypesexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +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 (40,40) size 300x300
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipClip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (150,150) size 50x50 [fill={[type=SOLID] [color=#000000]}] [x=150.00] [y=150.00] [width=50.00] [height=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.50] [cy=0.50] [r=0.50]
-    RenderSVGRect {rect} at (40,40) size 300x300 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (40,40) size 300x300
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithdifferentunittypessvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clipClip&quot;&gt;
-        &lt;rect x=&quot;150&quot; y=&quot;150&quot; width=&quot;50&quot; height=&quot;50&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;objectBoundingBox&quot; clip-path=&quot;url(#clipClip)&quot;&gt;
-        &lt;circle cx=&quot;0.5&quot; cy=&quot;0.5&quot; r=&quot;0.5&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithdifferentunittypes2expectedpng"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes2-expected.png (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes2-expected.png        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes2-expected.png        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,7 +0,0 @@
</span><del>-\x89PNG
-
- -IHDR X')tEXtchecksumfc432ae871618156d0d7c70c81febabdW\xA5\xA1bKGD\xFF\xFF\xFF\xA0\xBD\xA7\x93
-\xBFIDATx\x9C\xED\xD8\xC1        @AO\xCC[\x8C| -†ţ*\x82y6sf\xE6@\xE7\xB9=\xE06  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  \xF6\xDAp\xAD\xF39\xDB\xF8ɼg{\xFFʃX1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81X1\x81;3\xB3\xBD\xE0*,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88}__ -\xAB\x85I\x99IEND\xAEB`\x82
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithdifferentunittypes2expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes2-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes2-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes2-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +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 (40,40) size 280x280
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipClip&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.25] [y=0.25] [width=0.50] [height=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (20,20) size 300x300 [fill={[type=SOLID] [color=#000000]}] [cx=170.00] [cy=170.00] [r=150.00]
-    RenderSVGRect {rect} at (40,40) size 280x280 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (20,20) size 300x300
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithdifferentunittypes2svg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes2.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes2.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-different-unittypes2.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clipClip&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;.25&quot; y=&quot;.25&quot; width=&quot;.5&quot; height=&quot;.5&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip&quot; clip-path=&quot;url(#clipClip)&quot;&gt;
-        &lt;circle cx=&quot;170&quot; cy=&quot;170&quot; r=&quot;150&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithinvisibilechildexpectedpng"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-invisibile-child-expected.png (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-invisibile-child-expected.png        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-invisibile-child-expected.png        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-\x89PNG
-
- -IHDR X')tEXtchecksum853de00567d121bea0b7bece66a5d61c`7\xFF\xFBbKGD\xFF\xFF\xFF\xA0\xBD\xA7\x93
-\xAAIDATx\x9C\xED\xD6\xC1         \xC00u\xFF\x9D\xCF%
-\x82$\xF4\xD9=3 \x80\xCEy\xF0\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X1\x833X\xB1 d\xAD4\xD1ӅIEND\xAEB`\x82
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithinvisibilechildexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-invisibile-child-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-invisibile-child-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-invisibile-child-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,11 +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 0x0
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (70,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(70.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (70,40) size 200x170
-          RenderSVGPath {path} at (70,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(70.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-    RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 0x0
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithinvisibilechildsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-invisibile-child.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-invisibile-child.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-invisibile-child.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(70,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clip&quot;&gt;
-        &lt;use xlink:href=&quot;#star&quot; style=&quot;visibility:hidden;&quot;/&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithtextclippedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-text-clipped-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-text-clipped-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-text-clipped-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,15 +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 (80,61) size 239x111
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGPath {path} at (70,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(70.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipClip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (70,40) size 200x170
-          RenderSVGPath {path} at (70,40) size 200x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(70.00,40.00)}] [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 100 0 L 160 170 L 0 60 L 200 60 L 30 170 Z&quot;]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGText {text} at (80,61) size 239x111 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 239x111
-            chunk 1 text run 1 at (80.00,150.00) startOffset 0 endOffset 4 width 239.00: &quot;CLIP&quot;
-    RenderSVGRect {rect} at (80,61) size 239x111 [fill={[type=SOLID] [color=#008000]}] [x=40.00] [y=40.00] [width=300.00] [height=300.00]
-      [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (80,61) size 239x111
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclippathwithtextclippedsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clip-path-with-text-clipped.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clip-path-with-text-clipped.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clip-path-with-text-clipped.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-&lt;defs&gt;
-    &lt;path id=&quot;star&quot; d=&quot;m 100,0 60,170 -160,-110 200,0 -170,110 z&quot; transform=&quot;translate(70,40)&quot;/&gt;
-    &lt;clipPath id=&quot;clipClip&quot;&gt;
-        &lt;use xlink:href=&quot;#star&quot;/&gt;
-    &lt;/clipPath&gt;
-    &lt;clipPath id=&quot;clip&quot; clip-path=&quot;url(#clipClip)&quot;&gt;
-        &lt;text x=&quot;80&quot; y=&quot;150&quot; style=&quot;font-size:100px;font-weight:bold;&quot;&gt;CLIP&lt;/text&gt;
-    &lt;/clipPath&gt;
-&lt;/defs&gt;
-
-&lt;rect x=&quot;40&quot; y=&quot;40&quot; height=&quot;300&quot; width=&quot;300&quot; style=&quot;fill:green;clip-path:url(#clip);&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclipperplacementissueexpectedpng"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clipper-placement-issue-expected.png (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clipper-placement-issue-expected.png        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clipper-placement-issue-expected.png        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-\x89PNG
-
- -IHDR X')tEXtchecksuma66431b9c533a3e920e46f18493627df@\xCBx\xE1bKGD\xFF\xFF\xFF\xA0\xBD\xA7\x93
-\xEAIDATx\x9C\xED\xDDA
-1A#\xFE[|y\xBCy\xD3\xC8ҋD\xAA\xAE \xC3\x9B&amp;c\xCEy\xA0s\xFD\xF5\xFC\x81X1\x81X1\x81X1\x81X\xB1\xDB\xE7\xCF\xE31\x8F\x9E\xF7O;\xE2w\x9C \xF0\x8DE`]\x8E6\xC77\x95\xB3\xE3d\x80%W\x841\x81X1\x81X1\x81X\xB1\xE3\x815\xE3\xA4\xC5Q;Nxq\x82[or\xE7\xBCWev\x9C \xF0\xE2  &amp;\xB0b  &amp;\xB0b  &amp;\xB0b  \xB6ރu\xDE\xEA\xF3',\x8D9\xED\xDE(\xB9&quot;\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88        ,\x80\x98\xC0\x88=Ij(\xC3&quot;\xA9\xC3GIEND\xAEB`\x82
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestssvgclippathclipperplacementissueexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clipper-placement-issue-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clipper-placement-issue-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clipper-placement-issue-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,47 +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 (5,0) size 93x33
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGContainer {g} at (5,0) size 33x33
-        RenderSVGPath {path} at (10,10) size 20x20 [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 10 10 L 30 10 L 30 30 L 10 30 L 10 10 M 11 11 L 11 29 L 29 29 L 29 11 L 11 11&quot;]
-        RenderSVGRect {rect} at (19,19) size 2x2 [fill={[type=SOLID] [color=#000000]}] [x=19.00] [y=19.00] [width=2.00] [height=2.00]
-        RenderSVGRect {rect} at (5,0) size 3x33 [fill={[type=SOLID] [color=#FFFFFF]}] [x=5.51] [y=0.51] [width=2.00] [height=32.30]
-        RenderSVGRect {rect} at (35,0) size 3x33 [fill={[type=SOLID] [color=#FFFFFF]}] [x=35.40] [y=0.51] [width=2.00] [height=32.30]
-      RenderSVGResourceMasker {mask} [id=&quot;mask&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=userSpaceOnUse]
-        RenderSVGContainer {use} at (65,0) size 33x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(60.00,0.00)}]
-          RenderSVGContainer {g} at (65,0) size 33x33
-            RenderSVGPath {path} at (70,10) size 20x20 [fill={[type=SOLID] [color=#FFFFFF]}] [data=&quot;M 10 10 L 30 10 L 30 30 L 10 30 L 10 10 M 11 11 L 11 29 L 29 29 L 29 11 L 11 11&quot;]
-            RenderSVGRect {rect} at (79,19) size 2x2 [fill={[type=SOLID] [color=#FFFFFF]}] [x=19.00] [y=19.00] [width=2.00] [height=2.00]
-            RenderSVGRect {rect} at (65,0) size 3x33 [fill={[type=SOLID] [color=#FFFFFF]}] [x=5.51] [y=0.51] [width=2.00] [height=32.30]
-            RenderSVGRect {rect} at (95,0) size 3x33 [fill={[type=SOLID] [color=#FFFFFF]}] [x=35.40] [y=0.51] [width=2.00] [height=32.30]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clipper&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGPath {path} at (40,10) size 20x20 [fill={[type=SOLID] [color=#000000]}] [data=&quot;M 40 10 L 60 10 L 60 30 L 40 30 L 40 10 M 41 11 L 41 29 L 59 29 L 59 11 L 41 11&quot;]
-        RenderSVGRect {rect} at (49,19) size 2x2 [fill={[type=SOLID] [color=#000000]}] [x=49.00] [y=19.00] [width=2.00] [height=2.00]
-        RenderSVGRect {rect} at (35,0) size 3x33 [fill={[type=SOLID] [color=#000000]}] [x=35.51] [y=0.51] [width=2.00] [height=32.30]
-        RenderSVGRect {rect} at (65,0) size 3x33 [fill={[type=SOLID] [color=#000000]}] [x=65.40] [y=0.51] [width=2.00] [height=32.30]
-    RenderSVGContainer {g} at (5,0) size 33x33
-      RenderSVGContainer {use} at (5,0) size 33x33
-        RenderSVGContainer {g} at (5,0) size 33x33
-          RenderSVGPath {path} at (10,10) size 20x20 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 10 10 L 30 10 L 30 30 L 10 30 L 10 10 M 11 11 L 11 29 L 29 29 L 29 11 L 11 11&quot;]
-          RenderSVGRect {rect} at (19,19) size 2x2 [fill={[type=SOLID] [color=#008000]}] [x=19.00] [y=19.00] [width=2.00] [height=2.00]
-          RenderSVGRect {rect} at (5,0) size 3x33 [fill={[type=SOLID] [color=#FFFFFF]}] [x=5.51] [y=0.51] [width=2.00] [height=32.30]
-          RenderSVGRect {rect} at (35,0) size 3x33 [fill={[type=SOLID] [color=#FFFFFF]}] [x=35.40] [y=0.51] [width=2.00] [height=32.30]
-    RenderSVGContainer {g} at (35,0) size 33x33
-      [clipPath=&quot;clipper&quot;] RenderSVGResourceClipper {clipPath} at (35.51,0.51) size 31.89x32.30
-      RenderSVGRect {rect} at (38,8) size 24x24 [fill={[type=SOLID] [color=#FF0000]}] [x=38.00] [y=8.00] [width=24.00] [height=24.00]
-      RenderSVGContainer {use} at (35,0) size 33x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(30.00,0.00)}]
-        RenderSVGContainer {g} at (35,0) size 33x33
-          RenderSVGPath {path} at (40,10) size 20x20 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 10 10 L 30 10 L 30 30 L 10 30 L 10 10 M 11 11 L 11 29 L 29 29 L 29 11 L 11 11&quot;]
-          RenderSVGRect {rect} at (49,19) size 2x2 [fill={[type=SOLID] [color=#008000]}] [x=19.00] [y=19.00] [width=2.00] [height=2.00]
-          RenderSVGRect {rect} at (35,0) size 3x33 [fill={[type=SOLID] [color=#FFFFFF]}] [x=5.51] [y=0.51] [width=2.00] [height=32.30]
-          RenderSVGRect {rect} at (65,0) size 3x33 [fill={[type=SOLID] [color=#FFFFFF]}] [x=35.40] [y=0.51] [width=2.00] [height=32.30]
-    RenderSVGContainer {g} at (65,0) size 33x33
-      [masker=&quot;mask&quot;] RenderSVGResourceMasker {mask} at (65.51,0.51) size 31.89x32.30
-      RenderSVGRect {rect} at (68,8) size 24x24 [fill={[type=SOLID] [color=#FF0000]}] [x=68.00] [y=8.00] [width=24.00] [height=24.00]
-      RenderSVGContainer {use} at (65,0) size 33x33 [transform={m=((1.00,0.00)(0.00,1.00)) t=(60.00,0.00)}]
-        RenderSVGContainer {g} at (65,0) size 33x33
-          RenderSVGPath {path} at (70,10) size 20x20 [fill={[type=SOLID] [color=#008000]}] [data=&quot;M 10 10 L 30 10 L 30 30 L 10 30 L 10 10 M 11 11 L 11 29 L 29 29 L 29 11 L 11 11&quot;]
-          RenderSVGRect {rect} at (79,19) size 2x2 [fill={[type=SOLID] [color=#008000]}] [x=19.00] [y=19.00] [width=2.00] [height=2.00]
-          RenderSVGRect {rect} at (65,0) size 3x33 [fill={[type=SOLID] [color=#FFFFFF]}] [x=5.51] [y=0.51] [width=2.00] [height=32.30]
-          RenderSVGRect {rect} at (95,0) size 3x33 [fill={[type=SOLID] [color=#FFFFFF]}] [x=35.40] [y=0.51] [width=2.00] [height=32.30]
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathclipperplacementissuesvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/clipper-placement-issue.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/clipper-placement-issue.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/clipper-placement-issue.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,45 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
-
-&lt;!-- This tests some filter placement oddities caused by rounding
-(https://bugs.webkit.org/show_bug.cgi?id=73643).
-When opened, the test should not show any red outlines around the boxes. --&gt;
-
-&lt;defs&gt;
-  &lt;g id=&quot;paths&quot;&gt;
-    &lt;path d=&quot;M10 10 h20 v20 h-20 v-20 m1 1 v18 h18 v-18 h-18&quot;/&gt;
-    &lt;rect x=&quot;19&quot; y=&quot;19&quot; width=&quot;2&quot; height=&quot;2&quot; /&gt;
-
-    &lt;rect x=&quot;5.51&quot; y=&quot;0.51&quot; width=&quot;2&quot; height=&quot;32.3&quot; fill=&quot;white&quot;/&gt;
-    &lt;rect x=&quot;35.4&quot; y=&quot;0.51&quot; width=&quot;2&quot; height=&quot;32.3&quot; fill=&quot;white&quot;/&gt;
-  &lt;/g&gt;
-
-  &lt;mask id=&quot;mask&quot;&gt;
-    &lt;use xlink:href=&quot;#paths&quot; fill=&quot;white&quot; x=&quot;60&quot; /&gt;
-  &lt;/mask&gt;
-
-  &lt;clipPath id=&quot;clipper&quot;&gt;
-    &lt;!-- clipPath doesn't like use, so we copy the paths here. --&gt;
-    &lt;path d=&quot;M40 10 h20 v20 h-20 v-20 m1 1 v18 h18 v-18 h-18&quot;/&gt;
-    &lt;rect x=&quot;49&quot; y=&quot;19&quot; width=&quot;2&quot; height=&quot;2&quot; /&gt;
-
-    &lt;rect x=&quot;35.51&quot; y=&quot;0.51&quot; width=&quot;2&quot; height=&quot;32.3&quot; /&gt;
-    &lt;rect x=&quot;65.4&quot; y=&quot;0.51&quot; width=&quot;2&quot; height=&quot;32.3&quot; /&gt;
-  &lt;/clipPath&gt;
-
-&lt;/defs&gt;
-
-&lt;g&gt;
-    &lt;use xlink:href=&quot;#paths&quot; fill=&quot;green&quot; /&gt;
-&lt;/g&gt;
-
-&lt;g clip-path=&quot;url(#clipper)&quot;&gt;
-    &lt;rect fill=&quot;red&quot; x=&quot;38&quot; y=&quot;8&quot; width=&quot;24&quot; height=&quot;24&quot; /&gt;
-    &lt;use xlink:href=&quot;#paths&quot; fill=&quot;green&quot; x=&quot;30&quot; /&gt;
-&lt;/g&gt;
-
-&lt;g mask=&quot;url(#mask)&quot;&gt;
-    &lt;rect fill=&quot;red&quot; x=&quot;68&quot; y=&quot;8&quot; width=&quot;24&quot; height=&quot;24&quot; /&gt;
-    &lt;use xlink:href=&quot;#paths&quot; fill=&quot;green&quot; x=&quot;60&quot; /&gt;
-&lt;/g&gt;
-
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathdeepnestedclipinmaskdifferentunitTypesexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,30 +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 231x229
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip0&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (50,50) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=100.00] [cy=100.00] [r=50.00]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip1&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=0.50]
-        RenderSVGEllipse {circle} at (0,0) size 1x2 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=1.00] [r=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip2&quot;] [clipPathUnits=userSpaceOnUse]
-        RenderSVGEllipse {circle} at (0,0) size 2x1 [transform={m=((0.01,0.00)(0.00,0.01)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#000000]}] [cx=100.00] [cy=0.00] [r=50.00]
-        RenderSVGRect {rect} at (0,0) size 2x2 [transform={m=((0.01,0.00)(0.00,0.01)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
-          [clipPath=&quot;clip0&quot;] RenderSVGResourceClipper {clipPath} at (50,50) size 100x100
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip1&quot;] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 1x2
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip2&quot;] RenderSVGResourceClipper {clipPath} at (0.50,-0.50) size 1.00x1.50
-      RenderSVGResourceMasker {mask} [id=&quot;mask1&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 1x1
-    RenderSVGText {text} at (19,211) size 212x18 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 212x18
-        chunk 1 (middle anchor) text run 1 at (19.00,225.00) startOffset 0 endOffset 33 width 212.00: &quot;Both shapes should look identical&quot;
-    RenderSVGEllipse {circle} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=50.00] [cy=50.00] [r=50.00]
-      [masker=&quot;mask1&quot;] RenderSVGResourceMasker {mask} at (0,0) size 100x100
-    RenderSVGEllipse {circle} at (100,100) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=150.00] [cy=150.00] [r=50.00]
-      [masker=&quot;mask1&quot;] RenderSVGResourceMasker {mask} at (100,100) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathdeepnestedclipinmaskdifferentunitTypessvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip0&quot; clipPathUnits=&quot;userSpaceOnUse&quot;&gt;
-        &lt;circle cx=&quot;100&quot; cy=&quot;100&quot; r=&quot;50&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip1&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;0.5&quot; /&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;1&quot; r=&quot;0.5&quot; /&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip2&quot; clipPathUnits=&quot;userSpaceOnUse&quot;&gt;
-        &lt;circle cx=&quot;100&quot; cy=&quot;0&quot; r=&quot;50&quot; transform=&quot;scale(0.01 0.01)&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;100&quot; height=&quot;100&quot; transform=&quot;scale(0.01 0.01)&quot; clip-path=&quot;url(#clip0)&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip1)&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip2)&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;mask id=&quot;mask1&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;black&quot; clip-path=&quot;url(#clip)&quot; /&gt;
-    &lt;/mask&gt;
-&lt;/defs&gt;
-
-&lt;text x=&quot;125&quot; y=&quot;225&quot; text-anchor=&quot;middle&quot;&gt;Both shapes should look identical&lt;/text&gt;
-
-&lt;circle cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask1)&quot;/&gt;
-&lt;circle cx=&quot;150&quot; cy=&quot;150&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask1)&quot;/&gt;
-
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathdeepnestedclipinmaskexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,41 +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 231x228
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip1&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=0.50]
-        RenderSVGEllipse {circle} at (0,0) size 1x2 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=1.00] [r=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip2&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 2x1 [fill={[type=SOLID] [color=#000000]}] [cx=1.00] [cy=0.00] [r=0.50]
-        RenderSVGEllipse {circle} at (0,0) size 2x2 [fill={[type=SOLID] [color=#000000]}] [cx=1.00] [cy=1.00] [r=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip1&quot;] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 1x2
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip2&quot;] RenderSVGResourceClipper {clipPath} at (0.50,-0.50) size 1x2
-      RenderSVGResourceMasker {mask} [id=&quot;mask1a&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip1&quot;] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 1x2
-      RenderSVGResourceMasker {mask} [id=&quot;mask1b&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip2&quot;] RenderSVGResourceClipper {clipPath} at (0.50,-0.50) size 1x2
-      RenderSVGResourceMasker {mask} [id=&quot;mask2&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [masker=&quot;mask1a&quot;] RenderSVGResourceMasker {mask} at (0,0) size 1x1
-      RenderSVGResourceMasker {mask} [id=&quot;mask3&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [masker=&quot;mask1b&quot;] RenderSVGResourceMasker {mask} at (0,0) size 1x1
-    RenderSVGText {text} at (19,211) size 212x17 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 212x17
-        chunk 1 (middle anchor) text run 1 at (19.00,225.00) startOffset 0 endOffset 33 width 212.00: &quot;Both shapes should look identical&quot;
-    RenderSVGContainer {g} at (0,0) size 100x100
-      [masker=&quot;mask1a&quot;] RenderSVGResourceMasker {mask} at (0,0) size 100x100
-      RenderSVGEllipse {circle} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=50.00] [cy=50.00] [r=50.00]
-        [masker=&quot;mask1b&quot;] RenderSVGResourceMasker {mask} at (0,0) size 100x100
-    RenderSVGContainer {g} at (100,100) size 100x100
-      [masker=&quot;mask3&quot;] RenderSVGResourceMasker {mask} at (100,100) size 100x100
-      RenderSVGEllipse {circle} at (100,100) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=150.00] [cy=150.00] [r=50.00]
-        [masker=&quot;mask2&quot;] RenderSVGResourceMasker {mask} at (100,100) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathdeepnestedclipinmaskpanningexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,44 +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 331x278
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip1&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=0.50]
-        RenderSVGEllipse {circle} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=1.00] [r=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip2&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [cx=1.00] [cy=0.00] [r=0.50]
-        RenderSVGEllipse {circle} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [cx=1.00] [cy=1.00] [r=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip1&quot;] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 1x2
-        RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip2&quot;] RenderSVGResourceClipper {clipPath} at (0.50,-0.50) size 1x2
-      RenderSVGResourceMasker {mask} [id=&quot;mask1a&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-        RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip1&quot;] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 1x2
-      RenderSVGResourceMasker {mask} [id=&quot;mask1b&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-        RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip2&quot;] RenderSVGResourceClipper {clipPath} at (0.50,-0.50) size 1x2
-      RenderSVGResourceMasker {mask} [id=&quot;mask2&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [masker=&quot;mask1a&quot;] RenderSVGResourceMasker {mask} at (0,0) size 1x1
-      RenderSVGResourceMasker {mask} [id=&quot;mask3&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [masker=&quot;mask1b&quot;] RenderSVGResourceMasker {mask} at (0,0) size 1x1
-    RenderSVGContainer {g} at (0,0) size 25x100
-      [masker=&quot;mask1a&quot;] RenderSVGResourceMasker {mask} at (0,0) size 100x100
-      RenderSVGEllipse {circle} at (0,0) size 25x100 [fill={[type=SOLID] [color=#000000]}] [cx=50.00] [cy=50.00] [r=50.00]
-        [masker=&quot;mask1b&quot;] RenderSVGResourceMasker {mask} at (0,0) size 100x100
-    RenderSVGContainer {g} at (25,100) size 100x100
-      [masker=&quot;mask3&quot;] RenderSVGResourceMasker {mask} at (100,100) size 100x100
-      RenderSVGEllipse {circle} at (25,100) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=150.00] [cy=150.00] [r=50.00]
-        [masker=&quot;mask2&quot;] RenderSVGResourceMasker {mask} at (100,100) size 100x100
-    RenderSVGText {text} at (94,236) size 312x42 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 312x17
-        chunk 1 (middle anchor) text run 1 at (94.00,250.00) startOffset 0 endOffset 52 width 312.00: &quot;The left shape should still be visible after panning&quot;
-      RenderSVGTSpan {tspan} at (0,0) size 276x17
-        RenderSVGInlineText {#text} at (18,25) size 275x17
-          chunk 1 (middle anchor) text run 1 at (112.50,275.00) startOffset 0 endOffset 44 width 275.00: &quot;And the right shape shouldn't look distorted&quot;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathdeepnestedclipinmaskpanningsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-panning.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-panning.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask-panning.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,52 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip1&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;0.5&quot; /&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;1&quot; r=&quot;0.5&quot; /&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip2&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;1&quot; cy=&quot;0&quot; r=&quot;0.5&quot; /&gt;
-        &lt;circle cx=&quot;1&quot; cy=&quot;1&quot; r=&quot;0.5&quot; /&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip1)&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip2)&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;mask id=&quot;mask1a&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;black&quot; clip-path=&quot;url(#clip1)&quot; /&gt;
-    &lt;/mask&gt;
-
-    &lt;mask id=&quot;mask1b&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;black&quot; clip-path=&quot;url(#clip2)&quot; /&gt;
-    &lt;/mask&gt;
-
-    &lt;mask id=&quot;mask2&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot; mask=&quot;url(#mask1a)&quot;/&gt;
-    &lt;/mask&gt;
-
-    &lt;mask id=&quot;mask3&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot; mask=&quot;url(#mask1b)&quot;/&gt;
-    &lt;/mask&gt;
-&lt;/defs&gt;
-
-&lt;!-- The mask on the &lt;g&gt; causes nothing to be renderer with Opera, clearly a bug --&gt;
-&lt;g mask=&quot;url(#mask1a)&quot;&gt;
-    &lt;circle cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask1b)&quot;/&gt;
-&lt;/g&gt;
-
-&lt;!-- The mask on the &lt;g&gt; causes nothing to be renderer with Opera, clearly a bug --&gt;
-&lt;g mask=&quot;url(#mask3)&quot;&gt;
-    &lt;circle cx=&quot;150&quot; cy=&quot;150&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask2)&quot;/&gt;
-&lt;/g&gt;
-
-&lt;text x=&quot;250&quot; y=&quot;250&quot; text-anchor=&quot;middle&quot;&gt;The left shape should still be visible after panning&lt;tspan x=&quot;250&quot; dy=&quot;25&quot;&gt;And the right shape shouldn't look distorted&lt;/tspan&gt;&lt;/text&gt;
-&lt;script&gt;
-var translate = document.getElementsByTagName('svg')[0].currentTranslate;
-translate.x = -75;
-&lt;/script&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathdeepnestedclipinmasksvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/deep-nested-clip-in-mask.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,49 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip1&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;0.5&quot; /&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;1&quot; r=&quot;0.5&quot; /&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip2&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;1&quot; cy=&quot;0&quot; r=&quot;0.5&quot; /&gt;
-        &lt;circle cx=&quot;1&quot; cy=&quot;1&quot; r=&quot;0.5&quot; /&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip1)&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip2)&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;mask id=&quot;mask1a&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;black&quot; clip-path=&quot;url(#clip1)&quot; /&gt;
-    &lt;/mask&gt;
-
-    &lt;mask id=&quot;mask1b&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;black&quot; clip-path=&quot;url(#clip2)&quot; /&gt;
-    &lt;/mask&gt;
-
-    &lt;mask id=&quot;mask2&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot; mask=&quot;url(#mask1a)&quot;/&gt;
-    &lt;/mask&gt;
-
-    &lt;mask id=&quot;mask3&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot; mask=&quot;url(#mask1b)&quot;/&gt;
-    &lt;/mask&gt;
-&lt;/defs&gt;
-
-&lt;text x=&quot;125&quot; y=&quot;225&quot; text-anchor=&quot;middle&quot;&gt;Both shapes should look identical&lt;/text&gt;
-
-&lt;!-- The mask on the &lt;g&gt; causes nothing to be renderer with Opera, clearly a bug --&gt;
-&lt;g mask=&quot;url(#mask1a)&quot;&gt;
-    &lt;circle cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask1b)&quot;/&gt;
-&lt;/g&gt;
-
-&lt;!-- The mask on the &lt;g&gt; causes nothing to be renderer with Opera, clearly a bug --&gt;
-&lt;g mask=&quot;url(#mask3)&quot;&gt;
-    &lt;circle cx=&quot;150&quot; cy=&quot;150&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask2)&quot;/&gt;
-&lt;/g&gt;
-
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathnestedclipinmaskimagebasedclippingexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,27 +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 200x200
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip1&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=0.50]
-        RenderSVGEllipse {circle} at (0,0) size 1x2 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=1.00] [r=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip2&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 2x1 [fill={[type=SOLID] [color=#000000]}] [cx=1.00] [cy=0.00] [r=0.50]
-        RenderSVGEllipse {circle} at (0,0) size 2x2 [fill={[type=SOLID] [color=#000000]}] [cx=1.00] [cy=1.00] [r=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip1&quot;] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 1x2
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip2&quot;] RenderSVGResourceClipper {clipPath} at (0.50,-0.50) size 1x2
-      RenderSVGResourceMasker {mask} [id=&quot;mask1&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 1x1
-      RenderSVGResourceMasker {mask} [id=&quot;mask2&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 1x1
-    RenderSVGEllipse {circle} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=50.00] [cy=50.00] [r=50.00]
-      [masker=&quot;mask1&quot;] RenderSVGResourceMasker {mask} at (0,0) size 100x100
-    RenderSVGEllipse {circle} at (100,100) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=150.00] [cy=150.00] [r=50.00]
-      [masker=&quot;mask2&quot;] RenderSVGResourceMasker {mask} at (100,100) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathnestedclipinmaskimagebasedclippingsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-image-based-clipping.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-image-based-clipping.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-image-based-clipping.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,30 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip1&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;0.5&quot; /&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;1&quot; r=&quot;0.5&quot; /&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip2&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;1&quot; cy=&quot;0&quot; r=&quot;0.5&quot; /&gt;
-        &lt;circle cx=&quot;1&quot; cy=&quot;1&quot; r=&quot;0.5&quot; /&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip1)&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip2)&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;mask id=&quot;mask1&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;black&quot; clip-path=&quot;url(#clip)&quot; /&gt;
-    &lt;/mask&gt;
-
-    &lt;mask id=&quot;mask2&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot; clip-path=&quot;url(#clip)&quot; /&gt;
-    &lt;/mask&gt;
-&lt;/defs&gt;
-
-&lt;circle cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask1)&quot; /&gt;
-&lt;circle cx=&quot;150&quot; cy=&quot;150&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask2)&quot; /&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathnestedclipinmaskpathandimagebasedclippingexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,27 +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 200x200
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip1&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=0.50]
-        RenderSVGEllipse {circle} at (0,0) size 1x2 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=1.00] [r=0.50]
-        RenderSVGEllipse {circle} at (0,0) size 2x1 [fill={[type=SOLID] [color=#000000]}] [cx=1.00] [cy=0.00] [r=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip2&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 2x2 [fill={[type=SOLID] [color=#000000]}] [cx=1.00] [cy=1.00] [r=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip1&quot;] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 2x2
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip2&quot;] RenderSVGResourceClipper {clipPath} at (0.50,0.50) size 1x1
-      RenderSVGResourceMasker {mask} [id=&quot;mask1&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 1x1
-      RenderSVGResourceMasker {mask} [id=&quot;mask2&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 1x1
-    RenderSVGEllipse {circle} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=50.00] [cy=50.00] [r=50.00]
-      [masker=&quot;mask1&quot;] RenderSVGResourceMasker {mask} at (0,0) size 100x100
-    RenderSVGEllipse {circle} at (100,100) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=150.00] [cy=150.00] [r=50.00]
-      [masker=&quot;mask2&quot;] RenderSVGResourceMasker {mask} at (100,100) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathnestedclipinmaskpathandimagebasedclippingsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,30 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip1&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;0.5&quot;/&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;1&quot; r=&quot;0.5&quot;/&gt;
-        &lt;circle cx=&quot;1&quot; cy=&quot;0&quot; r=&quot;0.5&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip2&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;1&quot; cy=&quot;1&quot; r=&quot;0.5&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip1)&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip2)&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;mask id=&quot;mask1&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;black&quot; clip-path=&quot;url(#clip)&quot; /&gt;
-    &lt;/mask&gt;
-
-    &lt;mask id=&quot;mask2&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot; clip-path=&quot;url(#clip)&quot; /&gt;
-    &lt;/mask&gt;
-&lt;/defs&gt;
-
-&lt;circle cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask1)&quot; /&gt;
-&lt;circle cx=&quot;150&quot; cy=&quot;150&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask2)&quot; /&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathnestedclipinmaskpathbasedclippingexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,33 +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 200x200
-    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip1&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip2&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 1x2 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=1.00] [r=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip3&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 2x1 [fill={[type=SOLID] [color=#000000]}] [cx=1.00] [cy=0.00] [r=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip4&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGEllipse {circle} at (0,0) size 2x2 [fill={[type=SOLID] [color=#000000]}] [cx=1.00] [cy=1.00] [r=0.50]
-      RenderSVGResourceClipper {clipPath} [id=&quot;clip&quot;] [clipPathUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip1&quot;] RenderSVGResourceClipper {clipPath} at (-0.50,-0.50) size 1x1
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip2&quot;] RenderSVGResourceClipper {clipPath} at (-0.50,0.50) size 1x1
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip3&quot;] RenderSVGResourceClipper {clipPath} at (0.50,-0.50) size 1x1
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip4&quot;] RenderSVGResourceClipper {clipPath} at (0.50,0.50) size 1x1
-      RenderSVGResourceMasker {mask} [id=&quot;mask1&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 1x1
-      RenderSVGResourceMasker {mask} [id=&quot;mask2&quot;] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
-        RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
-          [clipPath=&quot;clip&quot;] RenderSVGResourceClipper {clipPath} at (0,0) size 1x1
-    RenderSVGEllipse {circle} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=50.00] [cy=50.00] [r=50.00]
-      [masker=&quot;mask1&quot;] RenderSVGResourceMasker {mask} at (0,0) size 100x100
-    RenderSVGEllipse {circle} at (100,100) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=150.00] [cy=150.00] [r=50.00]
-      [masker=&quot;mask2&quot;] RenderSVGResourceMasker {mask} at (100,100) size 100x100
</del></span></pre></div>
<a id="trunkLayoutTestssvgclippathnestedclipinmaskpathbasedclippingsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-based-clipping.svg (164538 => 164539)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-based-clipping.svg        2014-02-22 10:21:18 UTC (rev 164538)
+++ trunk/LayoutTests/svg/clip-path/nested-clip-in-mask-path-based-clipping.svg        2014-02-22 13:58:51 UTC (rev 164539)
</span><span class="lines">@@ -1,38 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
-&lt;defs&gt;
-    &lt;clipPath id=&quot;clip1&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;0.5&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip2&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;0&quot; cy=&quot;1&quot; r=&quot;0.5&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip3&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;1&quot; cy=&quot;0&quot; r=&quot;0.5&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip4&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;circle cx=&quot;1&quot; cy=&quot;1&quot; r=&quot;0.5&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;clipPath id=&quot;clip&quot; clipPathUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip1)&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip2)&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip3)&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; clip-path=&quot;url(#clip4)&quot;/&gt;
-    &lt;/clipPath&gt;
-
-    &lt;mask id=&quot;mask1&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot;/&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;black&quot; clip-path=&quot;url(#clip)&quot; /&gt;
-    &lt;/mask&gt;
-
-    &lt;mask id=&quot;mask2&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; maskContentUnits=&quot;objectBoundingBox&quot;&gt;
-        &lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; fill=&quot;white&quot; clip-path=&quot;url(#clip)&quot; /&gt;
-    &lt;/mask&gt;
-&lt;/defs&gt;
-
-&lt;circle cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask1)&quot; /&gt;
-&lt;circle cx=&quot;150&quot; cy=&quot;150&quot; r=&quot;50&quot; fill=&quot;black&quot; mask=&quot;url(#mask2)&quot; /&gt;
-&lt;/svg&gt;
</del></span></pre>
</div>
</div>

</body>
</html>