Sign in
webkit
/
WebKit
/
4607ef70b24b852e8d4bdab2b8233fa12bf018e4
/
.
/
LayoutTests
/
fast
/
layoutformattingcontext
/
anonymous-inline-container-simple.html
blob: c19f6c6bb7aeda4d8e005ffcc733dc84ccbcec22 [
file
] [
log
] [
blame
]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div
::
first-letter
{
color
:
green
;
}
div
{
text-rendering
:
optimizeSpeed
;
}
</style>
<div>
text content
</div>