/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
validator/testdata/feature_tests/css_errors.out
41 строка
2 KB
honeybadgerdontcare
Validator rollup 20210819 (#35748)
20 авг 2021, 21:08
Не верифицирован
20 авг 2021, 21:08
15f658d
Код
Авторство
О чём код?
FAIL | <!-- | Test Description: | Tests syntax errors in the author stylesheet. | --> | <!doctype html> | <html ⚡> | <head> | <meta charset="utf-8"> | <link rel="canonical" href="./regular-html-version.html"> | <meta name="viewport" content="width=device-width,minimum-scale=1"> | <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript> | <script async src="https://cdn.ampproject.org/v0.js"></script> | <style amp-custom> | a { | two: 2; | b { >> ^~~~~~~~~ feature_tests/css_errors.html:16:8 CSS syntax error in tag 'style amp-custom' - incomplete declaration. | three: 3; | } >> ^~~~~~~~~ feature_tests/css_errors.html:18:8 CSS syntax error in tag 'style amp-custom' - invalid declaration. | } | url("an unterminated string) >> ^~~~~~~~~ feature_tests/css_errors.html:20:4 CSS syntax error in tag 'style amp-custom' - end of stylesheet encountered in prelude of a qualified rule. >> ^~~~~~~~~ feature_tests/css_errors.html:20:8 CSS syntax error in tag 'style amp-custom' - unterminated string. | A trailing backslash \ >> ^~~~~~~~~ feature_tests/css_errors.html:21:25 CSS syntax error in tag 'style amp-custom' - stray trailing backslash. | url(foo"bar) >> ^~~~~~~~~ feature_tests/css_errors.html:22:4 CSS syntax error in tag 'style amp-custom' - bad url. | </style> | </head> | <body> | Hello, world. | </body> | </html>