tests: move background-shorthand test to background-shorthand-single

And update/fix it for the new shorthand parsing, since the old test did
a couple of things wrong:
- it erroneously flipped background-clip and background-origin when
  testing
- it was missing default initial values for background-size and
  background-position from the generated test output
This commit is contained in:
Cosimo Cecchi 2012-05-15 12:45:39 -04:00
parent 61c7014e3e
commit b58fa2ca32
3 changed files with 1332 additions and 682 deletions

View File

@ -154,8 +154,8 @@ EXTRA_DIST += \
background-position.ref.css \
background-repeat.css \
background-repeat.ref.css \
background-shorthand.css \
background-shorthand.ref.css \
background-shorthand-single.css \
background-shorthand-single.ref.css \
background-size.css \
background-size.ref.css \
boolean.css \