haikuwebkit/LayoutTests/js/dom/do-while-without-semicolon-...

4 lines
196 B
Plaintext

This page verifies that a statement following a do/while statement will execute even if a semi-colon does not separate the two. See bug 10880.
PASS: Script following do/while statement executed.