repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
line-breaking
/
surrogates-2.html
blob
7de30dcb5b002dcb78a8d675cf1538edfd42ad12
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset=utf-
8
>
5
<title>
Bug xxxx
</title>
6
<style>
7
p {
8
width:
0
;
9
}
10
.bmp {
11
color: green;
12
}
13
.supp {
14
color: blue;
15
}
16
</style>
17
</head>
18
<body>
19
Line-breaking in the green (BMP) and blue (supplementary-plane) examples should match.
20
<p
class
=
"bmp"
>
abcdef
‘文’
abcdef
</p>
21
<p
class
=
"supp"
>
abcdef
‘𠀋’
abcdef
</p>
22
</body>
23
</html>