1 2 3 4 5 6 7 8 9 10
fuchsia_web / webengine / test / data / websql.html [blame] <!DOCTYPE html> <html> <script> if (window.openDatabase) { document.title = "websql available"; } else { document.title = "websql not available"; } </script> </html>