Skip to content

Commit

Permalink
Fixing builds to pass testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigurdur Gudbrandsson committed Feb 9, 2017
1 parent 23938d4 commit a4122b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-data/fragment-html/img-test-fragment.html.out
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<amp-pixel src="https://upload.wikimedia.org/wikipedia/commons/c/ce/Transparent.gif"></amp-pixel>

<!-- should transform to amp-img instead of amp-anim because of default option['use_amp_anim_tag'] = false -->
<amp-img src="https://upload.wikimedia.org/wikipedia/commons/b/bb/Quilt_design_as_46x46_uncompressed_GIF.gif" width="46" height="46" layout="responsive"></amp-img>
<amp-img src="https://upload.wikimedia.org/wikipedia/commons/b/bb/Quilt_design_as_46x46_uncompressed_GIF.gif" width="46" height="46" layout="fixed"></amp-img>


ORIGINAL HTML
Expand Down
1 change: 1 addition & 0 deletions tests/test-data/full-html/validator-amp-sidebar.html.out
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,6 @@ FAIL

COMPONENT NAMES WITH JS PATH
------------------------------
'amp-sidebar', include path 'https://cdn.ampproject.org/v0/amp-sidebar-0.1.js'
'amp-fit-text', include path 'https://cdn.ampproject.org/v0/amp-fit-text-0.1.js'

0 comments on commit a4122b6

Please sign in to comment.