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

Unified Diff: LayoutTests/fast/forms/radio/indeterminate-radio.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, 5 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/indeterminate-radio.html
diff --git a/LayoutTests/fast/forms/radio/indeterminate-radio.html b/LayoutTests/fast/forms/radio/indeterminate-radio.html
index 2c29d1bbde6b5c312b0ad4f4843274edadad44d1..9fac8bfb233745a80fce42716fc3b4f826794bcc 100644
--- a/LayoutTests/fast/forms/radio/indeterminate-radio.html
+++ b/LayoutTests/fast/forms/radio/indeterminate-radio.html
@@ -15,7 +15,7 @@
</head>
<body onload="mytest()">
<p>The test passes if the Filler Text below is green.</p>
- <input type="radio" />
+ <input type="radio" checked />
<div id="test">Filler Text</div>
<div id="testresult" style="color: blue">Running</div>
<script type="text/javascript">

Powered by Google App Engine
This is Rietveld 408576698