Comment 0 for bug 1032140

Revision history for this message
Yongqin Liu (liuyq0307) wrote :

when run methanol test on panda-jb-gcc47-tilt-stable-blob#9 from the sdcard partition,
it reports the following error from logcat:

--------- beginning of /dev/log/main
E/browser ( 2532): Console: Unsafe JavaScript attempt to access frame with URL file:///sdcard/methanol/fire-svg.html from frame with URL file:///sdcard/methanol/svg/pure/blur.svg. Domains, protocols and ports must match.
E/browser ( 2532): null:1
E/browser ( 2532): Console: Uncaught TypeError: Property 'methanol_next' of object [object DOMWindow] is not a function file:///sdcard/methanol/svg/pure/blur.svg:4
E/browser ( 2532): Console: Unsafe JavaScript attempt to access frame with URL file:///sdcard/methanol/fire-smp.html from frame with URL file:///sdcard/methanol/smp/3d-terrain-demo/single/index.html. Domains, protocols and ports must match.
E/browser ( 2532): null:1
E/browser ( 2532): Console: Uncaught TypeError: Property 'methanol_next' of object [object DOMWindow] is not a function file:///sdcard/methanol/smp/3d-terrain-demo/single/demo.js:31

The steps I did is:
1. git clone git://gitorious.org/methanol/methanol.git
2. adb push methanol/ /sdcard/methanol
3. open the browser
4. input file:///sdcard/methanol/fire-svg.html to the address bar of browser and press enter
5. when the browser stops, input file:///sdcard/methanol/fire-svg.html to the address bar of browser and press enter