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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/offscreen-filters-memory-usage.html

Issue 2531163002: 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/offscreen-filters-memory-usage.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/offscreen-filters-memory-usage.html b/third_party/WebKit/LayoutTests/css3/filters/offscreen-filters-memory-usage.html
index 387353c25c6efb66ecc0415ca2b7c234f6f618c1..8758f932df89af81be80bb964b0f759e2457e6b3 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/offscreen-filters-memory-usage.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/offscreen-filters-memory-usage.html
@@ -3,7 +3,7 @@
<head>
<style>
.offscreen_filter_area {
- -webkit-filter: grayscale(1);
+ filter: grayscale(1);
position: absolute;
left: -3000px;
width: 2048px;

Powered by Google App Engine
This is Rietveld 408576698