mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
layout: <th>
should have text-align: center
when the child of an element with text-align: initial
(#33427)
This behavir is enabled via a special CSS value that we can share with Gecko. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
219a2f2038
commit
db0aee6b58
4 changed files with 18 additions and 26 deletions
|
@ -1,2 +0,0 @@
|
|||
[th-text-align.html]
|
||||
expected: FAIL
|
|
@ -113,12 +113,6 @@
|
|||
[table td align attribute justify is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table th align attribute center is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table th align attribute middle is correct]
|
||||
expected: FAIL
|
||||
|
||||
[table th align attribute left is correct]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -145,6 +139,3 @@
|
|||
|
||||
[table cellpadding attribute is correct]
|
||||
expected: FAIL
|
||||
|
||||
[th default align attribute is center]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue