Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / direct-entry-to-function-code.html
blob944c9e57baed7642351031e979d97b482545ca32
1 <!-- This test covers re-entry to global code from a function node, without ever executing global code prior to the first function call.
2 -->
3 <body id="bodyNode" onload="document.write('<script' + '>' + 'var x = 0; var y = 1; var z = 2; if (window.testRunner) testRunner.dumpAsText(); document.write(\'<div>This test ensures that we can directly enter JS function code and re-enter globally without any initial global code being executed.</div>\')' + '</script' + '>');">
4 This test makes sure JS can enter a function directly without first executing global code.
5 </body>