Sign in
webkit
/
WebKit
/
5969b6f1f74632b1546edb27bd956b187c2c3d52
/
.
/
LayoutTests
/
js
/
dom
/
do-while-without-semicolon-expected.txt
blob: 6ed0bc066e0b709a6aba9506f6a63bfb6be4550f [
file
] [
log
] [
blame
]
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.