fune/testing/web-platform/tests/css/css-values/calc-rounding-003-ref.html
Emilio Cobos Álvarez 7e288d7f98 Bug 1893127 - Back out bug 1881220 for causing worse regressions than the problem it was fixing. r=layout-reviewers,firefox-style-system-reviewers,boris
As a short term fix this seems acceptable. Mark the test for the
regressing bug as failing.

Differential Revision: https://phabricator.services.mozilla.com/D208834
2024-04-27 22:42:42 +00:00

10 lines
156 B
HTML

<!doctype html>
<meta charset="utf-8">
<style>
.outer {
width: 100px;
height: 40px;
border: 1px solid;
}
</style>
<div class="outer"></div>