Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / iframes / resources / red-green-subframe.html
index 715386f..47a3126 100644 (file)
     .box {
         height: 200px;
         width: 200px;
-        -webkit-transform: translateZ(0);
+        transform: translateZ(0);
     }
     .box:hover {
-        -webkit-transform: none;
+        transform: none;
     }
   </style>
 </head>