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

Unified Diff: LayoutTests/fast/css/transformed-overflow-hidden-clips-fixed.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/fast/css/transformed-overflow-hidden-clips-fixed.html
diff --git a/LayoutTests/fast/css/transformed-overflow-hidden-clips-fixed.html b/LayoutTests/fast/css/transformed-overflow-hidden-clips-fixed.html
index a559777ac050e3b73edfa99291c426315baa6099..bc821b66e9ba63a1556af17fce98af2152af37bb 100644
--- a/LayoutTests/fast/css/transformed-overflow-hidden-clips-fixed.html
+++ b/LayoutTests/fast/css/transformed-overflow-hidden-clips-fixed.html
@@ -2,7 +2,7 @@
<style>
#transformed {
overflow: hidden;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
height: 100px;
width: 100px;
background-color: salmon;
« no previous file with comments | « LayoutTests/fast/css/transformed-mask.html ('k') | LayoutTests/fast/css/transformed-overflow-hidden-clips-fixed-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698