[wpt-sync] Sync PR 34503 - Fix test error on css/selectors/has-error-recovery.html
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox104 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34503 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34503
Details from upstream follow.
Byungwoo Lee <blee@igalia.com> wrote:
Fix test error on css/selectors/has-error-recovery.html
The test fails at line 49 since querySelector() returns 'html' instead
of '#test-div'.To specify the correct subject element, use child relationship.
Bug: 1337497
Change-Id: Ia87775a50fd3fef3a0ebfbe6cea4e877abca82ee
Reviewed-on: https://chromium-review.googlesource.com/3715817
WPT-Export-Revision: a2b2ffa53f5d8d6cffa9e728e73eac6ed5817bc4
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
PASS: 1
Safari
OK : 1
FAIL: 1
Links
Details
New Tests That Don't Pass
- /css/selectors/has-error-recovery.html [wpt.fyi]
- CSS Selectors: :has() error recovery:
FAIL(Chrome:PASS, Safari:FAIL)
- CSS Selectors: :has() error recovery:
Comment 5•3 years ago
|
||
| bugherder | ||
Description
•