This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18694 - Suggested test from live DOM viewer: <!doctype html> <html> <head> <title>Foo</title> </head> <body> <table style="position: fixed; top: 0; bottom: 0; background-color: red;"> <tr> <td style="height: 50px; vertical-align: center;">Hi</td> </tr> </table> <
Summary: Suggested test from live DOM viewer: <!doctype html> <html> <head> <title>Foo...
Status: NEW
Alias: None
Product: HTML WG
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-26 12:16 UTC by contributor
Modified: 2012-08-26 12:16 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-08-26 12:16:14 UTC
<!doctype html>
<html>
<head>
	<title>Foo</title>
</head>
<body>
	<table style="position: fixed; top: 0; bottom: 0; background-color: red;">
		<tr>
			<td style="height: 50px; vertical-align: center;">Hi</td>
		</tr>

	</table>
</body>
</html>

Posted from: 188.105.227.64
User agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0
Referer: http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!doctype%20html%3E%0A%3Chtml%3E%0A%3Chead%3E%0A%09%3Ctitle%3EFoo%3C/title%3E%0A%3C/head%3E%0A%3Cbody%3E%0A%09%3Ctable%20style%3D%22position:%20fixed;%20top:%200;%20bottom:%200;%20background-color:%20red;%22%3E%0A%09%09%3Ctr%3E%0A%09%09%09%3Ctd%20style%3D%22height:%2050px;%20vertical-align:%20center;%22%3EHi%3C/td%3E%0A%09%09%3C/tr%3E%0A%0A%09%3C/table%3E%0A%3C/body%3E%0A%3C/html%3E