Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / iframes / resources / composited-subframe.html
index 4a4f53e..92b3b7f 100644 (file)
         margin: 10px;
         padding: 5px;
         background-color: blue;
-        -webkit-transform: translateZ(0);
+        transform: translateZ(0);
         overflow:hidden;
     }
     .box:hover {
-        -webkit-transform: none;
+        transform: none;
     }
   </style>
 </head>