From 272bdb671508caf12a77c17bd66123d34d80f644 Mon Sep 17 00:00:00 2001 From: Alan Orozco Date: Thu, 18 Jan 2018 14:50:04 -0800 Subject: [PATCH] Register experiment --- tools/experiments/experiments.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/experiments/experiments.js b/tools/experiments/experiments.js index ffe5abb2a03de..f8f747975f6d6 100644 --- a/tools/experiments/experiments.js +++ b/tools/experiments/experiments.js @@ -269,6 +269,12 @@ const EXPERIMENTS = [ spec: 'https://github.com/ampproject/amphtml/issues/11329', cleanupIssue: 'https://github.com/ampproject/amphtml/issues/11475', }, + { + id: 'amp-story-scaling', + name: 'Enables dynamic page scaling on amp-story', + spec: 'https://github.com/ampproject/amphtml/issues/12902', + cleanupIssue: 'https://github.com/ampproject/amphtml/issues/12902', + }, { id: 'disable-amp-story-desktop', name: 'Disables responsive desktop experience for the amp-story component',