Chromium Code Reviews| Index: LayoutTests/fast/css/variables/prefix-expected.html |
| diff --git a/LayoutTests/fast/css/variables/prefix-expected.html b/LayoutTests/fast/css/variables/prefix-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c89b35743fd92347a30bf702985919b2f8677c37 |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/variables/prefix-expected.html |
| @@ -0,0 +1,8 @@ |
| +<style> |
| +#styled { |
| + color: white; |
| + background-color: green; |
| +} |
| +</style> |
| +<div id="styled">This text should be white on a green background.</div> |
| +<div>This text should end in an unprefixed CSS variable property: var-test</div> |