Skip to content

Commit

Permalink
Merge pull request #1636 from dvoytenko/fixes29
Browse files Browse the repository at this point in the history
Fixes for validation errors
  • Loading branch information
cramforce committed Jan 28, 2016
2 parents 208e2eb + 7f79425 commit d670698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/brightcove.amp.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="canonical" href="amps.html" >
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Georgia|Open+Sans|Roboto' rel='stylesheet' type='text/css'>
<script async custom-element="amp-brightcove" src="https://cdn.ampproject.org/v0/amp-brightcove-0.1.max.js"></script>
<script async custom-element="amp-brightcove" src="https://cdn.ampproject.org/v0/amp-brightcove-0.1.js"></script>
<style>body {opacity: 0}</style><noscript><style>body {opacity: 1}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion test/integration/test-example-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('example', function() {
* @constructor {!Array<!RegExp>}
*/
const errorWhitelist = [
/INVALID_ATTR_VALUE src=\.\/viewer-integr\.js/
/invalid value \'.\/viewer-integr.js\'/
];

const usedWhitelist = [];
Expand Down

0 comments on commit d670698

Please sign in to comment.