blob: 34a81ce598333cec011ec83f7a3493d562580ac2 [file] [log] [blame] [edit]
<!DOCTYPE html>
<link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com">
<link rel="help" href="https://drafts.csswg.org/css-inline-3/#line-layout">
<style>
.red { background: red }
</style>
<span>Test passes if no red</span>
<div class="red">
<span id="empty"></span>
</div>