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

Unified Diff: LayoutTests/compositing/images/direct-image-dynamic-border-draws-content.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/images/direct-image-dynamic-border-draws-content.html
diff --git a/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content.html b/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content.html
index 800e3c4b8ef1f74e4b62490807b3d2f374db6e30..cd6eb53704cdc5b98b33c7ea44b6069aef52a773 100644
--- a/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content.html
+++ b/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content.html
@@ -3,7 +3,7 @@
<head>
<style>
.composited {
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
.border {
border: 2px solid blue;

Powered by Google App Engine
This is Rietveld 408576698