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

Side by Side Diff: LayoutTests/http/tests/inspector/styles/stylesheet-tracking.html

Issue 14916006: Merge 149874 "DevTools: Do not unbind stylesheets in multiframe ..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1500/
Patch Set: Created 7 years, 7 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="../inspector-test.js"></script> 3 <script src="../inspector-test.js"></script>
4 <script src="../elements-test.js"></script> 4 <script src="../elements-test.js"></script>
5 <link rel="stylesheet" href="resources/stylesheet-tracking.css" /> 5 <link rel="stylesheet" href="resources/stylesheet-tracking.css" />
6 6
7 <style> 7 <style>
8 html { 8 html {
9 font-size: 12px; 9 font-size: 12px;
10 } 10 }
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 237
238 <body onload="runTest()"> 238 <body onload="runTest()">
239 <p> 239 <p>
240 Tests that the styleSheetAdded and styleSheetRemoved events are reported into th e frontend. <a href="https://bugs.webkit.org/show_bug.cgi?id=105828">Bug 105828< /a>. 240 Tests that the styleSheetAdded and styleSheetRemoved events are reported into th e frontend. <a href="https://bugs.webkit.org/show_bug.cgi?id=105828">Bug 105828< /a>.
241 </p> 241 </p>
242 242
243 <div id="inspected">Text</div> 243 <div id="inspected">Text</div>
244 244
245 </body> 245 </body>
246 </html> 246 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698