Sign in
webkit
/
WebKit
/
3a634092e3245645233a54f0f3632665b4137d5f
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
css
/
first-letter-all-inherit-td-crash.html
blob: 266baff4a7b3f9eb94527e2b191bc7e240178aa3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
td
:
first-letter
{
all
:
inherit
;
font-size
:
3em
;
text-decoration
:
underline
;
}
</style>
<p>
Test passes if it does not CRASH.
</p>
<table>
<td>
1.3
</td>
</table>