Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / css / getComputedStyle-listing.xhtml
bloba409d82aa0ee1dbd7550737c915068a20de2f1bc
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <script src="../../resources/js-test.js"></script>
4 <script src="../../fast/css/getComputedStyle/resources/computed-style-listing.js"></script>
5 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
6 <rect id="target" width="100" height="100" fill="green" />
7 </svg>
8 <script>
9 description("This test documents all computed styles on an SVG rect element.");
10 listGetComputedStyle(document.getElementById('target'));
11 </script>
12 </html>