Back to Chromium

Do While Without Semicolon

third_party/blink/web_tests/fast/js/do-while-without-semicolon.html

149.0.7827.2250 B
Original Source

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.

FAIL: Script following do/while statement did not execute.