| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>This tests that we can properly inject the list item marker in front of a block ruby.</title> | |
| <style> | |
| ruby { | |
| display: block; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <li><ruby>PASS if no assert in debug.</ruby></li> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| </body> | |
| </html> |