[wpt-sync] Sync PR 34729 - Fix async->manual rename in CSS, plus add more testing
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34729 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34729
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Fix async->manual rename in CSS, plus add more testing
When [1] landed, it forgot to change the default CSS for
async
tomanual
. Clearly that indicates a lack of appearance testing,
so this CL adds a WPT for the appearance of pop-ups. I also opened
this issue to discuss the standard styling:https://github.com/openui/open-ui/issues/561
In the meantime, this CL also refactors all of the test-assumed default
styles for [popup] into popup-styles.css, so that if we change these
in the future it won't be so painful.This CL also had to add code to the \<selectmenu> positioning algorithm
to remove any margin. I think that's the right way to handle this,
but that does mean developermargin
settings on a slotted listbox
won't have any effect. That seems right, but I don't know for sure.[1] https://chromium-review.googlesource.com/c/chromium/src/+/3722345
Bug: 1307772
Change-Id: I4ecf7bee947e90e2abdcedb47b3d38c958abb2f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3749343
Reviewed-by: Joey Arhar \<jarhar@chromium.org>
Commit-Queue: Mason Freed \<masonf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1021422}
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 10 tests
Status Summary
Firefox
FAIL
: 7
TIMEOUT
: 3
Chrome
PASS
: 2
FAIL
: 8
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/popups/popup-animated-hide-display.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:FAIL
) - /html/semantics/popups/popup-animated-hide-finishes.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:PASS
) - /html/semantics/popups/popup-animated-show-display.tentative.html [wpt.fyi]:
TIMEOUT
(Chrome:FAIL
) - /html/semantics/popups/popup-appearance.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
) - /html/semantics/popups/popup-backdrop-appearance.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
) - /html/semantics/popups/popup-defaultopen-display.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
) - /html/semantics/popups/popup-hidden-display.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
) - /html/semantics/popups/popup-open-display.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
) - /html/semantics/popups/popup-open-overflow-display.tentative.html [wpt.fyi]:
FAIL
(Chrome:PASS
) - /html/semantics/popups/popup-stacking-context.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
)
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c6ff52841391
https://hg.mozilla.org/mozilla-central/rev/0a12e5d5fcb4
Description
•