mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
10 lines
231 B
HTML
10 lines
231 B
HTML
<!doctype html>
|
|
<title>CSS Test Reference</title>
|
|
<style>
|
|
input {
|
|
all: initial;
|
|
width: 100px;
|
|
}
|
|
</style>
|
|
<p>You should not see an ellipsis for the text below.</p>
|
|
<input id="input_element" value="xxxxxxxxxxxxxxxxxxxx">
|