blob: d3a1c848339d5445cbce6a259fd8392b7c09fbd9 [file] [log] [blame]
<!DOCTYPE html>
<p>Check if a validation bubble is shown at a correct position in RTL UI.</p>
<input pattern="\d{4}" title="Please specify four digits." value="abc" style="margin-left: 30%;">
<script>
internals.setUserPreferredLanguages(['ar']);
document.querySelector('input').reportValidity();
</script>