Skip to content

Commit

Permalink
Fix test in Firefox that was hacked to work in Canary (instead filed h…
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed May 23, 2016
1 parent 4a99b83 commit 1e2aed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/custom-style.html
Expand Up @@ -250,7 +250,7 @@
child-of-child-with-var {
/* in certain browsers (e.g. Safari) `top`, `bottom`, `left`, `right` don't compute
when no explicit position is defined (`relative` / `absolute` / `fixed`) */
position: absolute;
position: relative;
--variable-own-line: "Varela font";
margin-top: var(--variable-property-own-line);
margin-bottom: var(--variable-property-preceded-property);
Expand Down

0 comments on commit 1e2aed5

Please sign in to comment.