<webview>: Add JavaScript test for IndexedDB isolation.
Remove the old and disabled test.
Previously we used to run the test partly in cpp and partly in JS.
This CL changes the test code to run entirely in JS, requiring less
context switches (== faster) and improving readability.
BUG=
248500,
160361
Test=None, no visible changes.
Committed:
https://crrev.com/c4ae3ecb1e6d47a891123d44229f4ee5f9a834ac
Cr-Commit-Position: refs/heads/master@{#329863}