| 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>
|
|
|