Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ONEM-26034] Use |innerText| for accessing dash.js subs content
HTML node property |textContent| returns text without any whitespaces. It leads to |DASH-FMP4-AVC1-AAC-TTML Subtitles| failures on dash.js, because the returned value is verified against expected text which inluced '\n' character. Usage of |innerText| property solves the above issue.
- Loading branch information