Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
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.