layout/reftests/bugs/316057-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
michael@0 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
michael@0 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
michael@0 5 <head>
michael@0 6 <title>Testcase, bug 316057</title>
michael@0 7 <style type="text/css">
michael@0 8
michael@0 9 #outer {
michael@0 10 position:absolute;
michael@0 11 background:red;
michael@0 12 border-top:20px solid gray;
michael@0 13 }
michael@0 14
michael@0 15 #inner {
michael@0 16 float:left;
michael@0 17 background:green;
michael@0 18 height:5em;
michael@0 19 }
michael@0 20
michael@0 21 </style>
michael@0 22 </head>
michael@0 23 <body>
michael@0 24
michael@0 25 <div id="outer"><div id="middle"><div id="inner">There should be no red in this testcase.</div></div></div>
michael@0 26
michael@0 27 </body>
michael@0 28 </html>

mercurial