Update web-platform-tests to revision 9c26c9eb197c1beeca8947c1195d9ca57decf20b

This commit is contained in:
WPT Sync Bot 2020-12-28 08:20:26 +00:00
parent 94ad42066a
commit 63e4de4132
48 changed files with 156 additions and 152 deletions

View file

@ -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");