Sign in
webkit
/
WebKit
/
0ca788bf563f34bd338e377ca7fc85a2952edf1c
/
.
/
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>