Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / gfx / tests / reftest / 853889-1.html
blob2b728c2975734cb7b93e1d13ac09fea260c5a4c8
1 <!doctype html>
2 <html>
3 <head><title>Testcase for bug 853889</title></head>
4 <body>
5 <svg version="1.1" xmlns="http://www.w3.org/2000/svg"
6 xmlns:xlink="http://www.w3.org/1999/xlink"
7 width="400px" height="400px">
9 <path d="M 0 400 L 0 450 L 600 450 L 600 400 Z"
10 fill="rgb(200,12,12)"></path>
11 <path d="M 0 0 L 0 50 L 600 50 L 600 0 Z"
12 fill="rgb(200,12,12)"></path>
14 <path d="M 0 0 L 0 50 L 600 50 L 600 0 Z
15 M 0 400 L 0 450 L 600 450 L 600 400 Z"
16 fill="rgb(12,200,12)"></path>
17 </svg>
18 </body>
19 </html>