mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 16:30:29 +00:00
12 lines
341 B
HTML
12 lines
341 B
HTML
<!-- 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>
|