Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / foreignObject / repaint-rect-coordinates-expected.html
blob19f18bad0a3c15285b36fbba7201ac5e1a24dde6
1 <html>
2 <body>
3 <svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%">
4 <rect id="rect" width="100" height="100" fill="green"/>
5 </svg>
6 <script>
7 var pos = Math.round(window.innerWidth * 2 / 3);
8 document.getElementById('rect').setAttribute('x', pos);
9 </script>
10 </body>
11 </html>