<!DOCTYPE html> <html> <head> <title> Testcase with the root viewport scrollable, via styles on body node. </title> <style> body { overflow: scroll; } </style> </head> <body> </body> </html>