LibWeb: Use layout-test-mode for layout tests

Also do some test changes to test it out :^)
This commit is contained in:
martinfalisse 2023-05-06 12:36:08 +02:00 committed by Andreas Kling
commit ea61296738
Notes: sideshowbarker 2024-07-17 01:21:02 +09:00
18 changed files with 1 additions and 62 deletions

View file

@ -1,8 +1,4 @@
<style>
body {
font-family: 'SerenitySans';
}
.grid-container {
display: grid;
background-color: lightsalmon;