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

Unified Diff: LayoutTests/fast/forms/radio/radio-appearance-basic.html

Issue 394433002: Add :indeterminate pseudo class support for radio button input (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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: LayoutTests/fast/forms/radio/radio-appearance-basic.html
diff --git a/LayoutTests/fast/forms/radio/radio-appearance-basic.html b/LayoutTests/fast/forms/radio/radio-appearance-basic.html
index 34bc4283c0da7bee2ccef03d933ca25424270a33..21c0d76a0122530e8ec4741fb392e990a6877539 100644
--- a/LayoutTests/fast/forms/radio/radio-appearance-basic.html
+++ b/LayoutTests/fast/forms/radio/radio-appearance-basic.html
@@ -8,7 +8,8 @@ input {
<!-- no style for reference -->
<input type="radio">
-<input type="radio" checked> <br>
+<input type="radio" name="group">
+<input type="radio" name="group" checked> <br>
<!-- border -->
<input type="radio" style="border: 3px solid lime;">

Powered by Google App Engine
This is Rietveld 408576698