Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / radio / indeterminate-radio.html
index 2c29d1b..9fac8bf 100644 (file)
@@ -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">