propagated-overflow-style-2e.html (217B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title> 5 Testcase with the root viewport scrollable, via styles on body node. 6 </title> 7 <style> 8 body { 9 overflow: scroll; 10 } 11 </style> 12 </head> 13 <body> 14 </body> 15 </html>