<!DOCTYPE html>
<p>Below there should be a blue square above a cyan square.</p>
<div style="width:100px; height:100px; background:blue;"></div>
<div style="width:100px; height:100px; background:cyan;"></div>
<!DOCTYPE html>
<p>Below there should be a blue square above a cyan square.</p>
<div style="width:100px; height:100px; background:blue;"></div>
<div style="width:100px; height:100px; background:cyan;"></div>