Skip to content

Commit

Permalink
auto merge of #5130 : bjwbell/servo/inline_block_overflow_ref_test, r…
Browse files Browse the repository at this point in the history
…=glennw

For #3725
  • Loading branch information
bors-servo committed Mar 4, 2015
2 parents 72f8898 + 3b32178 commit 07a3ce2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/ref/basic.list
Expand Up @@ -148,6 +148,7 @@ fragment=top != ../html/acid2.html acid2_ref.html
== inline_block_baseline_a.html inline_block_baseline_ref.html
== inline_block_parent_width.html inline_block_parent_width_ref.html
== inline_block_parent_width_percentage.html inline_block_parent_width_ref.html
== inline_block_overflow.html inline_block_overflow_ref.html
== float_table_a.html float_table_ref.html
== table_containing_block_a.html table_containing_block_ref.html
== link_style_order.html link_style_order_ref.html
Expand Down
6 changes: 6 additions & 0 deletions tests/ref/inline_block_overflow.html
@@ -0,0 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<body>
a<span style="display: inline-block; overflow: hidden">b</span>
</body>
</html>
6 changes: 6 additions & 0 deletions tests/ref/inline_block_overflow_ref.html
@@ -0,0 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<body>
ab
</body>
</html>

0 comments on commit 07a3ce2

Please sign in to comment.