X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fcompositing%2Foverflow%2Frepaint-after-losing-scrollbars.html;h=28d60bfeaa36ac50b4cd5cd111baa45572315453;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=56b064666b5bf8585b5ac036997684547e198f64;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/compositing/overflow/repaint-after-losing-scrollbars.html b/src/third_party/WebKit/LayoutTests/compositing/overflow/repaint-after-losing-scrollbars.html index 56b0646..28d60bf 100644 --- a/src/third_party/WebKit/LayoutTests/compositing/overflow/repaint-after-losing-scrollbars.html +++ b/src/third_party/WebKit/LayoutTests/compositing/overflow/repaint-after-losing-scrollbars.html @@ -7,7 +7,7 @@ width: 100px; height:100px; background-color: green; position:absolute; --webkit-transform:translateZ(0); +transform:translateZ(0); overflow:auto; } @@ -20,7 +20,7 @@ background-color: red; } .content { --webkit-transform: translateZ(0); +transform: translateZ(0); position:absolute; width:10px; height:10px;