Merge pull request #2910 from kmcallister/charset

Add charset declarations to non-ASCII tests
This commit is contained in:
Patrick Walton 2014-07-23 21:02:37 -07:00
commit 800b5e0f4a
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
<html> <html>
<head> <head>
<meta charset="utf-8">
<title>test_binding <title>test_binding
page </title> page </title>
<base href="./"></base> <base href="./"></base>

View file

@ -1,5 +1,6 @@
<html> <html>
<head> <head>
<meta charset="utf-8">
<script src="harness.js"></script> <script src="harness.js"></script>
</head> </head>
<body> <body>