mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
c7690fb4ef
Test 1322843-1[a-d] fail before part 2, while the other two tests fail before patch for bug 1260031. MozReview-Commit-ID: 9QfBvtwQOvP --HG-- extra : rebase_source : d42b2ace21fb2a9e896f89f97b01c2e0584c7313
11 lines
187 B
HTML
11 lines
187 B
HTML
<!DOCTYPE html>
|
|
<title>Bug 1322843 - Intrinsic width with float</title>
|
|
<style>
|
|
#outer {
|
|
width: 200px;
|
|
height: 200px;
|
|
background: green;
|
|
}
|
|
</style>
|
|
<div id="outer"></div>
|