blob: 4d23d52fd28e8674d8715550a93750120b94b47e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!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>
|