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

Unified Diff: LayoutTests/compositing/scrollbars/custom-composited-different-track-parts.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
Index: LayoutTests/compositing/scrollbars/custom-composited-different-track-parts.html
diff --git a/LayoutTests/compositing/scrollbars/custom-composited-different-track-parts.html b/LayoutTests/compositing/scrollbars/custom-composited-different-track-parts.html
index 63293318d99403477bb595653c8f6e460dc8009e..5f0805cf362cd2c189a7103c8d4f8c358d5e0e38 100644
--- a/LayoutTests/compositing/scrollbars/custom-composited-different-track-parts.html
+++ b/LayoutTests/compositing/scrollbars/custom-composited-different-track-parts.html
@@ -60,7 +60,7 @@
</script>
</head>
<body>
-<div style="width: 1600px; height: 1000px; -webkit-transform: translateZ(0);">
+<div style="width: 1600px; height: 1000px; transform: translateZ(0);">
</div>
<div style="position : absolute; left : 450; top : 350; width : 200px; height : 100px; border-style : solid; border-color : green; border-width : 2px">
<!---
« no previous file with comments | « LayoutTests/compositing/scrollbar-painting.html ('k') | LayoutTests/compositing/shadows/shadow-drawing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698