| Index: LayoutTests/fast/css/variables/value-case-sensitive.html
|
| diff --git a/LayoutTests/fast/css/variables/value-case-sensitive.html b/LayoutTests/fast/css/variables/value-case-sensitive.html
|
| index 4758a89f61c754609ba98195fb3c4238f75c3061..a8b9389bc8eb367d37e097cc09696e452367235c 100644
|
| --- a/LayoutTests/fast/css/variables/value-case-sensitive.html
|
| +++ b/LayoutTests/fast/css/variables/value-case-sensitive.html
|
| @@ -2,8 +2,8 @@
|
| <html>
|
| <style>
|
| #test:after {
|
| - -webkit-var-text: "ThIs LiNe oF TeXt sHoUlD Be iN MiXeD CaSe.";
|
| - content: -webkit-var(text);
|
| + var-text: "ThIs LiNe oF TeXt sHoUlD Be iN MiXeD CaSe.";
|
| + content: var(text);
|
| }
|
| </style>
|
| <div>There should be two lines of text, the latter containing mixed case.</div>
|
|
|