mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 22:13:31 +00:00
7f961c4964
The outline-overflow-inline-block-* tests fail, as expected, with the aOverflowOverride parameter to UnionBorderBoxes always changed to null. Note that the outline-overflow-inline-block-* tests depend on the fix for bug 709014.
13 lines
305 B
HTML
13 lines
305 B
HTML
<!DOCTYPE HTML>
|
|
<title>outline goes around overflow, floats</title>
|
|
<style>
|
|
|
|
html, body { margin: 0; padding: 0; border: none }
|
|
html { overflow:hidden /* avoid second reflow for scrollbars */ }
|
|
|
|
body > div { margin: 98px; border: 2px solid blue; height: 100px; width: 100px }
|
|
|
|
</style>
|
|
<body>
|
|
<div></div>
|