| Index: third_party/WebKit/LayoutTests/inspector-protocol/resources/dom-snapshot-input-value.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/resources/dom-snapshot-input-value.html b/third_party/WebKit/LayoutTests/inspector-protocol/resources/dom-snapshot-input-value.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3ac7f1a69582d296b2a1501f446884886fc1c8bc
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/resources/dom-snapshot-input-value.html
|
| @@ -0,0 +1,17 @@
|
| +<html>
|
| +<body class="body-class">
|
| +<div style="width: 200px">
|
| + <select>
|
| + <option id='OptionSelected'>Option 1</option>
|
| + <option id='OptionNotSelected'>Option 2</option>
|
| + </select>
|
| + <input id='TextInput' value='InputValue'>
|
| + <input id='ButtonInput' type='button' value='ButtonValue'>
|
| + <input id='RadioInputChecked' value='RadioInputValue' type='radio' checked>
|
| + <input id='RadioInputUnchecked' type='radio'>
|
| + <input id='CheckboxInputChecked' value='CheckInputValue' type='checkbox' value='' checked>
|
| + <input id='CheckboxInputUnchecked' type='checkbox' value=''>
|
| + <textarea id='TextArea'>TextAreaValue</textarea>
|
| +</div>
|
| +</body>
|
| +</html>
|
|
|