Closed
Bug 1784898
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 35471 - Add tests to verify user-modify is unsupported
Categories
(Core :: Layout, task, P4)
Core
Layout
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream error])
Sync web-platform-tests PR 35471 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35471
Details from upstream follow.
Howard Edwards <howarde.edwards@gmail.com> wrote:
Add tests to verify user-modify is unsupported
This adds tests to check that
-webkit-user-modify
is unsupported.
Assignee | ||
Updated•3 years ago
|
Component: web-platform-tests → Layout
Product: Testing → Core
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=061a62a392394937ff196510b452d6add4c28354
Assignee | ||
Updated•3 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 9 tests and 2 subtests
Status Summary
Firefox
OK
: 9
PASS
: 10
FAIL
: 5
Chrome
OK
: 9
PASS
: 10
FAIL
: 5
Safari
OK
: 9
PASS
: 10
FAIL
: 5
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/css-ui/historical/moz-user-modify-01.html [wpt.fyi]
- -moz-user-modify is not supported:
FAIL
- -moz-user-modify is not supported:
- /css/css-ui/historical/moz-user-modify-02.html [wpt.fyi]
- contenteditable="true" doesn't use unsupported -moz-user-modify property:
FAIL
- contenteditable="plaintext-only" doesn't use unsupported -moz-user-modify property:
FAIL
- contenteditable="true" doesn't use unsupported -moz-user-modify property:
- /css/css-ui/historical/moz-user-modify-03.html [wpt.fyi]
- @supports doesn't use unsupported -moz-user-modify property:
FAIL
- CSS.supports doesn't use unsupported -moz-user-modify property:
FAIL
- @supports doesn't use unsupported -moz-user-modify property:
New Tests That Don't Pass
- /css/css-ui/historical/moz-user-modify-01.html [wpt.fyi]
- -moz-user-modify is not supported:
FAIL
(Chrome:PASS
, Safari:PASS
)
- -moz-user-modify is not supported:
- /css/css-ui/historical/moz-user-modify-02.html [wpt.fyi]
- contenteditable="true" doesn't use unsupported -moz-user-modify property:
FAIL
(Chrome:PASS
, Safari:PASS
) - contenteditable="plaintext-only" doesn't use unsupported -moz-user-modify property:
FAIL
(Chrome:PASS
, Safari:PASS
)
- contenteditable="true" doesn't use unsupported -moz-user-modify property:
- /css/css-ui/historical/moz-user-modify-03.html [wpt.fyi]
- @supports doesn't use unsupported -moz-user-modify property:
FAIL
(Chrome:PASS
, Safari:PASS
) - CSS.supports doesn't use unsupported -moz-user-modify property:
FAIL
(Chrome:PASS
, Safari:PASS
)
- @supports doesn't use unsupported -moz-user-modify property:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b48774597816
[wpt PR 35471] - Add tests to verify user-modify is unsupported, a=testonly
https://hg.mozilla.org/integration/autoland/rev/ee7c47ec13f9
[wpt PR 35471] - Update wpt metadata, a=testonly
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b48774597816
https://hg.mozilla.org/mozilla-central/rev/ee7c47ec13f9
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•