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