Update web-platform-tests to revision ebeb032b23de5abb7f9fd7fffcf471eaa6e2c154

This commit is contained in:
WPT Sync Bot 2019-08-10 10:26:11 +00:00
parent b3c0ed295f
commit a45a4f8e2b
55 changed files with 895 additions and 104 deletions

View file

@ -18,7 +18,7 @@
<script>
assert_not_inherited('alignment-baseline', 'baseline', 'central');
assert_not_inherited('baseline-shift', '0px', '10px');
assert_inherited('dominant-baseline', 'normal', 'central');
assert_inherited('dominant-baseline', 'auto', 'central');
assert_not_inherited('initial-letters', 'normal', '2 3');
assert_inherited('initial-letters-align', 'alphabetic', 'hanging');
assert_inherited('initial-letters-wrap', 'none', 'grid');