Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-recalcStyle-crash.svg
blobb643a2f022629212b4f84f895861231200b1f3e0
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4 <defs>
5 <symbol id="checkBoxRectInvisible" />
6 </defs>
7 <g display="none">
8 <use xlink:href="#checkBoxRectInvisible" />
9 </g>
10 </svg>