[wpt-sync] Sync PR 33221 - Add tests for hidden attribute user agent stylesheet
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33221 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33221
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Add tests for hidden attribute user agent stylesheet
Bug: 1055002
Change-Id: Iab14dd4c1d11c16ddc4f41d18a1f75b34b3735d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3529819
Reviewed-by: Vladimir Levin \<vmpstr@chromium.org>
Commit-Queue: Joey Arhar \<jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#982847}
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 8 subtests
Status Summary
Firefox
OK : 1
PASS: 1
FAIL: 7
Chrome
OK : 1
PASS: 8
Safari
OK : 1
PASS: 1
FAIL: 7
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/editing/the-hidden-attribute/hidden-ua-stylesheet.html
div.removeAttribute('hidden'): FAIL (Chrome: PASS, Safari: FAIL)
div.setAttribute('hidden', ''): FAIL (Chrome: PASS, Safari: FAIL)
div.setAttribute('hidden', 'asdf'): FAIL (Chrome: PASS, Safari: FAIL)
div.setAttribute('hidden', 'until-found'): FAIL (Chrome: PASS, Safari: FAIL)
div.setAttribute('hidden', 'UNTIL-FOUND'): FAIL (Chrome: PASS, Safari: FAIL)
div.setAttribute('hidden', 'UnTiL-FoUnD'): FAIL (Chrome: PASS, Safari: FAIL)
div.setAttribute('hidden', '0'): FAIL (Chrome: PASS, Safari: FAIL)
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c625d68edfb5
https://hg.mozilla.org/mozilla-central/rev/b4356cf07ae5
Description
•