Sign in
chromium
/
external
/
Webkit
/
master
/
.
/
LayoutTests
/
fast
/
workers
/
storage
/
empty-statement-sync.html
blob: 2174e6fc33c1999d21d7044fd58b8d2455befb6a [
file
]
<html>
<head>
<script
src
=
"resources/test-inputs-common.js"
></script>
</head>
<body
onload
=
"
runTest
(
'resources/empty-statement-sync.js'
)
"
>
This test tries to execute an empty statement.
<pre
id
=
"console"
>
</pre>
</body>
</html>