1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Tests/LibWeb/Layout/input/link-sheet.css
Andreas Kling d005b1ad1b LibWeb: Support loading file:// URLs via fetch (through ResourceLoader)
This builds on the existing ad-hoc ResourceLoader code for HTTP fetches
which works for files as well.

This also includes a test that checks that stylesheets loaded with the
"file" URL scheme actually work.
2023-03-22 23:34:32 +00:00

7 lines
95 B
CSS

#foo {
position: absolute;
top: 0;
left: 0;
width: 123px;
height: 456px;
}