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

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

Issue 107183004: Only 'form associated' elements have a potential form owner. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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/bindings/v8/V8LazyEventListener.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 340d456db9bdf55802ffc5598308dc029c31f1a5..2628fc3231f320542484aeb96734d619eee34bd1 100644
--- a/LayoutTests/fast/forms/form-attribute-expected.txt
+++ b/LayoutTests/fast/forms/form-attribute-expected.txt
@@ -63,8 +63,12 @@ PASS inputElement.form is null
PASS labelElement.form is null
PASS inputElement.form is owner
PASS labelElement.form is owner
+
+- Checks if option.form is only set if it has a <select> parent.
+PASS option1.form is null
+PASS option2.form is null
+PASS option3.form is owner
PASS successfullyParsed is true
TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/forms/form-attribute.html ('k') | Source/bindings/v8/V8LazyEventListener.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698