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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/radio/radio-group-remove-required-expected.txt

Issue 1632493002: Precisely account for required buttons in a radio group. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix oilpan compilation Created 4 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
Index: third_party/WebKit/LayoutTests/fast/forms/radio/radio-group-remove-required-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/radio/radio-group-remove-required-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/radio/radio-group-remove-required-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..52c9b1623b5e5ce8e2972a7f054de4d931858758
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/forms/radio/radio-group-remove-required-expected.txt
@@ -0,0 +1,12 @@
+Removing a named required radio button shouldn't assert
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.getElementsByName("requiredRadio")[0].required is true
+PASS radio.required is true
+PASS radio.required is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698