Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / background-color / background-color-drawn-over-child-expected.html
index 807c193..f6e7c84 100644 (file)
@@ -5,7 +5,7 @@
     #backgournd_color_container {
       background-color: green;
       position: absolute;
-      -webkit-transform: translateZ(0);
+      transform: translateZ(0);
     }
     #nested_container {
       width: 200px;
@@ -25,7 +25,7 @@
       height: 100px;
       position: absolute;
       background-color: blue;
-      -webkit-transform: translateZ(0);
+      transform: translateZ(0);
     }
   </style>
 </head>