ÿþ<!DOCTYPE HTML> <html lang="en-us" dir="rtl"> <head> <title>Floated wrappers with overflow auto and inner blocks with inline content</title> <style> body * * { border-left: 10px solid red; border-right: 10px solid green } </style> </head> <body> <h1>ÐÑÒÓÔÕÖ×.</h1> <h1>ÐÑÒÓ<br>ÔÕÖ×.</h1> <h1>ÐÑÒÓ<span></span>ÔÕÖ×.</h1> <h1>ÐÑÒÓ<ÔÕÖ×.</h1><span dir="ltr">left angle bracket '<'.</span> <h1>ÐÑÒÓ>ÔÕÖ×.</h1><span dir="ltr">left angle bracket '>'.</span> <h1>ÐÑÒÓ<>ÔÕÖ×.</h1> <h1>ÐÑÒÓÔÕÖ×.</h1> <ul> <li><a href="http://css-class.com/test/css/bidi/">Bidirection</a> (directory)</li> <li><a href="http://css-class.com/test/">CSS Class Test</a></li> </ul> </body> </html>