Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1529)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/empty-page.html

Issue 2735933002: DevTools: add tests to fixate bindings behavior (Closed)
Patch Set: DevTools: add tests to fixate bindings behavior Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <script>
3 window.onload = function()
4 {
5 function notifyFrontend()
6 {
7 InspectorTest.pageLoaded();
8 }
9 testRunner.dumpAsText();
10 testRunner.waitUntilDone();
11 testRunner.evaluateInWebInspector(42, "(" + notifyFrontend + ")()");
12 }
13 </script>
14 <p>empty page</p>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698