Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
media
/
session
/
default-session-expected.txt
blob: dc47c57d9446f2fa84cd1364567c65fe7ba2b5a0 [
file
] [
log
] [
blame
]
New media elements are assigned to the Default media session, which is not exposed through the session attribute.
RUN(audioElement = document.createElement('audio'))
EXPECTED (audioElement.session == 'null') OK
END OF TEST