blob: 04463abbabfdb6cee498727c5a90f1b4f2b68f53 [file] [log] [blame]
<!--
* weinre is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
*
* Copyright (c) 2010, 2011 IBM Corporation
-->
<html>
<head>
<title>testing</title>
<script src="/target/target-script.js"></script>
<style>
h1 {
color: green;
}
.blue {
color: blue;
}
#metrics {
margin: 1em;
border: 0.2em solid;
padding: 3em;
}
</style>
</head>
<body>
<h1>this is a green h1 element</h1>
<h1 class="blue">this is a blue h1 element</h1>
<h1 style="color:red">this is a red h1 element</h1>
<p>Some text, <i>some italic text</i>, and <b>some bold text</b>.
<div id="metrics">a div</div>
</body>
</html>