From 2a38d382d3a49fb905af439237fc4e10827e7166 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Tue, 26 Jun 2018 12:34:08 -0700 Subject: [PATCH] Add tests. --- test/runner.html | 1 + test/unit/strict-template-policy.html | 217 ++++++++++++++++++++++++++ 2 files changed, 218 insertions(+) create mode 100644 test/unit/strict-template-policy.html diff --git a/test/runner.html b/test/runner.html index 2752e1afb1..919e56b734 100644 --- a/test/runner.html +++ b/test/runner.html @@ -45,6 +45,7 @@ 'unit/custom-style-async.html', 'unit/custom-style-scope-cache.html', 'unit/events.html', + 'unit/strict-template-policy.html', 'unit/template-whitespace.html', 'unit/resolveurl.html', 'unit/case-map.html', diff --git a/test/unit/strict-template-policy.html b/test/unit/strict-template-policy.html new file mode 100644 index 0000000000..f6603e91b7 --- /dev/null +++ b/test/unit/strict-template-policy.html @@ -0,0 +1,217 @@ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + \ No newline at end of file