Sign in
webkit
/
WebKit
/
208c91fe7c5e2848f0c13a760e2934fc09af53da
/
.
/
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