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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/usecounter-filter-function-no-arguments.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
« no previous file with comments | « third_party/WebKit/LayoutTests/css3/filters/simple-filter-rendering.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/filters/usecounter-filter-function-no-arguments.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/usecounter-filter-function-no-arguments.html b/third_party/WebKit/LayoutTests/css3/filters/usecounter-filter-function-no-arguments.html
index d4be55232a26c4c0e77775c9146e1c98ab15bf39..4184299748fb9b669299d4bb59dcecf37f002c68 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/usecounter-filter-function-no-arguments.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/usecounter-filter-function-no-arguments.html
@@ -9,7 +9,7 @@ test(() => {
const CSSFilterFunctionNoArguments = 1403; // From UseCounter.h
var style = document.querySelector('style');
assert_false(internals.isUseCounted(document, CSSFilterFunctionNoArguments));
- style.textContent = "* { -webkit-filter: brightness(); }";
+ style.textContent = "* { filter: brightness(); }";
assert_true(internals.isUseCounted(document, CSSFilterFunctionNoArguments));
}, "'filter' function without arguments is use counted.");
</script>
« no previous file with comments | « third_party/WebKit/LayoutTests/css3/filters/simple-filter-rendering.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698