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

Unified Diff: LayoutTests/fast/css/variables/deferred-image-load-from-variable.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/deferred-image-load-from-variable.html
diff --git a/LayoutTests/fast/css/variables/deferred-image-load-from-variable.html b/LayoutTests/fast/css/variables/deferred-image-load-from-variable.html
index 8d2ed83591ec68a9f412a9075b6312c165e0d68d..6bb21a509b6e2b2159ebf146ddc52e3ddf7da524 100644
--- a/LayoutTests/fast/css/variables/deferred-image-load-from-variable.html
+++ b/LayoutTests/fast/css/variables/deferred-image-load-from-variable.html
@@ -6,8 +6,8 @@ if (window.testRunner) {
</script>
<style>
div {
- -webkit-var-a: url(1);
- -webkit-mask: -webkit-var(a);
+ var-a: url(1);
+ -webkit-mask: var(a);
}
</style>
<div></div>
« no previous file with comments | « LayoutTests/fast/css/variables/computed-style.html ('k') | LayoutTests/fast/css/variables/inherited-values.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698