зеркало из https://github.com/mozilla/gecko-dev.git
update CSS Parser test
This commit is contained in:
Родитель
cbcbe77b8a
Коммит
5ee7d42e2a
|
@ -16,10 +16,10 @@
|
|||
*/
|
||||
|
||||
|
||||
GOOD :before { max-width: 5ex }
|
||||
GOOD :before { max-width: 15%; }
|
||||
GOOD :before { max-width: none }
|
||||
GOOD :before { max-width: inherit; }
|
||||
GOOD { max-width: 5ex }
|
||||
GOOD { max-width: 15%; }
|
||||
GOOD { max-width: none }
|
||||
GOOD { max-width: inherit; }
|
||||
BAD { max-width: babushka }
|
||||
BAD { max-width: auto; }
|
||||
BAD { max-width: 5cm .5in; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче