blob: 3902072bc58b7bf62290edafbce1b735288af716 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!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">
|