mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
Tests/LibWeb: Move block & inline layout tests into own directory
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 03:59:29 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/68459d43e0 Pull-request: https://github.com/SerenityOS/serenity/pull/18204
@@ -0,0 +1,15 @@
|
||||
<style>
|
||||
body {
|
||||
font-family: 'SerenitySans';
|
||||
}
|
||||
|
||||
#begin {
|
||||
height: 2px;
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
#end {
|
||||
height: 2px;
|
||||
background-color: red;
|
||||
}
|
||||
</style><div id="begin"></div><br><div id="end"></div>
|
||||
Reference in New Issue
Block a user