mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 23:20:59 +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;
|
|
}
|