Modified core and form test suites to use a single stylesheet; Modified form.js to use :submit instead of [@type=submit] and :image...
This commit is contained in:
parent
f1f3d6f300
commit
5131224427
2 changed files with 12 additions and 2 deletions
8
build/test/data/testsuite.css
Normal file
8
build/test/data/testsuite.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
body, div, h1 { font-family: 'trebuchet ms', verdana, arial; margin: 0; padding: 0 }
|
||||
body { margin: 0; padding: 0; font-size: small; }
|
||||
h1 { padding: 15px; margin: 0; font-size: large; background-color: #06b; color: white; border-bottom: 1px solid #ccc }
|
||||
h2 { padding: 10px; background-color: #eee; color: black; margin: 0; font-size: small; font-weight: normal }
|
||||
|
||||
.pass { color: green; }
|
||||
.fail { color: red; }
|
||||
#tests ol { display: none; margin-left: 1em; }
|
Loading…
Add table
Add a link
Reference in a new issue