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

Unified Diff: third_party/WebKit/ManualTests/compositing/requires-backing-change.html

Issue 2715113003: CSS manual tests: reduce usage of webkit prefix (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/ManualTests/compositing/requires-backing-change.html
diff --git a/third_party/WebKit/ManualTests/compositing/requires-backing-change.html b/third_party/WebKit/ManualTests/compositing/requires-backing-change.html
index 94ba59e003b98d88a32b4f98538af2bebc9b907a..5bb9a4ac9df545bd831e0ccdb9b94e28999dd4b1 100644
--- a/third_party/WebKit/ManualTests/compositing/requires-backing-change.html
+++ b/third_party/WebKit/ManualTests/compositing/requires-backing-change.html
@@ -7,7 +7,7 @@
height: 100px;
width: 100px;
margin: 10px 0;
- -webkit-perspective: 1000px;
+ perspective: 1000px;
}
#container.transformed, #container2.transformed {

Powered by Google App Engine
This is Rietveld 408576698