Skip to content

Commit

Permalink
Add visual test
Browse files Browse the repository at this point in the history
  • Loading branch information
cathyxz committed May 16, 2018
1 parent b462071 commit 91f3c10
Show file tree
Hide file tree
Showing 4 changed files with 489 additions and 18 deletions.
10 changes: 1 addition & 9 deletions build-system/global-configs/canary-config.json
@@ -1,13 +1,5 @@
{
"allow-doc-opt-in": [
"amp-animation",
"amp-date-picker",
"amp-ima-video",
"ampdoc-shell",
"inabox-rov",
"inline-styles",
"url-replacement-v2"
],
"allow-doc-opt-in": ["amp-animation", "ampdoc-shell", "amp-ima-video", "url-replacement-v2", "inabox-rov", "amp-date-picker"],
"allow-url-opt-in": ["pump-early-frame"],

"canary": 1,
Expand Down
10 changes: 1 addition & 9 deletions build-system/global-configs/prod-config.json
@@ -1,13 +1,5 @@
{
"allow-doc-opt-in": [
"amp-animation",
"amp-date-picker",
"amp-ima-video",
"ampdoc-shell",
"inabox-rov",
"inline-styles",
"url-replacement-v2"
],
"allow-doc-opt-in": ["amp-animation", "ampdoc-shell", "amp-ima-video", "url-replacement-v2", "inabox-rov", "amp-date-picker"],
"allow-url-opt-in": ["pump-early-frame"],

"canary": 0,
Expand Down

0 comments on commit 91f3c10

Please sign in to comment.