https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1b2df193b616a5c17614109e5fe2a121845aabd2 authored by ffxbld on 24 June 2012, 08:11:04 UTC
Added FIREFOX_14_0b9_RELEASE FIREFOX_14_0b9_BUILD1 tag(s) for changeset d050090e578c. DONTBUILD CLOSED TREE a=release
Tip revision: 1b2df19
444375-1.html
<html>
<head>
<style>
span {
  font-size: 200%;
}
img {
  width: 100px; 
  height: 100px;
}
</style>
</head>
<body style="width: 150px; border: 1px solid black;">
<table><tbody><tr><td><img> <span> <img></span></td></tr></tbody></table>
</body>
</html>
back to top