mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision 9c26c9eb197c1beeca8947c1195d9ca57decf20b
This commit is contained in:
parent
94ad42066a
commit
63e4de4132
48 changed files with 156 additions and 152 deletions
|
@ -77,7 +77,7 @@
|
|||
test(function() {
|
||||
window.document.documentElement.style="font-size: 2rlh; line-height: 142px;";
|
||||
f_s = get_root_font_size();
|
||||
assert_approx_equals( f_s, initial_f_s * 2, 1, "the rlh unit on the root element's font-size property actually works as a unit and doesn't merely cause a fallback that doesn't take the number of units into account");
|
||||
assert_approx_equals( f_s, initial_l_h * 2, 1, "the rlh unit on the root element's font-size property actually works as a unit and doesn't merely cause a fallback that doesn't take the number of units into account");
|
||||
|
||||
}, "2rlh in font-size on root");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue