[wpt-sync] Sync PR 27023 - Implement style support for ::spelling-error + ::grammar-error
Categories
(Core :: Layout: Generated Content, Lists, and Counters, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27023 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27023
Details from upstream follow.
b'Delan Azabani <dazabani@igalia.com>' wrote:
Implement style support for ::spelling-error + ::grammar-error
This implements the style support only, behind a flag, based on the
::target-text counterpart in <https://crrev.com/c/2463563>.The paint code for querying these selectors and paint invalidation,
as well as the changes needed to limit the acceptable properties (à
la <https://crrev.com/c/2489657>), will be written in another CL.Bug: 1035708
Change-Id: I77e530fbbb78fb20c05325ef75babde91e5ef831Reviewed-on: https://chromium-review.googlesource.com/2606878
WPT-Export-Revision: 6a2574adf9f49c1e841510988d5df6c09de85f3e
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 40 subtests
Status Summary
Firefox
OK : 2
PASS: 28
FAIL: 16
Chrome
OK : 2
PASS: 32
FAIL: 12
Safari
OK : 2
PASS: 28
FAIL: 16
Links
Details
New Tests That Don't Pass
/css/css-pseudo/highlight-pseudos-computed.html
getComputedStyle() for ::selection: FAIL (Chrome: FAIL, Safari: FAIL)
getComputedStyle() for ::target-text: FAIL (Chrome: FAIL, Safari: FAIL)
getComputedStyle() for ::spelling-error: FAIL (Chrome: FAIL, Safari: FAIL)
getComputedStyle() for ::grammar-error: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-pseudo/parsing/highlight-pseudos.html
"::target-text" should be a valid selector: FAIL (Chrome: PASS, Safari: FAIL)
".a::target-text" should be a valid selector: FAIL (Chrome: PASS, Safari: FAIL)
"div ::target-text" should be a valid selector: FAIL (Chrome: PASS, Safari: FAIL)
"::part(my-part)::target-text" should be a valid selector: FAIL (Chrome: PASS, Safari: FAIL)
"::spelling-error" should be a valid selector: FAIL (Chrome: FAIL, Safari: FAIL)
".a::spelling-error" should be a valid selector: FAIL (Chrome: FAIL, Safari: FAIL)
"div ::spelling-error" should be a valid selector: FAIL (Chrome: FAIL, Safari: FAIL)
"::part(my-part)::spelling-error" should be a valid selector: FAIL (Chrome: FAIL, Safari: FAIL)
"::grammar-error" should be a valid selector: FAIL (Chrome: FAIL, Safari: FAIL)
".a::grammar-error" should be a valid selector: FAIL (Chrome: FAIL, Safari: FAIL)
"div ::grammar-error" should be a valid selector: FAIL (Chrome: FAIL, Safari: FAIL)
"::part(my-part)::grammar-error" should be a valid selector: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c4385e6aeadf
https://hg.mozilla.org/mozilla-central/rev/0f7af81c0ba0
Description
•