repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
text
/
international
/
kana-voiced-sound-marks-expected.html
blob
22b8e5986d9ae63943bf37fb6df486ef67c256ca
1
<!DOCTYPE
html
>
2
<meta
charset
=
"utf-8"
>
3
<style>
4
.test {
5
border:solid
1
px;
6
display:inline-block;
7
font-family:
"Hiragino Kaku Gothic Pro"
,
"MS Gothic"
;
8
font-size:
25
px;
9
}
10
</style>
11
<div>
12
<p>
Test passes if two blocks are identical.
13
<div
class=test
>
14
<div>
ばびぶべぼ
</div>
15
<div>
ぱぴぷぺぽ
</div>
16
</div>
17
<div
class=test
>
18
<div>
ばびぶべぼ
</div>
19
<div>
ぱぴぷぺぽ
</div>
20
</div>
21
</div>