While trying to diagnose a significant graphics driver bug http://crbug.com/696187 using WTF, I enabled recording for the associated URL:
https://floooh.github.io/oryol-webgl2/asmjs/MultipleRenderTarget.html
Doing so causes the browser to go into an infinite loop reloading the page.
Maybe this is caused by the fact that the page is using WebGL 2.0 rather than WebGL 1.0, and WTF probably needs to be extended to support the new API. Still, it should fail more gracefully.
CC'ing @spite as he found similar problems trying to debug other WebGL content; not sure whether that was for WebGL 1.0 or 2.0.