Bug 922942 - Change test_pointer-events-2 to not use overlapping stokes since they're not consistently rendered by our backends. r=jwatt

--HG--
extra : rebase_source : 15762e5a24663c1e46d8823ee2c14567573da339
This commit is contained in:
Matt Woodrow 2013-11-04 14:47:19 +13:00
parent b02e461257
commit 9940282c26

View File

@ -51,7 +51,7 @@ function run()
</clipPath>
</defs>
<rect id="bad" width="100%" height="100%" fill="blue"/>
<circle id="circle" cx="50%" cy="50%" r="1" stroke-width="1000" fill="black" pointer-events="all"/>
<circle id="circle" cx="50%" cy="50%" r="500" stroke-width="500" fill="none" pointer-events="all"/>
<foreignObject id="fo" x="200" y="50" width="50" height="50" clip-path="url(#clip)">
<svg>
<path id="path" d="M0,0 H50 V50 H0 Z" fill="green"/>