3 <!-- Test for http://crbug.com/264492 -->
6 #clipped:first-letter {
7 -webkit-clip-path: url(#c2);
12 <svg width=
"100" height=
"100">
13 <clipPath id=
"c2" clipPathUnits=
"objectBoundingBox">
14 <rect width=
"100%" height=
"100%"/>
17 <div id=
"clipped">PASS: did not crash.
</div>