Chromium Code Reviews| Index: LayoutTests/inspector/extensions/resources/subframe.html |
| diff --git a/LayoutTests/inspector/extensions/resources/subframe.html b/LayoutTests/inspector/extensions/resources/subframe.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..18b5d08732a2369e4f192f963e2c8ed172290327 |
| --- /dev/null |
| +++ b/LayoutTests/inspector/extensions/resources/subframe.html |
| @@ -0,0 +1,10 @@ |
| +<html> |
| +<head> |
| +<link rel="stylesheet" href="audits-style1.css" type="text/css"> |
| +<script type="application/x-javascript" src="test-script.js"></script> |
| +</head> |
| +<body> |
| +<img src="abe.png"> |
| +<div id="test-div" class="test"></div> |
| +</body> |
| +</html> |