mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'e64f8298db78f39737eefedf5f59b99ba98d309b'
This commit is contained in:
parent
410535f5e0
commit
a04daa7e71
151 changed files with 3177 additions and 604 deletions
|
@ -21,11 +21,13 @@ assert_inherited('letter-spacing', 'normal', '10px');
|
|||
assert_inherited('line-break', 'auto', 'strict');
|
||||
assert_inherited('overflow-wrap', 'normal', 'break-word');
|
||||
assert_inherited('tab-size', '8', '10px');
|
||||
assert_inherited('text-align', 'start', 'right');
|
||||
assert_inherited('text-align-all', 'start', 'right');
|
||||
assert_inherited('text-align-last', 'auto', 'right');
|
||||
assert_inherited('text-indent', '0px', '10px');
|
||||
assert_inherited('text-justify', 'auto', 'inter-character');
|
||||
assert_inherited('text-transform', 'none', 'uppercase');
|
||||
assert_inherited('text-wrap', 'wrap', 'nowrap');
|
||||
assert_inherited('white-space', 'normal', 'pre-wrap');
|
||||
assert_inherited('word-break', 'normal', 'break-all');
|
||||
assert_inherited('word-spacing', '0px', '10px');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue