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

Unified Diff: ManualTests/compositing/resources/editable-compositing-subframe.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: ManualTests/compositing/resources/editable-compositing-subframe.html
diff --git a/ManualTests/compositing/resources/editable-compositing-subframe.html b/ManualTests/compositing/resources/editable-compositing-subframe.html
index 24b43e8da28dcf59c33c136ddbf98f5371a67da1..8325e01e42ca1e64e095ed166c8fc1165ea8a063 100644
--- a/ManualTests/compositing/resources/editable-compositing-subframe.html
+++ b/ManualTests/compositing/resources/editable-compositing-subframe.html
@@ -1,7 +1,7 @@
<style type="text/css" media="screen">
#editable {
height: 100px;
- -webkit-transform: translateZ(0px);
+ transform: translateZ(0px);
}
</style>
<div id="editable" contenteditable="true">

Powered by Google App Engine
This is Rietveld 408576698