Sign in
cobalt
/
cobalt
/
19589f994026f63df553a83799ef841b566baff9
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
cobalt
/
relative-font-size.html
blob: 8c37d43d3088c4ea762f5559344bf80c3bb4f98f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!-- TODO: Add more relative font size tests when needed. -->
<html>
<head>
<style>
body
{
font-family
:
Roboto
;
font-size
:
20px
;
}
span
{
font-size
:
2em
;
}
</style>
</head>
<body>
Hello,
<span>
Cobalt!
</span>
</body>
</html>