summaryrefslogtreecommitdiffstats
path: root/layout/reftests/floats/1322843-1-ref.html
blob: f3b15eb9e024fc654fd6759062bf53d236f04417 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<title>Bug 1322843 - Intrinsic width with float</title>
<style>
  #outer {
    width: 200px;
    height: 200px;
    background: green;
  }
</style>
<div id="outer"></div>