Bug 519168. Address David's comments.

This commit is contained in:
Robert O'Callahan 2009-11-16 14:01:01 +13:00
parent e1b43506e6
commit 144a4b1c79

View File

@ -23,9 +23,9 @@
span { background: red; color: green; }
.X, .space { background:green; color:transparent; }
.X::before { content:"X"; }
.space::before { content:" "; }
.X::before, .space::before { background:green; color:transparent; }
.X::before { content:"X"; }
.space::before { content:" "; }
]]></style>
</head>