1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:27:35 +00:00

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
parent c719a542c5
commit ea61296738
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;