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

Side by Side Diff: LayoutTests/http/tests/inspector-protocol/access-inspected-object.html

Issue 183663014: DevTools: Unify protocol test scripts naming with frontend tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed tests Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script type="text/javascript" src="resources/protocol-test.js"></script> 3 <script type="text/javascript" src="inspector-protocol-test.js"></script>
4 <script> 4 <script>
5 if (window.testRunner) { 5 if (window.testRunner) {
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 testRunner.waitUntilDone(); 7 testRunner.waitUntilDone();
8 } 8 }
9 9
10 function test() 10 function test()
11 { 11 {
12 InspectorTest.sendCommand("DOM.getDocument", {}, didGetDocument); 12 InspectorTest.sendCommand("DOM.getDocument", {}, didGetDocument);
13 13
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 } 66 }
67 } 67 }
68 68
69 </script> 69 </script>
70 </head> 70 </head>
71 <body> 71 <body>
72 <p>Test that code evaluated in the main frame cannot access $0 that resolves int o a node in a frame from a different domain. <a href="https://bugs.webkit.org/sh ow_bug.cgi?id=105423">Bug 105423.</p> 72 <p>Test that code evaluated in the main frame cannot access $0 that resolves int o a node in a frame from a different domain. <a href="https://bugs.webkit.org/sh ow_bug.cgi?id=105423">Bug 105423.</p>
73 <iframe id="myframe" src="http://localhost:8000/inspector-protocol/resources/tes t-page.html" onload="runTest()"></iframe> 73 <iframe id="myframe" src="http://localhost:8000/inspector-protocol/resources/tes t-page.html" onload="runTest()"></iframe>
74 </body> 74 </body>
75 </html> 75 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698