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
/
rtl-negative-letter-spacing.html
blob
5a918b51cee0c7d20e9604c114764d0b9c6eda88
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
#test {
6
direction: rtl;
7
letter-spacing: -
10
px;
8
float: right;
9
backface-visibility: hidden;
10
}
11
</style>
12
</head>
13
<body>
14
<div
id
=
"test"
>
|
<template></template>
a
</div>
15
<p
style
=
"clear: both"
>
16
The line above should have the letter 'a' to the right of the pipe character.
17
</p>
18
</body>
19
</html>