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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/crash-hw-sw-switch.html

Issue 2529253002: CSS Filters: Reduce usage of webkit prefix in layout tests (Closed)
Patch Set: Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/css3/filters/crash-hw-sw-switch.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/crash-hw-sw-switch.html b/third_party/WebKit/LayoutTests/css3/filters/crash-hw-sw-switch.html
index fc51da32e65dcd4904b88465cd17c82c21e0696c..c18fe52d1fb998baa321b547f6c84b1781a04d38 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/crash-hw-sw-switch.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/crash-hw-sw-switch.html
@@ -2,10 +2,10 @@
<!-- Test passes if doesn't crash. -->
<style>
.sw {
- -webkit-filter: blur(4px);
+ filter: blur(4px);
}
.hw {
- -webkit-filter: blur(3px);
+ filter: blur(3px);
transform:translateZ(0);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698