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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/coverage/resources/subframe.html
diff --git a/third_party/WebKit/LayoutTests/inspector/coverage/resources/subframe.html b/third_party/WebKit/LayoutTests/inspector/coverage/resources/subframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..e348a15ecd0cf5c02c277a0118ff4e87426a77cc
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/coverage/resources/subframe.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="highlight-in-source.css">
+</head>
+<body>
+<script type="application/x-javascript" src="coverage.js"></script>
+<script type="application/x-javascript" >
+function performActionsInFrame() {
+ return outer(1)(0) + outer(2)(0);
+}
+</script>
+<p class="class">class</p>
+<p id="id">id</p>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698