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
/
css
/
first-letter-all-inherit-td-crash-expected.html
blob
d076903a3099ffb40d09c05a49bd900e141fb7f6
1
<!DOCTYPE
html
>
2
<style>
3
.clean {
4
all: inherit;
5
font-size:
3
em;
6
text-decoration: underline;
7
display: inline;
8
}
9
</style>
10
11
<p>
Test passes if it does not CRASH.
</p>
12
<table>
13
<td><span
class
=
"clean"
>
1
.
</span>
3
</td>
14
</table>
15