mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
layout: Add initial support for the ::marker
pseudo-element (#36317)
This change adds support for the `::marker` pseudo-element and ensure that markers are cached into the box tree. This is only initial support, there are a few things missing such as animations, transitions, and support the `content` CSS property. Testing: There are WPT tests for this change. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
a5c547259f
commit
2b63e60e8f
27 changed files with 282 additions and 276 deletions
|
@ -2,95 +2,47 @@
|
|||
[Computed value of 'font-variant-numeric' for outside symbol]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-transform' for outside symbol]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-indent' for outside symbol]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'font-variant-numeric' for outside decimal]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-transform' for outside decimal]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-indent' for outside decimal]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'font-variant-numeric' for outside string]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-transform' for outside string]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-indent' for outside string]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'font-variant-numeric' for outside marker]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-transform' for outside marker]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-indent' for outside marker]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'font-variant-numeric' for inside symbol]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-transform' for inside symbol]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-indent' for inside symbol]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'font-variant-numeric' for inside decimal]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-transform' for inside decimal]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-indent' for inside decimal]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'font-variant-numeric' for inside string]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-transform' for inside string]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-indent' for inside string]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'font-variant-numeric' for inside marker]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-transform' for inside marker]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'text-indent' for inside marker]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'unicode-bidi' for outside symbol]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'unicode-bidi' for outside decimal]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'unicode-bidi' for outside string]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'unicode-bidi' for outside marker]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'unicode-bidi' for inside symbol]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'unicode-bidi' for inside decimal]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'unicode-bidi' for inside string]
|
||||
expected: FAIL
|
||||
|
||||
[Computed value of 'unicode-bidi' for inside marker]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue