Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
css
/
first-letter-all-inherit-td-crash-expected.html
blob: d076903a3099ffb40d09c05a49bd900e141fb7f6 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
clean
{
all
:
inherit
;
font-size
:
3em
;
text-decoration
:
underline
;
display
:
inline
;
}
</style>
<p>
Test passes if it does not CRASH.
</p>
<table>
<td><span
class
=
"clean"
>
1.
</span>
3
</td>
</table>