| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/readwrite-readonly.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/readwrite-readonly.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/readwrite-readonly.html
|
| index e85a6e33fc7a7ead688f513b381048f6caa6624d..d9bbadbe6174f47e4603b25c50d4144608c9f6e2 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/readwrite-readonly.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/readwrite-readonly.html
|
| @@ -8,7 +8,7 @@
|
| <div id="log"></div>
|
|
|
| <div id=set0>
|
| -<!-- The readonly attribute does not apply to the following input types -->
|
| +<!-- The readonly attribute does not apply to the following input types -->
|
| <input id=checkbox1 type=checkbox>
|
| <input id=hidden1 type=hidden value=abc>
|
| <input id=range1 type=range>
|
|
|