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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
canvas
/
canvas-measure-text-rtl-expected.html
blob
674eb8e9e9bcc541f8c0d65e26acb7e96f7eb1df
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
measureText directionality
</title>
5
<meta
charset
=
"utf-8"
>
6
<style>
7
canvas { background: green; }
8
</style>
9
</head>
10
<body>
11
<h1>
measureText directionality
</h1>
12
<canvas
id
=
"canvas"
width
=
"150"
height
=
"150"
></canvas>
13
<p>
14
There should be a green box above with no red.
15
</p>
16
</body>
17
</html>