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> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | .breakall { width: 0px; word-break: break-all; } |
michael@0 | 7 | .keepall { width: 0px; word-break: keep-all; } |
michael@0 | 8 | .lc { text-transform: lowercase; } |
michael@0 | 9 | .uc { text-transform: uppercase; } |
michael@0 | 10 | </style> |
michael@0 | 11 | <title>Test - word-break:break-all with text-transform and clusters</title> |
michael@0 | 12 | </head> |
michael@0 | 13 | <body> |
michael@0 | 14 | <div class="breakall lc">fox fo̥ẋ</div><br> |
michael@0 | 15 | <div class="keepall lc">fox fo̥ẋ</div><br> |
michael@0 | 16 | <div class="breakall uc">fox fo̥ẋ</div><br> |
michael@0 | 17 | <div class="keepall uc">fox fo̥ẋ</div><br> |
michael@0 | 18 | </body> |
michael@0 | 19 | </html> |