Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-inline/baseline-source/baseline-source-inline-box.html - WPT Dashboard Interop Dashboard
<!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>