diff --git a/lib/mixins/disable-upgrade-mixin.html b/lib/mixins/disable-upgrade-mixin.html new file mode 100644 index 0000000000..1df07f6666 --- /dev/null +++ b/lib/mixins/disable-upgrade-mixin.html @@ -0,0 +1,87 @@ + + \ No newline at end of file diff --git a/test/runner.html b/test/runner.html index 3c3137c0b5..b9633eadce 100644 --- a/test/runner.html +++ b/test/runner.html @@ -76,6 +76,7 @@ 'unit/mixin-behaviors.html', 'unit/render-status.html', 'unit/dir.html', + 'unit/disable-upgrade.html', 'unit/shady-unscoped-style.html', 'unit/html-tag.html' // 'unit/multi-style.html' diff --git a/test/smoke/disable-upgrade.html b/test/smoke/disable-upgrade.html new file mode 100644 index 0000000000..bc02cebd1b --- /dev/null +++ b/test/smoke/disable-upgrade.html @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/unit/disable-upgrade.html b/test/unit/disable-upgrade.html new file mode 100644 index 0000000000..409b63237e --- /dev/null +++ b/test/unit/disable-upgrade.html @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file