haikuwebkit/LayoutTests/fast/css/computed-width-without-rend...

8 lines
317 B
Plaintext

This tests obtaining widths of the same CSSComputedStyleDeclaration twice immediately after inserting a stylesheet. They should match.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.body.appendChild(div); style = getComputedStyle(div); style.width is style.width