summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1260543-1-ref.html
blob: 05162ea2e935525a984e825a39d51e0c00169f06 (plain)
1
2
3
4
5
6
7
8
9
10
<!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>