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

Unified Diff: LayoutTests/fast/repaint/transform-layout-repaint.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: LayoutTests/fast/repaint/transform-layout-repaint.html
diff --git a/LayoutTests/fast/repaint/transform-layout-repaint.html b/LayoutTests/fast/repaint/transform-layout-repaint.html
index b2427705496d99cdf8e5524c4796a18e558a4d67..9441442cb79090f275e152bc13bbbb23dd5f66b6 100644
--- a/LayoutTests/fast/repaint/transform-layout-repaint.html
+++ b/LayoutTests/fast/repaint/transform-layout-repaint.html
@@ -16,7 +16,7 @@
height: 50px;
border: 1px solid black;
-webkit-transform-origin: top left;
- -webkit-transform: rotate(20deg);
+ transform: rotate(20deg);
}
</style>
</head>
« no previous file with comments | « LayoutTests/fast/repaint/transform-disable-layoutstate.html ('k') | LayoutTests/fast/repaint/transform-relative-position.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698