Skip to content

Commit

Permalink
update test output (#36281)
Browse files Browse the repository at this point in the history
  • Loading branch information
honeybadgerdontcare committed Oct 7, 2021
1 parent cdcddef commit f261afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/amp-ad/0.1/test/validator-amp-ad.out
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ amp-ad/0.1/test/validator-amp-ad.html:63:2 The attribute 'height' in tag 'amp-ad
| <!-- Invalid: amp-ad type=custom missing data-url-->
| <amp-ad width=300 height=250
>> ^~~~~~~~~
amp-ad/0.1/test/validator-amp-ad.html:65:2 The mandatory attribute 'data-url' is missing in tag 'amp-ad'. (see https://github.com/ampproject/amphtml/blob/main/ads/custom.md)
amp-ad/0.1/test/validator-amp-ad.html:65:2 The mandatory attribute 'data-url' is missing in tag 'amp-ad'. (see https://github.com/ampproject/amphtml/blob/main/ads/vendors/custom.md)
| type="custom"
| template="template-1">
| </amp-ad>
| <!-- Invalid: amp-ad type=custom non-https data-url-->
| <amp-ad width=300 height=250
>> ^~~~~~~~~
amp-ad/0.1/test/validator-amp-ad.html:70:2 Invalid URL protocol 'http:' for attribute 'data-url' in tag 'amp-ad'. (see https://github.com/ampproject/amphtml/blob/main/ads/custom.md)
amp-ad/0.1/test/validator-amp-ad.html:70:2 Invalid URL protocol 'http:' for attribute 'data-url' in tag 'amp-ad'. (see https://github.com/ampproject/amphtml/blob/main/ads/vendors/custom.md)
| type="custom"
| data-url="http://foobar.com"
| template="template-1">
Expand All @@ -90,4 +90,4 @@ amp-ad/0.1/test/validator-amp-ad.html:76:2 The attribute 'sticky' in tag 'amp-ad
| data-aax_src="302">
| </amp-ad>
| </body>
| </html>
| </html>

0 comments on commit f261afd

Please sign in to comment.