Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html> |
michael@0 | 3 | <!-- Test that 'white-space' creates frames when necessary --> |
michael@0 | 4 | <body style="border:1px solid black;"> |
michael@0 | 5 | <div style="white-space:pre"> <span>Hello</span> </div> |
michael@0 | 6 | <div style="white-space:pre-wrap"> <span>Hello</span> </div> |
michael@0 | 7 | <div style="white-space:pre-line"> |
michael@0 | 8 | <span>Hello</span> |
michael@0 | 9 | </div> |
michael@0 | 10 | </body> |
michael@0 | 11 | </html> |