| <script src="../../resources/js-test-pre.js"></script> |
| <script src="resources/common.js"></script> |
| border: 13px solid yellow; |
| <form action="validation-message-in-relative-body.html"> |
| <input type=submit id=submit> |
| hostRect = getAbsoluteRect(host); |
| bubbleRect = getAbsoluteRect(getValidationMessageBubbleNode(host)); |
| shouldBe('bubbleRect.top', 'hostRect.bottom'); |
| shouldBeTrue('hostRect.left <= bubbleRect.left && bubbleRect.left <= hostRect.right'); |
| debug('Submit the form, and check if the validation bubble is on the text field.'); |
| var jsTestIsAsync = true; |
| <script src="../../resources/js-test-post.js"></script> |