mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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>
|
||||
|
|
@ -9255,18 +9255,12 @@
|
|||
[HTMLFontElement interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFontElement interface: attribute color]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFontElement interface: attribute face]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFontElement interface: attribute size]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFontElement interface: document.createElement("font") must inherit property "color" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFontElement interface: document.createElement("font") must inherit property "face" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -8523,135 +8523,6 @@
|
|||
[font.tabIndex: IDL set to -2147483648 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: setAttribute() to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to "" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to undefined followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to 7 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to 1.5 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to true followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to false followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to object "[object Object\]" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to NaN followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to Infinity followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to -Infinity followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to "\\0" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to null followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to object "test-toString" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.color: IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[font.face: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue