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

Unified Diff: LayoutTests/inspector/styles/variables/css-variables.html

Issue 14987004: Switching CSS Variables over to RuntimeEnabledFeatures (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/inspector/styles/variables/css-variables.html
diff --git a/LayoutTests/inspector/styles/variables/css-variables.html b/LayoutTests/inspector/styles/variables/css-variables.html
index 18a7a5d25398ad50fee0e323ac6051e6db70b927..fd68af70c0b8557b86477e564ee1d3ed74004485 100644
--- a/LayoutTests/inspector/styles/variables/css-variables.html
+++ b/LayoutTests/inspector/styles/variables/css-variables.html
@@ -1,8 +1,5 @@
<html>
<head>
-<script>
-internals.settings.setCSSVariablesEnabled(true);
-</script>
<style>
#inspected {
-webkit-var-a: green;

Powered by Google App Engine
This is Rietveld 408576698