mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
commit
e65e881e1b
4 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
2
tests/ref/font_advance.html
Normal file
2
tests/ref/font_advance.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<!-- Not a reftest, but a crashtest for #4614 -->
|
||||
a<div id="test" style="font-size: 100000px">Hello world</div>
|
2
tests/ref/font_advance_ref.html
Normal file
2
tests/ref/font_advance_ref.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<!-- Not a reftest, but a crashtest for #4614 -->
|
||||
a<div id="test" style="font-size: 100000px">Hello world</div>
|
Loading…
Add table
Add a link
Reference in a new issue