getBoundingClientRect() called on a <br> returns a zero-width and -height rect positioned at the end of the preceding line of text, on the baseline of the text.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS successfullyParsed is true

TEST COMPLETE
PASS brRect.width is 0
PASS brRect.height is 0
FAIL brRect.left should be 8. Was 0.
FAIL brRect.top should be > precedingSpanRect.top. Was 0 (of type number).
PASS precedingSpanRect.bottom is > brRect.top
FAIL brRects.length should be 1. Was 0.
FAIL brRects[0].left should be 0. Threw exception TypeError: Cannot read property 'left' of undefined
FAIL brRects[0].top should be 0. Threw exception TypeError: Cannot read property 'top' of undefined
FAIL brRects[0].width should be 0. Threw exception TypeError: Cannot read property 'width' of undefined
FAIL brRects[0].height should be 0. Threw exception TypeError: Cannot read property 'height' of undefined
Filler text.

There's a line break element at the end of this sentence.
Here is the second line.
