mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Add meta-charset.
This commit is contained in:
parent
848e7ed2e3
commit
8f38806c59
@ -1,3 +1,4 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<table border><tr><td>
|
||||
<div>a</div><div>bcd<span>efg</span>hij</div><div>k</div>
|
||||
</td></tr></table>
|
||||
|
@ -1,3 +1,4 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<table border width="1"><tr><td>
|
||||
a bcd<span>efg</span>hij k
|
||||
</td></tr></table>
|
||||
|
@ -1,3 +1,4 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<table border width="1"><tr><td>
|
||||
a bcdefghij k
|
||||
</td></tr></table>
|
||||
|
@ -1,3 +1,4 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<table border><tr><td>
|
||||
<div>の</div><div>の</div><div>の</div><div>の</div><div>の</div><div>の</div><div>の</div><div>の</div>
|
||||
</td></tr></table>
|
||||
|
@ -1,3 +1,4 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<table width="1" border><tr><td>
|
||||
のののののののの
|
||||
</td></tr></table>
|
||||
|
@ -1,3 +1,4 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<table width="1" border><tr><td>
|
||||
ののの<span>ののの</span>のの
|
||||
</td></tr></table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user