Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / as-image / image-respects-pageScaleFactor.html
index b750291..c607a95 100644 (file)
@@ -9,6 +9,12 @@
     }
     window.onload = init;
     </script>
+<style>
+    ::-webkit-scrollbar {
+        width: 0px;
+        height: 0px;
+    }
+</style>
 </head>
 <p>This test passes if both of the circles have sharp edges.</p>
 <p>To run manually, use full-page zoom to increase the page scale factor.</p>