servo/tests/ref/linebreak_inline_span_a.html
2014-09-08 20:21:42 -06:00

24 lines
699 B
HTML

<html>
<head>
<style type="text/css">
* {
margin: 0px;
padding: 0px;
}
</style>
</head>
<body>
<blockquote>
The <span>most terrifying</span> fact about the universe <span>is not that
it is hostile but that it is indifferent;</span> but if we can come to terms
with this indifference and accept the<span> challenges</span> of <span>life
<span>within</span></span> the boundaries of death - <span>however</span>
mutable man may be able to make them - our existence as a species can have
genuine meaning and fulfillment. However vast the darkness, we must supply
our own light.
<footer>
<cite>Stanley Kubrick</cite>
</footer>
</blockquote>
</body>
</html>