blob: 11ad9f785ba3484777551531ee3a65fe3e76c808 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf8">
<title>Test style iframe document</title>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<style>
body { background-color: pink; }
</style>
<link href="style_iframe.css" rel="stylesheet" type="text/css"/>
</head>
<body>
</body>
</html>
|