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

23 lines
617 B
HTML

<html>
<head>
<style type="text/css">
* {
margin: 0px;
padding: 0px;
}
</style>
</head>
<body>
<blockquote>
The most terrifying fact about the universe is not that it is hostile but
that it is indifferent; but if we can come to terms with this indifference
and accept the challenges of life within the boundaries of death - however
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>