Thanks Jacob. That does help. python -m SimpleHTTPServer & ./content_shell http://localhost:8000
Thanks. Sirish On Mon, Sep 18, 2017 at 4:51 PM, Jakob Kummerow <[email protected]> wrote: > Try serving the benchmark from a local webserver (one easy way: start python > -m SimpleHTTPServer in the Speedometer directory). > > On Mon, Sep 18, 2017 at 9:07 AM, <[email protected]> wrote: > >> Hi, >> >> I am trying to run Speedometer 2.0 (downloaded from Webkit/Websites/ >> browserbench.org/Speedometer2.0) on the content shell that I build out >> of Chromium source. >> >> >> ./content_shell index.html >> >> DevTools listening on ws://127.0.0.1:40373/devtools/ >> browser/96d730e6-13d3-4175-a147-63355f831f9e >> [5577:5577:0918/100222.033747:238519405135:INFO:CONSOLE(174)] "Uncaught >> SecurityError: Failed to read the 'contentDocument' property from >> 'HTMLIFrameElement': Blocked a frame with origin "null" from accessing a >> frame with origin "null". Protocols, domains, and ports must match.", >> source: file:///home/sirish/webkit/Websites/browserbench.org/Speedom >> eter2.0/resources/benchmark-runner.js (174) >> >> To be honest, I am not great on JavaScript yet. However, I am suspecting >> there might be "other" that I need to have on my system before I dig deep >> into Javascript. If that's the case, can some suggest/hint what I am >> missing? >> >> Thanks. >> Sirish >> >> -- >> -- >> v8-dev mailing list >> [email protected] >> http://groups.google.com/group/v8-dev >> --- >> You received this message because you are subscribed to the Google Groups >> "v8-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev > --- > You received this message because you are subscribed to a topic in the > Google Groups "v8-dev" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/v8-dev/qIQc0FrbQcE/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
