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

Unified Diff: LayoutTests/animations/3d/replace-filling-transform-expected.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/animations/3d/replace-filling-transform-expected.html
diff --git a/LayoutTests/animations/3d/replace-filling-transform-expected.html b/LayoutTests/animations/3d/replace-filling-transform-expected.html
index 2669c3e166725e633762c2607c45a01bbb7dec20..60dc40df9857fe25193f514a70174b8f8aea67e9 100644
--- a/LayoutTests/animations/3d/replace-filling-transform-expected.html
+++ b/LayoutTests/animations/3d/replace-filling-transform-expected.html
@@ -7,7 +7,7 @@
height: 100px;
width: 100px;
background-color: green;
- -webkit-transform: translate3d(50px, 200px, 0);
+ transform: translate3d(50px, 200px, 0);
}
</style>
</head>
« no previous file with comments | « LayoutTests/animations/3d/replace-filling-transform.html ('k') | LayoutTests/animations/3d/state-at-end-event-transform.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698