Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: LayoutTests/compositing/repaint/transform-style-change.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/compositing/repaint/shrink-layer.html ('k') | LayoutTests/compositing/rounded-corners.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/repaint/transform-style-change.html
diff --git a/LayoutTests/compositing/repaint/transform-style-change.html b/LayoutTests/compositing/repaint/transform-style-change.html
index 03ea07750d4fd26594fe52d757ea2790f1b0e1d0..581409e605c913c92efece4071516a8717beeecf 100644
--- a/LayoutTests/compositing/repaint/transform-style-change.html
+++ b/LayoutTests/compositing/repaint/transform-style-change.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- Tests that an element composited with transform-style: preserve-3d still renders when switched to transform-style: flat -->
-<div id="box" style="width:100px; height:100px; background-color: green; -webkit-transform: translateZ(0); -webkit-transform-style: preserve-3d"></div>
+<div id="box" style="width:100px; height:100px; background-color: green; transform: translateZ(0); -webkit-transform-style: preserve-3d"></div>
<script src="../../resources/run-after-display.js"></script>
<script>
function test() {
« no previous file with comments | « LayoutTests/compositing/repaint/shrink-layer.html ('k') | LayoutTests/compositing/rounded-corners.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698