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

Side by Side Diff: LayoutTests/inspector-protocol/page/enable-disable.html

Issue 363823004: DevTools: Do not load css resources content before CSS agent is enabled. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/inspector-protocol/resources/style.css » ('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="../../http/tests/inspector-protocol/inspecto r-protocol-test.js"></script> 3 <script type="text/javascript" src="../../http/tests/inspector-protocol/inspecto r-protocol-test.js"></script>
4 <script> 4 <script>
5 5
6 function test() 6 function test()
7 { 7 {
8 var log = []; 8 var log = [];
9 InspectorTest.eventHandler["Timeline.eventRecorded"] = eventRecorded; 9 InspectorTest.eventHandler["Timeline.eventRecorded"] = eventRecorded;
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 log.push("Timeline.eventRecorded: " + record.type); 52 log.push("Timeline.eventRecorded: " + record.type);
53 } 53 }
54 return; 54 return;
55 } 55 }
56 InspectorTest.log("FAIL: Unexpected records arrived"); 56 InspectorTest.log("FAIL: Unexpected records arrived");
57 InspectorTest.logObject(msg); 57 InspectorTest.logObject(msg);
58 } 58 }
59 } 59 }
60 60
61 </script> 61 </script>
62 <link href="resources/style.css" rel="stylesheet">
62 </head> 63 </head>
63 <body onload="runTest()"> 64 <body onload="runTest()">
64 </body> 65 </body>
65 </html> 66 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector-protocol/resources/style.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698