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

Side by Side Diff: LayoutTests/inspector/sources/debugger-pause/eval-on-pause-blocked.html

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../../http/tests/inspector/inspector-test.js"></script> 3 <script src="../../../http/tests/inspector/inspector-test.js"></script>
4 <script src="../../../http/tests/inspector/console-test.js"></script> 4 <script src="../../../http/tests/inspector/console-test.js"></script>
5 <script src="../../../http/tests/inspector/debugger-test.js"></script> 5 <script src="../../../http/tests/inspector/debugger-test.js"></script>
6 <meta http-equiv="Content-Security-Policy" content="script-src 'unsafe-inline'"> 6 <meta http-equiv="Content-Security-Policy" content="script-src 'unsafe-inline'">
7 <script> 7 <script>
8 function testFunction() 8 function testFunction()
9 { 9 {
10 var foo = 2012; 10 var foo = 2012;
(...skipping 24 matching lines...) Expand all
35 </script> 35 </script>
36 </head> 36 </head>
37 <body onload="runTest()"> 37 <body onload="runTest()">
38 <p> 38 <p>
39 Test that evaluation in the context of top frame will not be blocked by Content- Security-Policy. 39 Test that evaluation in the context of top frame will not be blocked by Content- Security-Policy.
40 <a href="https://bugs.webkit.org/show_bug.cgi?id=77203">Bug 77203.</a> 40 <a href="https://bugs.webkit.org/show_bug.cgi?id=77203">Bug 77203.</a>
41 </p> 41 </p>
42 42
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698