ladybird/Tests/LibWeb/Ref/expected/css/recomputing-inherited-style-doesnt-remove-important-ref.html

10 lines
156 B
HTML
Raw Normal View History

<!DOCTYPE html>
<style>
#bar {
width: 1em !important;
background-color: green;
height: 1em;
}
</style>
<div id="bar"></div>