mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Merge pull request #2910 from kmcallister/charset
Add charset declarations to non-ASCII tests
This commit is contained in:
commit
800b5e0f4a
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue