mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 206802 - U+3005 is missing from the kinsoku list. r=smontagu
This commit is contained in:
parent
e56ec35a5b
commit
f154165b2e
@ -144,7 +144,7 @@ static const PRUint32 gLBClass21[32] = {
|
||||
};
|
||||
|
||||
static const PRUint32 gLBClass30[32] = {
|
||||
0x55555115, // U+3000 - U+3007
|
||||
0x55155115, // U+3000 - U+3007
|
||||
0x10101010, // U+3008 - U+300F
|
||||
0x10105510, // U+3010 - U+3017
|
||||
0x11011010, // U+3018 - U+301F
|
||||
|
@ -89,19 +89,19 @@ Analysis of JIS X 4051 to Unicode General Category Mapping
|
||||
</TR>
|
||||
<TR><TH>01_[a]<TH>
|
||||
<TD></TD>
|
||||
<TD>31</TD>
|
||||
<TD>32</TD>
|
||||
<TD>2</TD>
|
||||
<TD></TD>
|
||||
<TD>24</TD>
|
||||
<TD>3</TD>
|
||||
<TD></TD>
|
||||
<TD BGCOLOR=white>60</TD>
|
||||
<TD BGCOLOR=white>61</TD>
|
||||
<TD></TD>
|
||||
<TD></TD>
|
||||
<TD></TD>
|
||||
<TD></TD>
|
||||
<TD></TD>
|
||||
<TD>7</TD>
|
||||
<TD>8</TD>
|
||||
<TD>24</TD>
|
||||
<TD></TD>
|
||||
<TD></TD>
|
||||
@ -323,11 +323,11 @@ Analysis of JIS X 4051 to Unicode General Category Mapping
|
||||
</TR>
|
||||
<TR><TH>07_18<TH>
|
||||
<TD>19</TD>
|
||||
<TD>157</TD>
|
||||
<TD>156</TD>
|
||||
<TD></TD>
|
||||
<TD>33</TD>
|
||||
<TD>56</TD>
|
||||
<TD>125</TD>
|
||||
<TD>126</TD>
|
||||
<TD>3</TD>
|
||||
<TD BGCOLOR=white>393</TD>
|
||||
<TD></TD>
|
||||
@ -338,7 +338,7 @@ Analysis of JIS X 4051 to Unicode General Category Mapping
|
||||
<TD>5</TD>
|
||||
<TD>4</TD>
|
||||
<TD></TD>
|
||||
<TD>81</TD>
|
||||
<TD>80</TD>
|
||||
<TD></TD>
|
||||
<TD></TD>
|
||||
<TD></TD>
|
||||
@ -355,7 +355,7 @@ Analysis of JIS X 4051 to Unicode General Category Mapping
|
||||
<TD></TD>
|
||||
<TD>3</TD>
|
||||
<TD>23</TD>
|
||||
<TD>99</TD>
|
||||
<TD>100</TD>
|
||||
<TD>1</TD>
|
||||
<TD>1</TD>
|
||||
<TD>1</TD>
|
||||
@ -634,7 +634,7 @@ Analysis of JIS X 4051 to Unicode General Category Mapping
|
||||
</TR>
|
||||
<TR><TH>30<TH>
|
||||
<TD>10</TD>
|
||||
<TD>46</TD>
|
||||
<TD>47</TD>
|
||||
<TD></TD>
|
||||
<TD></TD>
|
||||
<TD></TD>
|
||||
|
@ -104,6 +104,7 @@
|
||||
301B;;2
|
||||
301E;;2
|
||||
301F;;2
|
||||
3005;;3
|
||||
301C;;3
|
||||
3041;;3
|
||||
3043;;3
|
||||
|
10
layout/reftests/bugs/206802-ref.html
Normal file
10
layout/reftests/bugs/206802-ref.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>Bug 206802</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>中々<br>中々々</div>
|
||||
</body>
|
||||
</html>
|
10
layout/reftests/bugs/206802.html
Normal file
10
layout/reftests/bugs/206802.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>Bug 206802</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="width: 1px;">中々中々々</div>
|
||||
</body>
|
||||
</html>
|
@ -156,6 +156,7 @@ random == 99850-1b.html 99850-1-ref.html # bug 471629
|
||||
== 203727.html 203727-ref.html
|
||||
== 206516-1.html 206516-1-ref.html
|
||||
== 206631-1.html 206631-1-ref.html
|
||||
== 206802.html 206802-ref.html
|
||||
== 210094-1a.html 210094-1-ref.html
|
||||
== 210094-1b.html 210094-1-ref.html
|
||||
!= 210094-1c.html 210094-1-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user