Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!-- | |
| 2 @MAC-ALLOW:size=(400* | |
| 3 --> | |
| 4 <html> | |
| 5 <body> | |
| 6 <style> | |
| 7 [role="listitem"] { | |
| 8 width: 400px; | |
| 9 height: 200px; | |
| 10 } | |
| 11 </style> | |
| 12 <div role="list" aria-owns="one two"></div> | |
| 13 <div id="one" role="listitem">One</div> | |
| 14 <div id="two" role="listitem">Two</div> | |
| 15 </body> | |
| 16 </html> | |
| OLD | NEW |