mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Base: Unbreak the "images" HTML test page
This commit is contained in:
parent
1e92081546
commit
00aac65af5
Notes:
sideshowbarker
2024-07-19 01:19:44 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/00aac65af54
1 changed files with 8 additions and 8 deletions
|
@ -5,16 +5,16 @@
|
|||
<body>
|
||||
<center>
|
||||
<h1>Look, pictures!</h1>
|
||||
<img alt="serenity logo (squished)" src="file:///res/icons/serenity.png" width="40" height="40" />
|
||||
<img alt="serenity logo (normal)" src="file:///res/icons/serenity.png" width="64" height="64" />
|
||||
<img alt="serenity logo (stretched)" src="file:///res/icons/serenity.png" width="100" height="100" />
|
||||
<img alt="serenity logo (unspecified size)" src="file:///res/icons/serenity.png" />
|
||||
<img alt="serenity logo (squished)" src="file:///res/graphics/buggie.png" width="40" height="40" />
|
||||
<img alt="serenity logo (normal)" src="file:///res/graphics/buggie.png" width="64" height="64" />
|
||||
<img alt="serenity logo (stretched)" src="file:///res/graphics/buggie.png" width="100" height="100" />
|
||||
<img alt="serenity logo (unspecified size)" src="file:///res/graphics/buggie.png" />
|
||||
|
||||
<h1>Look, not pictures!</h1>
|
||||
<img alt="invalid path (64x64)" src="file:///res/icons/file-does-not-exist.png" width="64" height="64" />
|
||||
<img alt="invalid path (100x100)" src="file:///res/icons/file-does-not-exist.png" width="100" height="100" />
|
||||
<img alt="invalid path (unspecified size)" src="file:///res/icons/file-does-not-exist.png" />
|
||||
<img src="file:///res/icons/file-does-not-exist.png" />
|
||||
<img alt="invalid path (64x64)" src="file:///res/graphics/file-does-not-exist.png" width="64" height="64" />
|
||||
<img alt="invalid path (100x100)" src="file:///res/graphics/file-does-not-exist.png" width="100" height="100" />
|
||||
<img alt="invalid path (unspecified size)" src="file:///res/graphics/file-does-not-exist.png" />
|
||||
<img src="file:///res/graphics/file-does-not-exist.png" />
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue