mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:58:12 +00:00

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.
7 lines
95 B
CSS
7 lines
95 B
CSS
#foo {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 123px;
|
|
height: 456px;
|
|
}
|