mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Auto merge of #5989 - pcwalton:font-color, r=jdm
Improves Hacker News. r? @Ms2ger <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5989) <!-- Reviewable:end -->
This commit is contained in:
commit
ba340ec71b
9 changed files with 105 additions and 143 deletions
|
@ -102,6 +102,7 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== floated_table_with_margin_a.html floated_table_with_margin_ref.html
|
||||
== focus_selector.html focus_selector_ref.html
|
||||
== font_advance.html font_advance_ref.html
|
||||
== font_color_attribute_a.html font_color_attribute_ref.html
|
||||
== font_size.html font_size_ref.html
|
||||
== font_style.html font_style_ref.html
|
||||
== height_compute_reset.html height_compute.html
|
||||
|
|
9
tests/ref/font_color_attribute_a.html
Normal file
9
tests/ref/font_color_attribute_a.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<p><font color=blue>Servo</font></p>
|
||||
</body>
|
||||
</html>
|
||||
|
9
tests/ref/font_color_attribute_ref.html
Normal file
9
tests/ref/font_color_attribute_ref.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<p><font style="color: blue">Servo</font></p>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue