OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <body> | 2 <body> |
3 <p><span data-expected-width="80" id="test">123 | 3 <p><span data-expected-width="80" id="test">123 |
4 <span style="unicode-bidi: -webkit-isolate">456</span> 789</span></p> | 4 <span style="unicode-bidi: -webkit-isolate">456</span> 789</span></p> |
5 <script src="../../resources/check-layout.js"></script> | 5 <script src="../../resources/check-layout.js"></script> |
6 <script> | 6 <script> |
7 checkLayout('#test'); | 7 checkLayout('#test'); |
8 </script> | 8 </script> |
OLD | NEW |