Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html lang="en"> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
michael@0 | 5 | <meta charset="utf-8"> |
michael@0 | 6 | <title>Reftest</title> |
michael@0 | 7 | <style type="text/css"> |
michael@0 | 8 | ul { |
michael@0 | 9 | position: absolute; |
michael@0 | 10 | top: 50px; |
michael@0 | 11 | bottom: 0px; |
michael@0 | 12 | left: 0; |
michael@0 | 13 | right: 0; |
michael@0 | 14 | overflow: auto; |
michael@0 | 15 | } |
michael@0 | 16 | li { |
michael@0 | 17 | height: 2000px; |
michael@0 | 18 | } |
michael@0 | 19 | a { |
michael@0 | 20 | float: left; |
michael@0 | 21 | color: black; |
michael@0 | 22 | border: solid black 1px; |
michael@0 | 23 | } |
michael@0 | 24 | </style> |
michael@0 | 25 | </head> |
michael@0 | 26 | <body> |
michael@0 | 27 | <ul> |
michael@0 | 28 | <li> |
michael@0 | 29 | <a href="#"> </a> |
michael@0 | 30 | </li> |
michael@0 | 31 | </ul> |
michael@0 | 32 | </body> |
michael@0 | 33 | </html> |