| Check if the appearance of a validation message is good. |
| * The bubble is on the password field. |
| ** after the bold message, and |
| * Letters in the bubble is readable, not -webkit-text-security:disc; |
| <form action="validation-message-appearance.html"> |
| <input type=password required maxlength=20 title="Needs at least 8 letters.
Should not be identical with the current password."> |
| <input type=submit id=submit> |
| document.getElementById('submit').click(); |
| testRunner.waitUntilDone(); |
| setTimeout(function() { testRunner.notifyDone(); }, 10); |