layout/tables/crashtests/278385-1.html

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
     2 <html>
     3 	<head>
     4 		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
     5 		<title>Firefox Test</title>
     6 	</head>
     7 	<body>
     8 		<table border=1>
     9 			<tr>
    10 				<th>
    11 					<td>
    12 						<p>TWO</p>
    13 					</td>
    14 						<title>Firefox Test</title>
    15 			</tr>
    16 			<col>
    17 				<tr>
    18 					<td>
    19 						<p>ONE</p>
    20 					</td>
    21 				</tr>
    22 			<col>
    23 		</table>
    24 	</body>
    25 </html>

mercurial