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

Unified Diff: LayoutTests/compositing/squashing/squash-clipped-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/compositing/squashing/squash-clipped-expected.html
diff --git a/LayoutTests/compositing/squashing/squash-clipped-expected.html b/LayoutTests/compositing/squashing/squash-clipped-expected.html
index 3c56cb44dbb6399a0f3395fc88e4262debf2f196..2645c7a2d88736b04effea9285b3614894ba6a4f 100644
--- a/LayoutTests/compositing/squashing/squash-clipped-expected.html
+++ b/LayoutTests/compositing/squashing/squash-clipped-expected.html
@@ -2,7 +2,7 @@
<head>
<style>
.composited {
- -webkit-transform: translatez(0);
+ transform: translatez(0);
}
.box {
@@ -43,7 +43,7 @@
}
.clipper {
- -webkit-transform: translatez(0);
+ transform: translatez(0);
width: 400px;
height: 400px;
background-color: gray;
« no previous file with comments | « LayoutTests/compositing/squashing/squash-clipped.html ('k') | LayoutTests/compositing/squashing/squash-compositing-hover.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698