[wpt-sync] Sync PR 34517 - [bfcache] Fix wpt for embed/object elements
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34517 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34517
Details from upstream follow.
Ming-Ying Chung <mych@chromium.org> wrote:
[bfcache] Fix wpt for embed/object elements
- Update
runBfcacheTestForEmbeds
to not set type or src attribute
when it doesn't exist in the provided testCase.- Renamed incorrectly spelled test cases from embeded-* to embedded-*
Bug: 1325192
Change-Id: Icf31d7205d308350665a3390c3c8c19a4cad7637Reviewed-on: https://chromium-review.googlesource.com/3716334
WPT-Export-Revision: 8863f76ce766d23d419d2387b19b3120f40c35b6
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 6 tests and 2 subtests
Status Summary
Firefox
PASS
: 6
TIMEOUT
: 12
Chrome
PRECONDITION_FAILED
: 6
TIMEOUT
: 12
Links
Details
New Tests That Don't Pass
- /html/semantics/embedded-content/bfcache/embedded-html.html [wpt.fyi]:
TIMEOUT
(Chrome:TIMEOUT
)- Page with <object type=text/html data=/resources/blank.html>:
TIMEOUT
(Chrome:TIMEOUT
)
- Page with <object type=text/html data=/resources/blank.html>:
- /html/semantics/embedded-content/bfcache/embedded-img.html [wpt.fyi]:
TIMEOUT
(Chrome:TIMEOUT
)- Page with <object type=image/png data=/images/blue.png>:
TIMEOUT
(Chrome:TIMEOUT
)
- Page with <object type=image/png data=/images/blue.png>:
- /html/semantics/embedded-content/bfcache/embedded-js.html [wpt.fyi]:
TIMEOUT
(Chrome:TIMEOUT
)- Page with <object type=application/javascript data=/resources/test-only-api.js>:
TIMEOUT
(Chrome:TIMEOUT
)
- Page with <object type=application/javascript data=/resources/test-only-api.js>:
- /html/semantics/embedded-content/bfcache/embedded-mp4.html [wpt.fyi]:
TIMEOUT
(Chrome:TIMEOUT
)- Page with <object type=undefined data=/media/white.mp4>:
TIMEOUT
(Chrome:TIMEOUT
)
- Page with <object type=undefined data=/media/white.mp4>:
- /html/semantics/embedded-content/bfcache/embedded-not-found.html [wpt.fyi]:
TIMEOUT
(Chrome:TIMEOUT
)- Page with <object type=image/png data=/404.png>:
TIMEOUT
(Chrome:TIMEOUT
)
- Page with <object type=image/png data=/404.png>:
- /html/semantics/embedded-content/bfcache/embedded-type-only.html [wpt.fyi]:
TIMEOUT
(Chrome:TIMEOUT
)- Page with <object type=text/html data=undefined>:
TIMEOUT
(Chrome:TIMEOUT
)
- Page with <object type=text/html data=undefined>:
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f4577c383822
https://hg.mozilla.org/mozilla-central/rev/785de9c7a874
Description
•