Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/Geolocation/invalid-internals-arguments-no-crash.html

Issue 1948033003: Convert most geolocation layout tests to use a JS mock implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission-disconnect
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../../resources/js-test.js"></script>
5 </head>
6 <body>
7 <iframe id="ifr" src="about:blank"></iframe>
8 <script src="script-tests/invalid-internals-arguments.js"></script>
9 </body>
10 </html>
11
OLDNEW

Powered by Google App Engine