1 2 3 4 5 6 7 8 9
<!doctype html> <meta charset="utf-8"> <style> p { background-color: purple; color: white; } </style> <p>Should not have space around me in the inline axis.</p>