Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / conditional-processing-outside-switch.svg
blobf2be8f94ef933420f04de01bb94ac9a1cc0c2155
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
3 <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
4 <rect width="100" height="100" fill="green" />
5 <g requiredExtensions="http://example.org/bogus">
6 <rect width="100" height="100" fill="red" />
7 </g>
8 </svg>