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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
1 <style type="text/css" media="screen"> 1 <style type="text/css" media="screen">
2 #editable { 2 #editable {
3 height: 100px; 3 height: 100px;
4 -webkit-transform: translateZ(0px); 4 transform: translateZ(0px);
5 } 5 }
6 </style> 6 </style>
7 <div id="editable" contenteditable="true"> 7 <div id="editable" contenteditable="true">
8 The caret should blink correctly when editing this paragraph. 8 The caret should blink correctly when editing this paragraph.
9 </div> 9 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698