Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
text
/
partial-layout-with-text-indent-expected.html
blob: 8473382d46ecc05f7a692fb54e16150497e7fbfb [
file
] [
edit
]
<style>
div
{
text-indent
:
20px
;
border
:
1px
solid green
;
width
:
200px
;
height
:
400px
;
font-family
:
Ahem
;
}
</style>
<div
id
=
change_this
class
=
"editable"
contenteditable
=
"true"
>
some text
</div>