/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
validator/testdata/feature_tests/amp_geo.out
37 строк
2 KB
Johannes Henkel
Upstream more validator changes (#14509)
10 апр 2018, 07:09
Не верифицирован
10 апр 2018, 07:09
a4823f6
Код
Авторство
О чём код?
PASS | <!doctype html> | <html ⚡> | <head> | <meta charset="utf-8"> | <title>amp-geo example</title> | <link rel="canonical" href="amps.html"> | <meta name="viewport" content="width=device-width,minimum-scale=1,initial-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> | <style amp-custom> | body { | font-family: sans-serif; | max-width: 600px; | font-size: 16px; | line-height: 20px; | padding: 0 20px; | } | </style> | <script async custom-element="amp-geo" src="https://cdn.ampproject.org/v0/amp-geo-0.1.js"></script> | <script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script> | <script async src="https://cdn.ampproject.org/v0.js"></script> | </head> | <body> | <amp-geo layout="nodisplay"> | <script type="application/json"> | { | "AmpBind": true, | "ISOCountryGroups": { | "nafta": [ "ca", "mx", "us", "unknown" ], | "waldo": [ "unknown" ], | "anz": [ "au", "nz" ] | } | } | </script> | </amp-geo> | </body> | </html>