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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/coverage/resources/subframe.html

Issue 2745283002: DevTools: merge coverage segments from different instances of same URL (Closed)
Patch Set: review comments addressed Created 3 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
OLDNEW
(Empty)
1 <html>
2 <head>
3 <link rel="stylesheet" type="text/css" href="highlight-in-source.css">
4 </head>
5 <body>
6 <script type="application/x-javascript" src="coverage.js"></script>
7 <script type="application/x-javascript" >
8 function performActionsInFrame() {
9 return outer(1)(0) + outer(2)(0);
10 }
11 </script>
12 <p class="class">class</p>
13 <p id="id">id</p>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698