mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision c063a8c9acc637e3bd72b719b46e6f2fb627da4a
This commit is contained in:
parent
e66ab111a6
commit
018bc3f219
140 changed files with 2806 additions and 431 deletions
|
@ -33,7 +33,7 @@
|
|||
const mediumWidth = getComputedStyle(reference).borderTopWidth; // e.g. 3px
|
||||
const currentColor = getComputedStyle(reference).color;
|
||||
|
||||
assert_not_inherited('appearance', 'auto', 'none');
|
||||
assert_not_inherited('appearance', 'none', 'auto');
|
||||
assert_inherited('caret-color', currentColor, 'rgba(42, 53, 64, 0.75)');
|
||||
assert_inherited('caret-shape', 'auto', 'bar');
|
||||
assert_inherited('cursor', 'auto', 'pointer');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue