I have the same situation with HERE
And to solve this problem I have to launch html file using Chrome at \"--allow-file-access-from-files\" mode. I tried next steps
On windows:
chrome --allow-file-access-from-files file:///C:/test%20-%203.html
On linux:
google-chrome --allow-file-access-from-files file:///C:/test%20-%203.html