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

Unified Diff: LayoutTests/fast/block/positioning/relayout-nested-positioned-elements-crash-2.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/block/positioning/relayout-nested-positioned-elements-crash-2.html
diff --git a/LayoutTests/fast/block/positioning/relayout-nested-positioned-elements-crash-2.html b/LayoutTests/fast/block/positioning/relayout-nested-positioned-elements-crash-2.html
index bf41f55edd236ab5ce9e9d98187f956c90085391..3d9c2a7775e29115ad97b95edbb54212943d151a 100644
--- a/LayoutTests/fast/block/positioning/relayout-nested-positioned-elements-crash-2.html
+++ b/LayoutTests/fast/block/positioning/relayout-nested-positioned-elements-crash-2.html
@@ -3,7 +3,7 @@
<style>
.fixedPosition { position: fixed; }
.runIn:nth-last-of-type(2n+1) { display: run-in; }
-.transformed { float: none; -webkit-transform: skewX(45deg); }
+.transformed { float: none; transform: skewX(45deg); }
.floatLastChild:last-child { display: inline-block; float: left;}
</style>
<script>

Powered by Google App Engine
This is Rietveld 408576698