mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
LibWeb/CSS: Do not give internal stylesheets a location URL
This fixes Acid3 numbered test 72.
This commit is contained in:
committed by
Sam Atkins
parent
65f6da8d92
commit
d901e937b6
Notes:
github-actions[bot]
2026-01-09 10:55:19 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/d901e937b62 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7256 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<style>
|
||||
body {
|
||||
background: lightgray;
|
||||
}
|
||||
</style>
|
||||
<script src="../include.js"></script>
|
||||
<script>
|
||||
test(() => {
|
||||
println(document.styleSheets[0].href);
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user