1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/294022-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<?xml version="1.0"?> 1.5 +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 1.6 + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 1.7 +<svg xmlns="http://www.w3.org/2000/svg" 1.8 + xmlns:xlink="http://www.w3.org/1999/xlink" 1.9 + > 1.10 + 1.11 + <g> 1.12 + <clipPath id="action_box_cp"> 1.13 + <rect width="100" height="46"/> 1.14 + </clipPath> 1.15 + <text style="clip-path:url(#action_box_cp); " y="10" id="action_boxtext" pointer-events="none" class="TextBoxText"> 1.16 + <tspan x="0" dy="0">Action</tspan> 1.17 + </text> 1.18 + </g> 1.19 + 1.20 +</svg>