Move whitespace_nowrap_line_breaking_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 20:35:57 -04:00
parent 8dd2d09a34
commit 7446c95c35
4 changed files with 25 additions and 1 deletions

View file

@ -252,7 +252,6 @@ prefs:"layout.viewport.enabled" == viewport_rule.html viewport_rule_ref.html
# == webgl-context/tex_image_2d_simple.html webgl-context/tex_image_2d_simple_ref.html
flaky_macos == white_space_intrinsic_sizes_a.html white_space_intrinsic_sizes_ref.html
== whitespace_nowrap_line_breaking_a.html whitespace_nowrap_line_breaking_ref.html
== whitespace_pre.html whitespace_pre_ref.html
== width_nonreplaced_block_simple_a.html width_nonreplaced_block_simple_b.html
== word_break_a.html word_break_ref.html

View file

@ -1,22 +0,0 @@
<!DOCTYPE html>
<style>
body, html {
margin: 0;
}
em {
white-space: nowrap;
}
section {
background: gold;
width: 300px;
}
</style>
<section>
<em>Daniel Dennett</em>
<em>Michael Tye</em>
<em>David Chalmers</em>
<em>Patricia Churchland</em>
<em>Colin McGinn</em>
</section>

View file

@ -1,31 +0,0 @@
<!DOCTYPE html>
<style>
body, html {
margin: 0;
}
em {
white-space: nowrap;
}
section {
background: gold;
width: 300px;
}
#cover {
background: white;
position: absolute;
top: 0;
left: 300px;
right: 0;
bottom: 0;
}
</style>
<section>
<em>Daniel Dennett</em>
<em>Michael Tye</em>
<em>David Chalmers</em>
<em>Patricia Churchland</em>
<em>Colin McGinn</em>
</section>
<div id=cover>
</div>