X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Fsub-pixel%2Fnested-sub-pixel-composited-layers.html;h=e785ff42eeec6a3ff77df0e43b7c7d0f19b24378;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=98da154e0522e880fba27cf99bd62417bbb7f661;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html b/src/third_party/WebKit/LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html index 98da154..e785ff4 100644 --- a/src/third_party/WebKit/LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html +++ b/src/third_party/WebKit/LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html @@ -7,7 +7,7 @@ width: 100px; height: 100px; position: relative; - -webkit-transform: translateZ(0); + transform: translateZ(0); } .subPixelContainer > div { position: absolute; @@ -19,7 +19,7 @@ overflow: hidden; } .test { - -webkit-transform: translateZ(0); + transform: translateZ(0); background-color: green; } .ref {