Sign in
webkit
/
WebKit
/
f64820ba37606d7c880d16da6349920f48425859
/
.
/
LayoutTests
/
fast
/
replaced
/
replaced-last-line-layout-expected.html
blob: 30e0e6d2087472ac6df03ef0f5edc6d45bbf2c84 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<div
style
=
"
display
:
inline
;
position
:
relative
;
"
>
<input
type
=
"text"
id
=
"one"
value
=
"One"
><br>
<input
type
=
"text"
id
=
"two"
value
=
"Two"
>
<div
style
=
"
position
:
absolute
"
></div>
</div>
</body>
</html>