Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / fill-opacity-update.svg
blob31d6acae567d6aa27e59adf62fb79739ae3fa326
1 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintAndPixelTest()">
2 <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
3 <circle cx="100" cy="100" r="100" fill="green" fill-opacity="0"/>
4 <script>
5 function repaintTest() {
6 document.getElementsByTagName("circle")[0].setAttribute("fill-opacity", "1");
8 </script>
9 </svg>