mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
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>
|