servo/tests/ref/many_brs_a.html
Patrick Walton a0b369ae7d layout: Mark the styles of elements with pseudos as unshareable.
Makes multiple `<br>` elements work, since those are implemented via
`before` pseudos.
2014-10-08 22:46:54 -07:00

6 lines
89 B
HTML

<!DOCTYPE html>
<html>
<body>
Cupcakes<br>are<br>supremely<br>delicious.
</body>
</html>