[wpt-sync] Sync PR 20774 - LazyLoad: Timeout when moving image elements between documents
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox73 fixed)
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20774 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20774
Details from upstream follow.
Rob Buis <rbuis@igalia.com> wrote:
LazyLoad: Timeout when moving image elements between documents
This CL adds WPT test for moving image elements between documents
as well as removing image elements.Bug: 1001968
Change-Id: I725b60bfaf2406d7fdeabe8d4422d0618dc29478
Reviewed-on: https://chromium-review.googlesource.com/1967084
WPT-Export-Revision: dd6fbfc8f53e2ea8b9c14f93875ff5810eefb13d
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK : 2
FAIL: 2
Chrome
OK : 2
PASS: 1
FAIL: 1
Safari
OK : 2
FAIL: 2
Links
Details
New Tests That Don't Pass
/loading/lazyload/move-element-and-scroll.tentative.html
Test that <img> below viewport is not loaded when moved to another document and then scrolled to: FAIL (Chrome: FAIL, Safari: FAIL)
/loading/lazyload/remove-element-and-scroll.tentative.html
Test that <img> below viewport is not loaded when removed from the document and then scrolled to: FAIL (Chrome: PASS, Safari: FAIL)
| Assignee | ||
Comment 3•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK : 2
FAIL: 2
Chrome
OK : 2
PASS: 1
FAIL: 1
Safari
OK : 2
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/loading/lazyload/move-element-and-scroll.tentative.html
Test that <img> below viewport is not loaded when moved to another document and then scrolled to: FAIL (Chrome: FAIL, Safari: FAIL)
/loading/lazyload/remove-element-and-scroll.tentative.html
Test that <img> below viewport is not loaded when removed from the document and then scrolled to: FAIL (Chrome: PASS, Safari: FAIL)
| Assignee | ||
Comment 4•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK : 2
FAIL: 2
Chrome
OK : 2
PASS: 1
FAIL: 1
Safari
OK : 2
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/loading/lazyload/move-element-and-scroll.tentative.html
Test that <img> below viewport is not loaded when moved to another document and then scrolled to: FAIL (Chrome: FAIL, Safari: FAIL)
/loading/lazyload/remove-element-and-scroll.tentative.html
Test that <img> below viewport is not loaded when removed from the document and then scrolled to: FAIL (Chrome: PASS, Safari: FAIL)
| Assignee | ||
Comment 6•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK : 2
FAIL: 2
Chrome
OK : 2
PASS: 1
FAIL: 1
Safari
OK : 2
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/loading/lazyload/move-element-and-scroll.tentative.html
Test that <img> below viewport is not loaded when moved to another document and then scrolled to: FAIL (Chrome: FAIL, Safari: FAIL)
/loading/lazyload/remove-element-and-scroll.tentative.html
Test that <img> below viewport is not loaded when removed from the document and then scrolled to: FAIL (Chrome: PASS, Safari: FAIL)
Comment 7•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5b2daf7d1d5f
https://hg.mozilla.org/mozilla-central/rev/d759b8c6265b
Description
•