/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
validator/testdata/amp4email_feature_tests/css_length.out
22 строки
925 B
Michael Rybak
Validator rollup (#35882)
31 авг 2021, 23:05
Не верифицирован
31 авг 2021, 23:05
733b0b8
Код
Авторство
О чём код?
PASS | <!-- | Test Description: | This testcase isn't run verbatim. The template string below is replaced by | the test harnesses with various lengths of valid CSS stylesheets. We use | this test to verify the max_byte_length rules for CSS author stylesheets. | --> | <!doctype html> | <html ⚡4email> >> ^~~~~~~~~ amp4email_feature_tests/css_length.html:8:0 Tag 'html' marked with attribute 'amp4email' is missing the corresponding attribute 'data-css-strict' for enabling strict CSS validation. This may become an error in the future. (see https://github.com/ampproject/amphtml/issues/32587) | <head> | <meta charset="utf-8"> | <style amp4email-boilerplate>body{visibility:hidden}</style> | <script async src="https://cdn.ampproject.org/v0.js"></script> | <style amp-custom>.replace_amp_custom {}</style> | </head> | <body> | Hello, world. | replace_inline_style | </body> | </html>