14 lines
337 B
HTML
14 lines
337 B
HTML
<!doctype html>
|
|
<title>CSS Test reference</title>
|
|
<style>
|
|
input { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
|
|
</style>
|
|
<div style="column-count: 2">
|
|
a<br>
|
|
<input>
|
|
|
|
<div style="page-break-inside: avoid; break-inside: avoid;">
|
|
b
|
|
<div><input id="editme" value="Am I clipped?"></div>
|
|
</div>
|
|
</div>
|