diff --git a/lib/utils/settings.html b/lib/utils/settings.html index 56e91f1945..0548ad3c2c 100644 --- a/lib/utils/settings.html +++ b/lib/utils/settings.html @@ -102,6 +102,6 @@ * * @memberof Polymer */ - Polymer.passiveTouchGestures = false; + Polymer.passiveTouchGestures = Polymer.passiveTouchGestures || false; })(); diff --git a/test/smoke/passive-gestures.html b/test/smoke/passive-gestures.html new file mode 100644 index 0000000000..300496065d --- /dev/null +++ b/test/smoke/passive-gestures.html @@ -0,0 +1,53 @@ + + + +
+ + + + + + +