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

Unified Diff: LayoutTests/fast/css/variables/var-filter.html

Issue 16183002: Unprefix CSS Variables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and updated prefix test Created 7 years, 6 months 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: LayoutTests/fast/css/variables/var-filter.html
diff --git a/LayoutTests/fast/css/variables/var-filter.html b/LayoutTests/fast/css/variables/var-filter.html
index a2d15e5d91dc26f51158522f9e14ea026a21f82e..5ede013f1cda8242bb2b9496e9f4955ad44e8dfb 100644
--- a/LayoutTests/fast/css/variables/var-filter.html
+++ b/LayoutTests/fast/css/variables/var-filter.html
@@ -6,8 +6,8 @@ if (window.testRunner)
</script>
<style>
body {
- -webkit-var-a: url(1);
- -webkit-filter: -webkit-var(a);
+ var-a: url(1);
+ -webkit-filter: var(a);
}
</style>
This test is successful if it does not crash.
« no previous file with comments | « LayoutTests/fast/css/variables/value-case-sensitive.html ('k') | LayoutTests/fast/css/variables/var-inside-box-reflect.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698