mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-29 22:42:52 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
11 lines
443 B
HTML
11 lines
443 B
HTML
<!doctype html>
|
|
<link rel="match" href="../expected/img-srcset-viewport-relative-sizes-ref.html" />
|
|
<img
|
|
sizes="100vw"
|
|
srcset="
|
|
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2P4z8DwHwAFAAH/F1FwBgAAAABJRU5ErkJggg== 100w,
|
|
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2NgaGD4DwAChAGAZM0bBgAAAABJRU5ErkJggg== 200w
|
|
"
|
|
width="400"
|
|
height="400"
|
|
/>
|