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

Unified Diff: LayoutTests/fast/transforms/identity-matrix.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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/transforms/identity-matrix.html
diff --git a/LayoutTests/fast/transforms/identity-matrix.html b/LayoutTests/fast/transforms/identity-matrix.html
index 67c3e81617b5f9c7539a9476680f912e95b514d3..d785b90439e70c9253d98290a280176f6c2d1ff6 100644
--- a/LayoutTests/fast/transforms/identity-matrix.html
+++ b/LayoutTests/fast/transforms/identity-matrix.html
@@ -8,7 +8,7 @@
border: 5px solid black;
margin:5px;
}
- .matrix{ -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
+ .matrix{ transform: matrix(1, 0, 0, 1, 0, 0); }
</style>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698