| var DB_TEST_SUFFIX = "_dom"; |
| function openDatabaseWithSuffix(name, version, description, size, callback) |
| if (arguments.length > 4) { |
| return openDatabase(name + DB_TEST_SUFFIX, version, description, size, callback); |
| return openDatabase(name + DB_TEST_SUFFIX, version, description, size); |
| document.getElementById("console").innerText += message + "\n"; |
| function setLocationHash(hash) { |
| function setupAndRunTest() |
| if (window.layoutTestController) { |
| layoutTestController.dumpAsText(); |
| layoutTestController.waitUntilDone(); |
| document.getElementById("console").innerText = ""; |