Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
workers
/
storage
/
execute-sql-args-sync.html
blob: 8b2176c0e0394e1f1b8977d50ee937f48d023e0f [
file
] [
log
] [
blame
]
<html>
<head>
<script
src
=
"resources/test-inputs-common.js"
></script>
</head>
<body
onload
=
"
runTest
(
'resources/execute-sql-args-sync.js'
)
"
>
Test various inputs to executeSql().
<pre
id
=
"console"
>
</pre>
</body>
</html>