Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / margin-bottom-form-element-strict.html
blob5fd600e77a715063d69b1468306f8e4329ba7690
1 <!DOCTYPE html>
2 <title>Test case 1 for bug #17696</title>
3 <div style="border: 1px solid lime; background: red;">
4 <form style="background: lime">There should be no red on this page. Form element should not have border-bottom set to 1em in strict mode.</form>
5 </div>