Closed
Bug 1304974
Opened 8 years ago
Closed 8 years ago
Fix /html/semantics/embedded-content/media-elements/ready-states/autoplay.html
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
DUPLICATE
of bug 1239899
People
(Reporter: jwwang, Assigned: jwwang)
Details
http://searchfox.org/mozilla-central/rev/8910ca900f826a9b714607fd23bfa1b37a191eca/testing/web-platform/meta/html/semantics/embedded-content/media-elements/ready-states/autoplay.html.ini#1
We didn't call Pause() when the element is detached from the DOM tree to reset the autoplay flag. So autoplay still kicks off and fails the test.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jwwang
Priority: -- → P3
Assignee | ||
Updated•8 years ago
|
Component: web-platform-tests → Audio/Video: Playback
Product: Testing → Core
Assignee | ||
Comment 1•8 years ago
|
||
https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp?sq=package:chromium&dr=C&rcl=1474586563&l=615
Note Chrome calls pause() without checking paused.
http://searchfox.org/mozilla-central/rev/8910ca900f826a9b714607fd23bfa1b37a191eca/dom/html/HTMLMediaElement.cpp#3667
Assignee | ||
Comment 2•8 years ago
|
||
Fixed by bug 1239899.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•