mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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>
48 lines
1.5 KiB
INI
Vendored
48 lines
1.5 KiB
INI
Vendored
[getComputedStyle-pseudo.html]
|
|
[Item-based blockification of nonexistent pseudo-elements]
|
|
expected: FAIL
|
|
|
|
[Resolution of nonexistent pseudo-element styles]
|
|
expected: FAIL
|
|
|
|
[Unknown pseudo-elements throw]
|
|
expected: FAIL
|
|
|
|
[Unknown pseudo-element with a known string (ex: marker)]
|
|
expected: FAIL
|
|
|
|
[Pseudo-elements can use the full range of CSS syntax]
|
|
expected: FAIL
|
|
|
|
[Unknown pseudo-element with a known identifier: backdrop]
|
|
expected: FAIL
|
|
|
|
[Unknown pseudo-element with a known identifier: file-selector-button]
|
|
expected: PRECONDITION_FAILED
|
|
|
|
[Unknown pseudo-element with a known identifier: grammar-error]
|
|
expected: PRECONDITION_FAILED
|
|
|
|
[Unknown pseudo-element with a known identifier: highlight(name)]
|
|
expected: PRECONDITION_FAILED
|
|
|
|
[Unknown pseudo-element with a known identifier: placeholder]
|
|
expected: PRECONDITION_FAILED
|
|
|
|
[Unknown pseudo-element with a known identifier: spelling-error]
|
|
expected: PRECONDITION_FAILED
|
|
|
|
[Unknown pseudo-element with a known identifier: view-transition]
|
|
expected: PRECONDITION_FAILED
|
|
|
|
[Unknown pseudo-element with a known identifier: view-transition-image-pair(name)]
|
|
expected: PRECONDITION_FAILED
|
|
|
|
[Unknown pseudo-element with a known identifier: view-transition-group(name)]
|
|
expected: PRECONDITION_FAILED
|
|
|
|
[Unknown pseudo-element with a known identifier: view-transition-old(name)]
|
|
expected: PRECONDITION_FAILED
|
|
|
|
[Unknown pseudo-element with a known identifier: view-transition-new(name)]
|
|
expected: PRECONDITION_FAILED
|