Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <!-- |
michael@0 | 4 | This test 'emulate' the placeholder by setting a style |
michael@0 | 5 | to the value of a textarea. |
michael@0 | 6 | This test may break if placeholder default style is changed. |
michael@0 | 7 | --> |
michael@0 | 8 | <link rel='stylesheet' type='text/css' href='placeholder-style.css'> |
michael@0 | 9 | |
michael@0 | 10 | <body> |
michael@0 | 11 | <textarea class="placeholder" cols="5" rows="3">my placeholder</textarea> |
michael@0 | 12 | </body> |
michael@0 | 13 | </html> |