Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html lang="en"> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>Bug 413982</title> |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | div.clearboth { |
michael@0 | 7 | clear: both; |
michael@0 | 8 | } |
michael@0 | 9 | div.floatdiv { |
michael@0 | 10 | float: left; |
michael@0 | 11 | } |
michael@0 | 12 | span.innerspan { |
michael@0 | 13 | white-space: nowrap; |
michael@0 | 14 | } |
michael@0 | 15 | </style> |
michael@0 | 16 | </head> |
michael@0 | 17 | <body> |
michael@0 | 18 | <div class="floatdiv"> |
michael@0 | 19 | This is |
michael@0 | 20 | <span class="innerspan"> the first line. |
michael@0 | 21 | </span> |
michael@0 | 22 | </div> |
michael@0 | 23 | <div class="clearboth">This is the second line.</div> |
michael@0 | 24 | </body> |
michael@0 | 25 | </html> |