| OLD | NEW |
| 1 CONSOLE WARNING: Avoid synchronous requests as it hampers user experience due to
unresponsiveness of the web page. Refer https://xhr.spec.whatwg.org/#sync-warni
ng. |
| 1 | 2 |
| 2 | 3 |
| 3 -------- | 4 -------- |
| 4 Frame: 'outputFrame' | 5 Frame: 'outputFrame' |
| 5 -------- | 6 -------- |
| 6 This test tests that all DB callbacks are called in the context they were create
d, rather than the context where the DB handle was created. | 7 This test tests that all DB callbacks are called in the context they were create
d, rather than the context where the DB handle was created. |
| 7 PASS: The transaction callback was called in the correct context. | 8 PASS: The transaction callback was called in the correct context. |
| 8 Referrer: http://127.0.0.1:8000/storage/resources/callbacks-are-called-in-correc
t-context-second-frame.html | 9 Referrer: http://127.0.0.1:8000/storage/resources/callbacks-are-called-in-correc
t-context-second-frame.html |
| 9 PASS: The statement success callback was called in the correct context. | 10 PASS: The statement success callback was called in the correct context. |
| 10 Referrer: http://127.0.0.1:8000/storage/resources/callbacks-are-called-in-correc
t-context-second-frame.html | 11 Referrer: http://127.0.0.1:8000/storage/resources/callbacks-are-called-in-correc
t-context-second-frame.html |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 | 44 |
| 44 -------- | 45 -------- |
| 45 Frame: 'secondFrame' | 46 Frame: 'secondFrame' |
| 46 -------- | 47 -------- |
| 47 | 48 |
| 48 | 49 |
| 49 -------- | 50 -------- |
| 50 Frame: 'thirdFrame' | 51 Frame: 'thirdFrame' |
| 51 -------- | 52 -------- |
| 52 | 53 |
| OLD | NEW |