[wpt-sync] Sync PR 46479 - CV: Add content attribute handling + test
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46479 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46479
Details from upstream follow.
Vladimir Levin <vmpstr@chromium.org> wrote:
CV: Add content attribute handling + test
This patch adds a content attribute parsing and a wpt test for
contentvisibilityautostatechange eventChange-Id: Iae610a794477d3ca0b346b752b489cd101399fcc
Reviewed-on: https://chromium-review.googlesource.com/5570779
WPT-Export-Revision: 111eb0c9454406416deb434c7732f020d650b883
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 6 subtests
Status Summary
Firefox
PASS
: 1
FAIL
: 1
TIMEOUT
: 2
NOTRUN
: 3
Chrome
OK
: 1
PASS
: 5
FAIL
: 1
Safari
OK
: 1
PASS
: 5
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/css-contain/content-visibility/content-visibility-auto-state-changed.html [wpt.fyi]:
SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
],TIMEOUT
[GitHub
]- ContentVisibilityAutoStateChange fires when relevant element gains
content-visibility:auto
(oncontentvisibilityautostatechange syntax):TIMEOUT
- ContentVisibilityAutoStateChange fires when not relevant element gains
content-visibility:auto
:NOTRUN
- ContentVisibilityAutoStateChange fires when skipped:
NOTRUN
- ContentVisibilityAutoStateChange fires when not skipped:
NOTRUN
- ContentVisibilityAutoStateChange fires when relevant element gains
New Tests That Don't Pass
- /css/css-contain/content-visibility/content-visibility-auto-state-changed.html [wpt.fyi]:
SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
],TIMEOUT
[GitHub
] (Chrome:OK
, Safari:OK
)- ContentVisibilityAutoStateChange fires when relevant element gains
content-visibility:auto
(oncontentvisibilityautostatechange syntax):TIMEOUT
(Chrome:PASS
, Safari:PASS
) - ContentVisibilityAutoStateChange fires when not relevant element gains
content-visibility:auto
:NOTRUN
(Chrome:PASS
, Safari:PASS
) - ContentVisibilityAutoStateChange content attribute test:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - ContentVisibilityAutoStateChange fires when skipped:
NOTRUN
(Chrome:PASS
, Safari:PASS
) - ContentVisibilityAutoStateChange fires when not skipped:
NOTRUN
(Chrome:PASS
, Safari:PASS
)
- ContentVisibilityAutoStateChange fires when relevant element gains
Tests Disabled in Gecko Infrastructure
- /css/css-contain/content-visibility/content-visibility-auto-state-changed.html [wpt.fyi]:
SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
],TIMEOUT
[GitHub
] (Chrome:OK
, Safari:OK
)
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ad1a5f6d09d0
https://hg.mozilla.org/mozilla-central/rev/51313b83afa0
Description
•