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">█</span></div>
|