Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / zoom / page / zoom-svg-through-object-with-text.xhtml-disabled
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 </head>
6 <body onload="runRepaintAndPixelTest()">
7 <!-- FIXME: This is broken, text doesn't correctly zoom, its font size remains the same upon scaling -->
8 <object data="resources/text.svg" width="85" height="20"/>
9 <script>var zoomCount = 2; window.shouldZoomOut = true;</script>
10 <script src="../../../fast/repaint/resources/text-based-repaint.js"></script>
11 <script src="../resources/testPageZoom.js"></script>
12 </body>
13 </html>