commit | d90e7f4e185e053e87c56a6656e510a79a2053f8 | [log] [tgz] |
---|---|---|
author | Tao Zhou <taoalpha@google.com> | Wed Apr 29 17:07:14 2020 +0200 |
committer | Tao Zhou <taoalpha@google.com> | Wed Apr 29 17:07:14 2020 +0200 |
tree | 40d4e1021e1588c4ca4e98ff48d37b2db91bad8c | |
parent | 96b5fa47c40dd2f529b67697ce1d672e52db04ec [diff] [blame] |
Add `charset` meta tag to all test files This should prevent encoding issues when run tests in different browsers individually Change-Id: Iccc90619b5afda520a4160c930d2a50d90c3f7ed
diff --git a/polygerrit-ui/app/elements/shared/gr-tooltip-content/gr-tooltip-content_test.html b/polygerrit-ui/app/elements/shared/gr-tooltip-content/gr-tooltip-content_test.html index e2c2f60..a8fc18a 100644 --- a/polygerrit-ui/app/elements/shared/gr-tooltip-content/gr-tooltip-content_test.html +++ b/polygerrit-ui/app/elements/shared/gr-tooltip-content/gr-tooltip-content_test.html
@@ -16,6 +16,7 @@ limitations under the License. --> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> +<meta charset="utf-8"> <title>gr-storage</title> <script src="/node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"></script>