Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / frames / frame-set-scaling.html
index 2d4d843..10bc7c5 100644 (file)
@@ -1,5 +1,5 @@
 <html><head><title>Frame Scale Test</title></head>
-  <frameset style="background-color: red; -webkit-transform-origin: 0% 0%; -webkit-transform:  scale(0.5, 0.5);" cols="30%,*">
+  <frameset style="background-color: red; -webkit-transform-origin: 0% 0%; transform:  scale(0.5, 0.5);" cols="30%,*">
     <frame src="data:text/html,<body bgcolor='green'></body>">
     <frame src="data:text/html,<body bgcolor='green'></body>">
   </frameset>