propagated-overflow-style-1-ref.html (251B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title> 5 Reference case with body and html *independently* scrollable. 6 </title> 7 <style> 8 html { 9 overflow: scroll; 10 } 11 body { 12 overflow: scroll; 13 } 14 </style> 15 </head> 16 <body> 17 </body> 18 </html>