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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/label-formAssociatedElement.html

Issue 2000423006: Drop LABEL element from form-associated elements. (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/fast/dom/HTMLLabelElement/label-formAssociatedElement.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/label-formAssociatedElement.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/label-formAssociatedElement.html
deleted file mode 100644
index e6ac53e09776950e8b5f6a645745a87803ce985b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLLabelElement/label-formAssociatedElement.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE HTML>
-<script src='../../../resources/js-test.js'></script>
-<script>
-description('As per spec labels must support form association by parser.');
-</script>
-
-<table>
- <form id='form'>
- <tr>
- <td> <label id='lab'>
- </tr>
- </form>
-</table>
-
-<script>
-shouldBeEqualToString('document.getElementById("lab").form.id', 'form');
-</script>
-

Powered by Google App Engine
This is Rietveld 408576698