gecko-dev/layout/reftests/bugs/1260543-1-ref.html

11 строки
189 B
HTML

<!DOCTYPE html>
<html>
<style>
#outer {
font-size: 52px;
color: green;
}
</style>
<p>Test passes if the block below is green.</p>
<div id="outer"><span id="inner">&#x2588;</span></div>