Move linebreak_inline_span_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-19 18:34:07 -04:00
parent 93d9fe3d8a
commit 65ac57e2e9
4 changed files with 25 additions and 1 deletions

View file

@ -153,7 +153,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
!= linear_gradients_corners_a.html linear_gradients_corners_ref.html
== linear_gradients_reverse_a.html linear_gradients_reverse_ref.html
!= linear_gradients_smoke_a.html linear_gradients_smoke_ref.html
== linebreak_inline_span_a.html linebreak_inline_span_b.html
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
# Fails intermittently (#3636)
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html

View file

@ -1,24 +0,0 @@
<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>

View file

@ -1,23 +0,0 @@
<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>