Tests: Declare UTF-8 encoding for QUnit test suite.

This was done for trunk in [49101] as part of other changes, and is now backported to the 5.5 branch.

Follow-up to [49275].

Props iandunn, SergeyBiryukov.
Fixes #51130.

git-svn-id: https://develop.svn.wordpress.org/branches/5.5@49307 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-10-25 01:29:32 +00:00
parent c8683c8412
commit cdd98893d7

View File

@ -2,6 +2,7 @@
<html>
<head>
<title>WordPress QUnit Test Suite</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- Dependencies -->
<script src="../../build/wp-includes/js/jquery/jquery.js"></script>