Viewport resizing (text)
Text content adjusts to fit within the viewport without requiring
horizontal scrolling or cutting off content.
Unresponsive paragraph:
This paragraph is unresponsive:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.
Note: Hard to automatically test or detect. Requires a human tester or AI
to check how text elements adjust to changes in viewport and content.
However, partially automated testing should be possible by querying all
elements (or stylesheets) and programmatically checking whether the
width and
height properties have fixed values (e.g.,
100px).