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

Unified Diff: LayoutTests/css3/blending/mix-blend-mode-has-ancestor-clipping-layer-expected.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/css3/blending/mix-blend-mode-has-ancestor-clipping-layer-expected.html
diff --git a/LayoutTests/css3/blending/mix-blend-mode-has-ancestor-clipping-layer-expected.html b/LayoutTests/css3/blending/mix-blend-mode-has-ancestor-clipping-layer-expected.html
index 78e93d9f8731fe6fba5263e8a9831a511112e501..c8604eade88f7aaf22dc27380d33f7d8afc6d179 100644
--- a/LayoutTests/css3/blending/mix-blend-mode-has-ancestor-clipping-layer-expected.html
+++ b/LayoutTests/css3/blending/mix-blend-mode-has-ancestor-clipping-layer-expected.html
@@ -17,7 +17,7 @@
width: 300px;
height: 300px;
background-color: black;
- -webkit-transform: rotateX(0deg);
+ transform: rotateX(0deg);
}
</style>
</head>
@@ -28,7 +28,7 @@
<div>
<div></div>
</div>
- <div style="-webkit-transform: rotateX(0deg);">
+ <div style="transform: rotateX(0deg);">
<div></div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698