forked from mirrors/gecko-dev
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
10 lines
156 B
HTML
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>
|