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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-empty-element-crash.html

Issue 2534723002: CSS Filters: Reduce usage of webkit prefix in layout tests (Closed)
Patch Set: remove duplicates 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/filter-empty-element-crash.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-empty-element-crash.html b/third_party/WebKit/LayoutTests/css3/filters/filter-empty-element-crash.html
index 3927822078fe08b5373d0b945f35e21d955df448..42b83afc3f8d62086d55f94adc7b76ce58cb308a 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-empty-element-crash.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-empty-element-crash.html
@@ -2,5 +2,5 @@
if (window.testRunner)
window.testRunner.dumpAsText();
</script>
-<div style="-webkit-filter: blur(1px);" width="0px" height="0px"></div>
+<div style="filter: blur(1px);" width="0px" height="0px"></div>
<p>If you can read this, the test passed.</p>

Powered by Google App Engine
This is Rietveld 408576698