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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/event-path-related-target-scoped.html

Issue 2036933002: Do not use a non-standard label attribute in shadow-dom.js (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/shadow-dom/event-path-related-target-scoped.html
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/event-path-related-target-scoped.html b/third_party/WebKit/LayoutTests/shadow-dom/event-path-related-target-scoped.html
index 97cc92f126cdacecb433746d2583cd8c7fbaebfc..c8144b6d964605b85df4c9891a9948015e2bc7e8 100644
--- a/third_party/WebKit/LayoutTests/shadow-dom/event-path-related-target-scoped.html
+++ b/third_party/WebKit/LayoutTests/shadow-dom/event-path-related-target-scoped.html
@@ -2,10 +2,10 @@
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="resources/shadow-dom.js"></script>
-<div id=host label=host>
- <template label=shadowRoot data-mode=open>
- <input label="input1"></input>
- <input label="input2"></input>
+<div id=host>
+ <template id=shadowRoot data-mode=open>
+ <input id=input1></input>
+ <input id=input2></input>
</template>
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698