| 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 3b65ef6cf917e2d9d4858a6fc41bf669106a6394..692fd470359b3b770bf6d82cf8f9bc1806536dfe 100644
|
| --- a/LayoutTests/fast/css/variables/case-sensitive.html
|
| +++ b/LayoutTests/fast/css/variables/case-sensitive.html
|
| @@ -2,8 +2,8 @@
|
| <html>
|
| <style>
|
| div {
|
| - background-color: -webkit-var(NaMe);
|
| - -webkit-var-nAmE: green;
|
| + background-color: var(NaMe);
|
| + var-nAmE: green;
|
| }
|
| </style>
|
| <div>This text should have a transparent background.</div>
|
|
|