Closed
Bug 1476240
Opened 8 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12017 - Add WPT tests for inert
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12017 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12017
Details from upstream follow.
Alice Boxhall <aboxhall@chromium.org> wrote:
> Add WPT tests for inert
>
> Bug: 692360
> Change-Id: Ie549ed3d33bd7f2cb7c5be070f931e29a2cb106b
> Reviewed-on: https://chromium-review.googlesource.com/1139846
> WPT-Export-Revision: ac6fbad3b4a98819875044f759cb9c67dbfb6091
| Assignee | ||
Updated•8 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=647931adbfcb3164388b1a1f630a6068c08f9551
| Assignee | ||
Comment 3•8 years ago
|
||
| Assignee | ||
Comment 4•8 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=11e18fe8b686ad2bc632de39df56ca1a69cd16b4
| Assignee | ||
Updated•8 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•8 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Comment 5•8 years ago
|
||
| Assignee | ||
Comment 6•8 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a9afd49cb78c3df3ac4099f2b3acdad57e40439c
| Assignee | ||
Comment 7•8 years ago
|
||
Ran 8 tests and 16 subtests
OK : 8
PASS : 5
FAIL : 11
New tests that have failures or other problems:
/html/editing/focus/inert/inert-in-shadow-dom.html
inert inside ShadowRoot affects slotted content: FAIL
/html/editing/focus/inert/inert-inlines.html
Tests that inert inlines do not receive mouse events. To test manually, click on all the "Click me"s. The test fails if you see red.: FAIL
/html/editing/focus/inert/inert-label-focus.html
Calling focus() on a label for a control which is in an inert subtree should have no effect.: FAIL
/html/editing/focus/inert/inert-node-is-uneditable.html
Can edit non-inert contenteditable: FAIL
Can't edit inert contenteditable: FAIL
/html/editing/focus/inert/inert-node-is-unfocusable.html
All focusable elements inside inert subtree are unfocusable: FAIL
Button with inert atribute is unfocusable.: FAIL
Can get inert via property: FAIL
Elements inside of inert subtrees return false when getting 'inert': FAIL
Setting inert via property correctly modifies inert state: FAIL
/html/editing/focus/inert/inert-node-is-unselectable.html
Inert nodes cannot be selected.: FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a25097d06d50
[wpt PR 12017] - Add WPT tests for inert, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/93e702f219aa
[wpt PR 12017] - Update wpt metadata, a=testonly
Comment 9•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a25097d06d50
https://hg.mozilla.org/mozilla-central/rev/93e702f219aa
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•