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

Side by Side Diff: LayoutTests/http/tests/inspector/network/network-initiator.html

Issue 827933002: DevTools: NetworkPanel: detect iframe (parser) initiator. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../inspector-test.js"></script> 3 <script src="../inspector-test.js"></script>
4 <script src="../network-test.js"></script> 4 <script src="../network-test.js"></script>
5 <script> 5 <script>
6 6
7 /*function addClassToDiv() 7 /*function addClassToDiv()
8 { 8 {
9 // We need to setTimeout, to make sure that style recalculation scheduling 9 // We need to setTimeout, to make sure that style recalculation scheduling
10 // is really triggered by adding a class to the div. 10 // is really triggered by adding a class to the div.
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 } 82 }
83 } 83 }
84 } 84 }
85 85
86 dumpInitiator("initiator.css"); 86 dumpInitiator("initiator.css");
87 dumpInitiator("size=100"); 87 dumpInitiator("size=100");
88 //dumpInitiator("size=200"); 88 //dumpInitiator("size=200");
89 //dumpInitiator("size=300"); 89 //dumpInitiator("size=300");
90 dumpInitiator("size=400"); 90 dumpInitiator("size=400");
91 dumpInitiator("style.css"); 91 dumpInitiator("style.css");
92 dumpInitiator("empty.html");
92 InspectorTest.completeTest(); 93 InspectorTest.completeTest();
93 } 94 }
94 } 95 }
95 96
96 </script> 97 </script>
97 </head> 98 </head>
98 <body onload="runTest()"> 99 <body onload="runTest()">
99 <p>Tests resources initiator for images initiated by IMG tag, static CSS, CSS cl ass added from JavaScript and XHR.</p> 100 <p>Tests resources initiator for images initiated by IMG tag, static CSS, CSS cl ass added from JavaScript and XHR.</p>
100 <a href="https://bugs.webkit.org/show_bug.cgi?id=65105">Bug 65105</a> 101 <a href="https://bugs.webkit.org/show_bug.cgi?id=65105">Bug 65105</a>
101 </body> 102 </body>
102 </html> 103 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698