Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use manifest and origin-manifest to look for banner source #6388

Merged
merged 2 commits into from Nov 29, 2016

Conversation

mkhatib
Copy link
Contributor

@mkhatib mkhatib commented Nov 29, 2016

Fixes #6387

@@ -99,7 +99,7 @@ describe('amp-app-banner', () => {

if (config.manifest) {
const manifest = iframe.doc.createElement('link');
manifest.setAttribute('rel', 'amp-manifest');
manifest.setAttribute('rel', 'manifest');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a second test for origin-manifest

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@mkhatib mkhatib merged commit b652d1c into ampproject:master Nov 29, 2016
@mkhatib mkhatib deleted the fix-app-banner branch November 29, 2016 22:43
mkhatib added a commit to mkhatib/amphtml that referenced this pull request Dec 1, 2016
Lith pushed a commit to Lith/amphtml that referenced this pull request Dec 22, 2016
Lith pushed a commit to Lith/amphtml that referenced this pull request Dec 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants