Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/collections/HTMLCollection-supported-property-names.html

Issue 2020943002: update-w3c-deps: Do not modify testharness tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698