Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / object-sizing-no-width-height-change-content-box-size.xhtml
index 40b6cd7..6546537 100644 (file)
@@ -2,14 +2,14 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<script src="../../fast/repaint/resources/repaint.js"></script>
+<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
 <style>
 object {
     background: red;
 }
 </style>
 </head>
-<body onload="runRepaintTest()">
+<body onload="runRepaintAndPixelTest()">
     <!-- No red should be visible after the resizing -->
     <div id="contentBox" style="width: 200px; height: 400px; border: 1px solid red;">
         <object data="resources/embedded.svg" width="100%" height="100%" type="image/svg+xml"/>