Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / iframes / invisible-iframe.html
index 1503325..9b5cec9 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>