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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/should-not-have-compositing-layer.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/should-not-have-compositing-layer.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/should-not-have-compositing-layer.html b/third_party/WebKit/LayoutTests/css3/filters/should-not-have-compositing-layer.html
index 232a01231352d6e0f5a1e41a7924a9877703e4b8..23fb2e6f738ba8bb28b648059be59a87d4b7b540 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/should-not-have-compositing-layer.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/should-not-have-compositing-layer.html
@@ -15,7 +15,7 @@
<!-- Test to make sure a simple CSS filter does not create a composited layer.
The test is successful when the composited layer tree does not show a
composited layer for the filtered image. -->
- <img style="-webkit-filter: blur(0);" src="resources/reference.png">
+ <img style="filter: blur(0);" src="resources/reference.png">
<pre id="layertree"></pre>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698