Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
layoutformattingcontext
/
anonymous-inline-container-simple.html
blob: d7d5ccd0d3dabaccc2d3553d8dd2dcb06ce9a017 [
file
] [
log
] [
blame
] [
edit
]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
div
::
first-letter
{
color
:
green
;
}
div
{
text-rendering
:
optimizeSpeed
;
}
</style>
<div>
text content
</div>