| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/collections/HTMLCollection-supported-property-names.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/collections/HTMLCollection-supported-property-names.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/collections/HTMLCollection-supported-property-names.html
|
| index 4351a09465912fdbfd00d4f753b9fed68471cc70..a37163b7d189c292336f17a5db8ba3c0ac512efa 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/collections/HTMLCollection-supported-property-names.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/collections/HTMLCollection-supported-property-names.html
|
| @@ -6,20 +6,20 @@
|
|
|
| <div id=log></div>
|
|
|
| -<!-- with no attribute -->
|
| +<!-- with no attribute -->
|
| <span></span>
|
|
|
| -<!-- with `id` attribute -->
|
| +<!-- with `id` attribute -->
|
| <span id=''></span>
|
| <span id='some-id'></span>
|
| -<span id='some-id'></span><!-- to ensure no duplicates -->
|
| +<span id='some-id'></span><!-- to ensure no duplicates -->
|
|
|
| -<!-- with `name` attribute -->
|
| +<!-- with `name` attribute -->
|
| <span name=''></span>
|
| <span name='some-name'></span>
|
| -<span name='some-name'></span><!-- to ensure no duplicates -->
|
| +<span name='some-name'></span><!-- to ensure no duplicates -->
|
|
|
| -<!-- with `name` and `id` attribute -->
|
| +<!-- with `name` and `id` attribute -->
|
| <span id='another-id' name='another-name'></span>
|
|
|
| <script>
|
|
|