| Index: LayoutTests/fast/css/variables/case-sensitive.html
|
| diff --git a/LayoutTests/fast/css/variables/case-sensitive.html b/LayoutTests/fast/css/variables/case-sensitive.html
|
| index c73180082d355868ffc9b2c4ed3c3fa51e577acf..430176f0fdf6495324374e09ccee2d52c34a2205 100644
|
| --- a/LayoutTests/fast/css/variables/case-sensitive.html
|
| +++ b/LayoutTests/fast/css/variables/case-sensitive.html
|
| @@ -7,7 +7,9 @@ internals.settings.setCSSVariablesEnabled(true);
|
| div {
|
| background-color: -webkit-var(NaMe);
|
| -webkit-var-nAmE: green;
|
| + padding-left: -webkit-var(padding);
|
| + -WEBKIT-VAR-padding: 200px;
|
| }
|
| </style>
|
| -<div>This text should have a transparent background.</div>
|
| +<div>This text should have a transparent background and no left padding.</div>
|
| </html>
|
|
|