tenfourfox/devtools/client/inspector/test/doc_inspector_highlighter_rect.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

23 lines
411 B
HTML

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