haikuwebkit/LayoutTests/fast/dom/html-attribute-types-expect...

5 lines
173 B
Plaintext

This checks the types of some HTML DOM attributes whose types currently clash with our implementation.
PASS typeof img.border is 'string'
PASS typeof pre.width is 'number'