Commit Graph

15 Commits

Author SHA1 Message Date
Nicolas Gallagher
bb82bc9b87 Add 'menu' to tests 2014-10-04 12:39:18 -07:00
Nicolas Gallagher
de39c2c76e Fix indentation 2014-03-26 21:46:07 -07:00
Mathias Bynens
f3db654b78 Fix ‘san-serif’ typo in test file 2014-01-27 10:30:12 -08:00
Nicolas Gallagher
3d8f336d17 Fix textarea test title 2014-01-26 10:18:43 -08:00
Nicolas Gallagher
488f365fdd Update CHANGELOG 2014-01-25 21:06:09 -08:00
Nicolas Gallagher
5b57298fc3 Explicit tests for each normalization
Use a test-like presentation to make it clearer what the test file is
looking to test. Don't use the file as a dumping ground for every HTML
element. This change makes the tests more focused and useful.

Fix gh-276
Fix gh-284
Fix gh-285
2014-01-25 20:44:27 -08:00
Nicolas Gallagher
e372fcd83d Fix rendering of test file on mobile 2014-01-24 13:15:41 -08:00
Nicolas Gallagher
5b9bf5e1a3 Fix optgroup normalization and add test
Ref gh-102
2014-01-15 16:45:43 -08:00
Nicolas Gallagher
0b5badd591 Fix font and color inheritance for forms
Inherit all `font` properties.

Inherit `color` for form controls. Chrome and Safari on OS X will not
inherit `color` as they heavily restrict the author-defined styles that
will be respected for that element.

Fix gh-157
2014-01-15 14:21:28 -08:00
thoppe
6992935807 Fix fieldset width in Chrome and Firefox
Fixes an issue in Firefox [1] and Chrome [2]. The implicit width of
`fieldset` can be determined by the width of descendants rather than the
parent container. This change (adding `min-width:0`) makes the
`fieldset` behave like a `div` in this regard.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=504622
[2] http://stackoverflow.com/questions/8084343/google-chrome-fieldset-overflow-bug

Close #272
2014-01-15 13:20:25 -08:00
Ricky de Laveaga
9709e680d0 Fix incorrect closing tag in test.html 2013-08-25 13:50:58 -07:00
Nicolas Gallagher
77982e20d8 Normalize the template element display
The `template` element shipped in Firefox 22 and Chrome 26. Browsers
without HTML template support should at least hide the element.
2013-07-01 23:54:45 -07:00
Nicolas Gallagher
36fa71d531 Add hr test 2013-01-20 09:45:25 -08:00
Nicolas Gallagher
138536c843 Minor change to test file
Switch from placekitten.com to lorempixel.com for placeholder images.
2012-08-19 19:19:13 +01:00
Nicolas Gallagher
4ed3786354 Rename demo.html to test.html 2012-08-14 23:32:24 +01:00