Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="author" title="David Shin" href="mailto:dshin@mozilla.com">
<meta name="assert" content="Ensure that specifying baseline-source on inline boxes have no effect.">
<link rel="stylesheet" href="/fonts/ahem.css">
<link rel="match" href="baseline-source-inline-box-ref.html">
<style>
div {
border: 1px solid;
}
span {
baseline-source: first;
}
</style>
<div>
<span>a</span>
</div>