layout/reftests/css-selectors/sibling-combinators-on-anon-content-ref.xhtml@4ab42b5ab56c
layout/reftests/css-selectors/sibling-combinators-on-anon-content-ref.xhtml
Wed, 31 Dec 2014 07:53:36 +0100
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Wed, 31 Dec 2014 07:53:36 +0100
- branch
- TOR_BUG_3246
- changeset 5
- 4ab42b5ab56c
- permissions
- -rw-r--r--
Correct small whitespace inconsistency, lost while renaming variables.
2 <html xmlns="http://www.w3.org/1999/xhtml">
5 .a + .b { color: green; }
9 <span><span class="a"></span>
10 <span class="b">This should be green</span></span>