Skip to content

Instantly share code, notes, and snippets.

@bsiggelkow
Created September 16, 2010 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsiggelkow/581742 to your computer and use it in GitHub Desktop.
Save bsiggelkow/581742 to your computer and use it in GitHub Desktop.
p=Harmony::Page.new(<<-HTML
<html><head><title>T</title></head><body></body></html>
HTML
)
p.execute_js("document.write('foo')")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment