layout/reftests/bugs/220165-1.svg

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 <?xml version="1.0"?>
michael@0 2
michael@0 3 <svg xmlns="http://www.w3.org/2000/svg"
michael@0 4 xmlns:html="http://www.w3.org/1999/xhtml" height="500"
michael@0 5 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
michael@0 6 onload="document.documentElement.getBoundingClientRect();
michael@0 7 document.getElementById('x').textContent = 'New text'"
michael@0 8 shape-rendering="crispEdges">
michael@0 9
michael@0 10 <foreignObject x="200" y="180" width="100" height="50" >
michael@0 11 <html:button id="x">Old long long long text</html:button>
michael@0 12 </foreignObject>
michael@0 13
michael@0 14 <g transform="rotate(10) translate(-100) scale(0.8)">
michael@0 15 <polygon style="fill:red; fill-opacity:0.5;"
michael@0 16 points="350, 75 379,161 469,161 397,215
michael@0 17 423,301 350,250 277,301 303,215
michael@0 18 231,161 321,161" />
michael@0 19
michael@0 20 </g>
michael@0 21
michael@0 22 </svg>

mercurial