display-with-overflow.html (520B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1416539"> 3 <link rel="match" href="display-with-overflow-ref.html"> 4 <meta name="assert" content="Use safe centering (so that content is reachable with scroll) for display=block centering."> 5 <style> 6 math { 7 width: 20px; 8 padding: 5px; 9 font-size: 40px; 10 overflow-x: scroll; 11 overflow-y: hidden; 12 } 13 </style> 14 <math display="block"> 15 <mn>text</mn> 16 </math> 17 <math display="block" style="direction: rtl;"> 18 <mn>text</mn> 19 </math>