blob: 9c59fb9d11192f71b671163ff24f185d6a517a58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<title>Tree Update Removal Test</title>
</head>
<body id="body">
<div id="the_displaynone" style="display: none;"></div>
<table id="the_table"></table>
<tr id="the_row"></tr>
</body>
</html>
|