From 8448b5ae2f0c52af3cb1cb73ecd59b9c38f90bf0 Mon Sep 17 00:00:00 2001 From: "samli@chromium.org" Date: Sat, 18 Oct 2014 08:49:38 +0000 Subject: Unprefix usage of -webkit-transform in tests BUG=421268 Review URL: https://codereview.chromium.org/637763002 git-svn-id: svn://svn.chromium.org/blink/trunk@183941 bbb929c8-8fbe-4397-9dbb-9b2b20218538 --- .../LayoutTests/compositing/squashing/move-squashing-layer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer.html') diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer.html b/third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer.html index d84e450..770bd3d 100644 --- a/third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer.html +++ b/third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer.html @@ -19,11 +19,11 @@ background-color: green; top: 100px; z-index: 1; - -webkit-transform:translateZ(0); + transform:translateZ(0); } #background { - -webkit-transform:translateZ(0); + transform:translateZ(0); z-index: 0; position: absolute; top: 50px; -- cgit v1.1