Bug 1873144 - Disabled test_conformance__textures__misc__texture-npot-video.html...
[gecko.git] / dom / svg / test / switch-helper.svg
blob842296efa776badd429a31f5ffda0acf89bba006
1 <?xml version="1.0"?>
2 <!--
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/licenses/publicdomain/
5 -->
6 <svg version="1.1" xmlns="http://www.w3.org/2000/svg">
7 <switch id="s">
8 <rect systemLanguage="fr" id="first" x="75" y="100" width="70" height="70" fill="yellow"/>
9 <rect id="second" x="75" y="100" width="50" height="50" fill="lime"/>
10 <rect id="third" x="75" y="100" width="80" height="80" fill="red"/>
11 </switch>
12 </svg>