| Index: trunk/LayoutTests/fast/css/variables/root-background-size.html
|
| ===================================================================
|
| --- trunk/LayoutTests/fast/css/variables/root-background-size.html (revision 150485)
|
| +++ trunk/LayoutTests/fast/css/variables/root-background-size.html (working copy)
|
| @@ -1,5 +1,9 @@
|
| <!DOCTYPE html>
|
| <html>
|
| +<script>
|
| +if (window.internals)
|
| + internals.settings.setCSSVariablesEnabled(true);
|
| +</script>
|
| <style>
|
| :root {
|
| -webkit-background-size: -webkit-calc(-webkit-var(a));
|
|
|
| Property changes on: trunk/LayoutTests/fast/css/variables/root-background-size.html
|
| ___________________________________________________________________
|
| Deleted: svn:mime-type
|
| - text/html
|
| Deleted: svn:eol-style
|
| - LF
|
|
|
|
|