Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
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.