auto merge of #5472 : jdm/servo/advance, r=jdm

Rebased from #5035.
This commit is contained in:
bors-servo 2015-04-01 16:45:40 -06:00
commit e65e881e1b
4 changed files with 10 additions and 2 deletions

View file

@ -102,6 +102,7 @@ flaky_cpu == append_style_a.html append_style_b.html
== floated_generated_content_a.html floated_generated_content_b.html
== floated_list_item_a.html floated_list_item_ref.html
== floated_table_with_margin_a.html floated_table_with_margin_ref.html
== font_advance.html font_advance_ref.html
== font_size.html font_size_ref.html
== font_style.html font_style_ref.html
== height_compute_reset.html height_compute.html

View file

@ -0,0 +1,2 @@
<!-- Not a reftest, but a crashtest for #4614 -->
a<div id="test" style="font-size: 100000px">Hello world</div>

View file

@ -0,0 +1,2 @@
<!-- Not a reftest, but a crashtest for #4614 -->
a<div id="test" style="font-size: 100000px">Hello world</div>