Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>rect highlighter parent test page</title>
<style type="text/css">
body {
margin: 50px;
border: 10px solid red;
}
iframe {
border: 10px solid yellow;
padding: 0;
margin: 50px;
}
</style>
</head>
<body>
<iframe src="doc_inspector_highlighter_rect_iframe.html"></iframe>
</body>
</html>