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

Unified Diff: LayoutTests/css3/filters/effect-reference-add-hw.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/filters/effect-reference-add-hw.html
diff --git a/LayoutTests/css3/filters/effect-reference-add-hw.html b/LayoutTests/css3/filters/effect-reference-add-hw.html
index 4fe5fa818228acb3526a9ac07b8beda282c31e33..83ea7a446f5c444c295b6bbb71de76c9ceb36db1 100644
--- a/LayoutTests/css3/filters/effect-reference-add-hw.html
+++ b/LayoutTests/css3/filters/effect-reference-add-hw.html
@@ -5,7 +5,7 @@
</filter>
</defs>
</svg>
- <div style="width: 100px; height: 100px; background-color: rgb(255, 0, 0); -webkit-transform: translateZ(0);" id="div1"></div>
+ <div style="width: 100px; height: 100px; background-color: rgb(255, 0, 0); transform: translateZ(0);" id="div1"></div>
<script>
var div = document.getElementById("div1");
div.style.webkitFilter = "url(#colormatrix)";
« no previous file with comments | « LayoutTests/css3/filters/effect-opacity-hw.html ('k') | LayoutTests/css3/filters/effect-reference-add-hw-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698