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

Unified Diff: LayoutTests/fast/forms/form-associated-element.html

Issue 145353004: Build HTMLFormElement::m_associatedElements lazily (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix crash Created 6 years, 11 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
« no previous file with comments | « no previous file | Source/core/dom/IdTargetObserverRegistry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/form-associated-element.html
diff --git a/LayoutTests/fast/forms/form-associated-element.html b/LayoutTests/fast/forms/form-associated-element.html
index 90c26c022d044912396f9924b57f7bce97a12e3e..657ee106531a93083fcc00872b991c56412c92fe 100644
--- a/LayoutTests/fast/forms/form-associated-element.html
+++ b/LayoutTests/fast/forms/form-associated-element.html
@@ -54,6 +54,7 @@ function hasFormOwner(shouldHaveOwner, haveIt, event)
<img name="image1">
</div>
<input name="input-in-document">
+<select name="select-in-document"></select>
<img name="image-in-document">
</div>
« no previous file with comments | « no previous file | Source/core/dom/IdTargetObserverRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698