Fold estimation
The tool reads the HTML top to bottom and keeps a running vertical offset, adding each element's estimated height from any inline width/height attributes plus the line-height, margin, and padding values it can find for that selector in the pasted stylesheet. Once the offset crosses the viewport height you specify, everything before that point in document order counts as above the fold; anything after it is treated as deferred content.