| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>This tests that svg text selection rect is properly sized and positioned.</title> | |
| <style> | |
| body { | |
| margin: 0px; | |
| font-size: 16px; | |
| } | |
| .bckg { | |
| position: fixed; | |
| left: 20px; | |
| top: 5.5px; | |
| width: 68px; | |
| height: 18.5px; | |
| background: rgba(255, 0, 0, 0.9); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class=bckg></div> | |
| </body> | |
| </html> |