<!DOCTYPE html> <!-- This tests a nested inline-block within a single line; the kNextOnLineId and kPreviousOnLineId should be properly linked. --> <html> <body>before<div style="display:inline-block">inside</div>after</body> </html>