summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/iframes/remove-iframe-crash.html
diff options
context:
space:
mode:
authorsamli@chromium.org <samli@chromium.org>2014-10-18 08:49:38 +0000
committersamli@chromium.org <samli@chromium.org>2014-10-18 08:49:38 +0000
commit8448b5ae2f0c52af3cb1cb73ecd59b9c38f90bf0 (patch)
treebbf1a51eb6fabbc1f74bec289224b9b74badb593 /third_party/WebKit/LayoutTests/compositing/iframes/remove-iframe-crash.html
parent5e13a12bf86f9f1ef4eb4d44b71b4451d79d7e23 (diff)
downloadchromium_src-8448b5ae2f0c52af3cb1cb73ecd59b9c38f90bf0.zip
chromium_src-8448b5ae2f0c52af3cb1cb73ecd59b9c38f90bf0.tar.gz
chromium_src-8448b5ae2f0c52af3cb1cb73ecd59b9c38f90bf0.tar.bz2
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
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/iframes/remove-iframe-crash.html')
-rw-r--r--third_party/WebKit/LayoutTests/compositing/iframes/remove-iframe-crash.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/remove-iframe-crash.html b/third_party/WebKit/LayoutTests/compositing/iframes/remove-iframe-crash.html
index 129760a..c3e8d9a 100644
--- a/third_party/WebKit/LayoutTests/compositing/iframes/remove-iframe-crash.html
+++ b/third_party/WebKit/LayoutTests/compositing/iframes/remove-iframe-crash.html
@@ -10,7 +10,7 @@
height: 150px;
width: 300px;
-webkit-box-shadow: 0 0 20px black;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
.overlay {