Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / js-update-image.svg
blobd789f02b1c4bb9fda5083b1216b8870a52a52637
1 <?xml version="1.0"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintAndPixelTest()">
3 <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
4 <image id="image" xlink:href="resources/green-checker.png" x="-100" width="75" height="75" />
5 <script>
6 function repaintTest() {
7 document.getElementById("image").setAttribute("x", "0");
9 </script>
10 </svg>