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

Unified Diff: LayoutTests/fast/forms/form-attribute-expected.txt

Issue 1204353004: Fix form association behavior when a form and a control with form= are removed from a document toge… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't add an assertion Created 5 years, 6 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 | « LayoutTests/fast/forms/form-attribute.html ('k') | Source/core/html/FormAssociatedElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/form-attribute-expected.txt
diff --git a/LayoutTests/fast/forms/form-attribute-expected.txt b/LayoutTests/fast/forms/form-attribute-expected.txt
index 2628fc3231f320542484aeb96734d619eee34bd1..f5f8f3d49906789223d2ccbf220a08ec8fb829b6 100644
--- a/LayoutTests/fast/forms/form-attribute-expected.txt
+++ b/LayoutTests/fast/forms/form-attribute-expected.txt
@@ -64,6 +64,10 @@ PASS labelElement.form is null
PASS inputElement.form is owner
PASS labelElement.form is owner
+- Check if a form and a control are disassociated when they are removed from the document together.
+PASS owner.elements.length is 1
+PASS owner.elements.length is 0
+
- Checks if option.form is only set if it has a <select> parent.
PASS option1.form is null
PASS option2.form is null
« no previous file with comments | « LayoutTests/fast/forms/form-attribute.html ('k') | Source/core/html/FormAssociatedElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698