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

Unified Diff: ManualTests/inline-repaint-container.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/inline-repaint-container.html
diff --git a/ManualTests/inline-repaint-container.html b/ManualTests/inline-repaint-container.html
index e1f19c96e6948dec389dc191814e6fb8a4de1a34..5e6826373e4618f0d8077c6edc2f613b397763b0 100644
--- a/ManualTests/inline-repaint-container.html
+++ b/ManualTests/inline-repaint-container.html
@@ -1,4 +1,4 @@
-<div style="-webkit-transform: translatez(0)">
+<div style="transform: translatez(0)">
</div>
<div style="position: relative;">
<span style="position: relative; z-index: 10; top: 40px; left: 30px;">
« no previous file with comments | « ManualTests/crash-and-no-repaint-after-wake-from-sleep.html ('k') | ManualTests/inspector/highlight-nodes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698