chromium/third_party/blink/web_tests/fast/js/do-while-without-semicolon-expected.txt

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.