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><head> |
michael@0 | 3 | <style> |
michael@0 | 4 | span { font-family: sans-serif; font-size: 72px; } |
michael@0 | 5 | </style> |
michael@0 | 6 | </head><body> |
michael@0 | 7 | <p>The X'es below should have the same size:</p> |
michael@0 | 8 | <!-- The wonky placement of line breaks below is to eliminate all |
michael@0 | 9 | significant whitespace within the paragraph. --> |
michael@0 | 10 | <p |
michael@0 | 11 | ><span>X</span |
michael@0 | 12 | ><span>X</span |
michael@0 | 13 | ><span>X</span |
michael@0 | 14 | ><span>X</span |
michael@0 | 15 | ><span>X</span |
michael@0 | 16 | ><span>X</span |
michael@0 | 17 | ><span>X</span |
michael@0 | 18 | ><span>X</span |
michael@0 | 19 | ><span>X</span |
michael@0 | 20 | ><span>X</span |
michael@0 | 21 | ><span>X</span |
michael@0 | 22 | ><span>X</span |
michael@0 | 23 | ><span>X</span |
michael@0 | 24 | ><span>X</span |
michael@0 | 25 | ><span>X</span |
michael@0 | 26 | ><span>X</span></p> |
michael@0 | 27 | </body> |
michael@0 | 28 | </html> |