Index: LayoutTests/fast/css/variables/inline-styles.html |
diff --git a/LayoutTests/fast/css/variables/inline-styles.html b/LayoutTests/fast/css/variables/inline-styles.html |
index 1dc23bd5e3d9c26d0fd2f1afb46d8a743db11500..9a1be6bf9bc89978857e1e952017b6fad8af547a 100644 |
--- a/LayoutTests/fast/css/variables/inline-styles.html |
+++ b/LayoutTests/fast/css/variables/inline-styles.html |
@@ -1,6 +1,3 @@ |
-<script> |
-internals.settings.setCSSVariablesEnabled(true); |
-</script> |
<body style="-webkit-var-a: green;"> |
<div style="color: -webkit-var(a);"> |
This text should be green on a white background. |