Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / variables / value-case-sensitive.html
1 <!DOCTYPE html>
2 <html>
3 <style>
4 #test:after {
5     var-text: "ThIs LiNe oF TeXt sHoUlD Be iN MiXeD CaSe.";
6     content: var(text);
7 }
8 </style>
9 <div>There should be two lines of text, the latter containing mixed case.</div>
10 <div id="test"></div>
11 </html>