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

Unified Diff: ManualTests/simple-image-compositing.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/simple-image-compositing.html
diff --git a/ManualTests/simple-image-compositing.html b/ManualTests/simple-image-compositing.html
index e44ffedf30a169448c2e4cb7644d15b864c39765..19fa29d9ac0fd4fda94df4478446120e372fc7bd 100644
--- a/ManualTests/simple-image-compositing.html
+++ b/ManualTests/simple-image-compositing.html
@@ -17,7 +17,7 @@
height: 180px;
}
img {
- -webkit-transform: rotate3d(0, 0, 1, 0);
+ transform: rotate3d(0, 0, 1, 0);
}
</style>
</head>
@@ -65,7 +65,7 @@ defaults write com.apple.Safari WebCoreLayerBorders -bool yes
</p>
<p>
- <img src="resources/simple_image.png" style="-webkit-transform: rotate3d(0, 0, 1, 10deg);">
+ <img src="resources/simple_image.png" style="transform: rotate3d(0, 0, 1, 10deg);">
rotated but otherwise no style - can be directly composited
</p>
« no previous file with comments | « ManualTests/scrollbars/scrollbars-in-composited-layers.html ('k') | ManualTests/svg-animation-css-transform.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698