blob: da1b4c0b3f5cc9e73ba41c283f27c161ae3c03ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<head>
<title>Test case for copying stylesheet in rule-view</title>
<link rel="stylesheet" type="text/css" href="doc_copystyles.css"/>
</head>
<body>
<div id='testid'>Styled Node</div>
</body>
</html>
|