1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-16 01:02:25 +00:00
serenity/Base/res/html/misc
Sam Atkins 2dad3dca9a Base: Add ratio tests to media-query test page
Note that only the first test actually functions currently.
Single-number ratios instead get parsed as a `<number>`, and will do
until the parser gets smarter. (The alternative, where all
single-numbers get parsed as `<ratio>`, does make the tests succeed,
but numbers are more common than ratios so I have given numbers
preference for now.)

Also simplified the styling and text a bit. Now, red = fail, green =
success. No more "unstyled = fail" stuff.
2022-03-07 13:42:25 +01:00
..
bmpsuite_files
ddssuite_files
gifsuite_files
jpgsuite_files
pbmsuite_files
pgmsuite_files
ppmsuite_files
90s-bg.png
acid1.html
acid2.html
afrag.html
alert.html
async-js.html Base: Add a test page for async functions + XMLHttpRequest 2021-11-28 13:28:01 +00:00
attr-invalidate-style.html LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy update 2022-02-05 22:50:39 +01:00
attributes.html Base: Add a test page for the various element attribute APIs 2021-10-17 13:51:10 +01:00
attrselectors.html Base: Expand test page for CSS attribute selectors 2021-07-31 00:18:11 +02:00
background-no-repeat.html
background-repeat-test.html
background-repeat-x.html
background-repeat-y.html
background-repeat.html
background-repeat.png
backgrounds.html Base: Add additional test cases to backgrounds.html 2021-11-17 22:20:01 +01:00
blank-no-doctype.html
blank.html
blink.html
bmfw.html
bmpsuite.html
border-radius.html Base: Correct flipped values in border-radius.html 2021-08-14 12:45:01 +02:00
borders.html
box-shadow.html LibWeb: Parse multiple box-shadows :^) 2022-02-08 17:45:51 +01:00
br.html
button.html
calc.html Base: Add a test page for CSS 'calc()' values 2021-07-24 03:02:07 +04:30
canvas-path-quadratic-curve.html
canvas-path-rect.html
canvas-path.html
canvas-rotate.html
canvas.html
cascade-keywords.html Base: Add cascade-keywords.html test page for CSS cascade keyword values 2021-08-25 12:14:34 +02:00
checkbox.html LibWeb: Implement reverse lookup to labels from their labelable nodes 2022-02-16 19:18:57 +01:00
class-list.html Base: Add a test page for the various element classList APIs 2021-10-18 23:33:56 +02:00
clear-1.html
colors.html LibWeb: Implement currentcolor special value 2021-09-17 23:06:45 +02:00
computed-style.html Base: Add developer's tests to computed-style.html 2021-09-14 22:02:14 +02:00
contenteditable.html
cookie.html
css-import-1.css LibWeb: Get CSS @import rules working in new parser 2021-07-31 00:18:11 +02:00
css-import-2.css LibWeb: Get CSS @import rules working in new parser 2021-07-31 00:18:11 +02:00
css-import-3.css LibWeb: Get CSS @import rules working in new parser 2021-07-31 00:18:11 +02:00
css-import.html LibWeb: Get CSS @import rules working in new parser 2021-07-31 00:18:11 +02:00
css.html
cursor.html
custom-list-item-2.png Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
custom-list-item.png LibWeb: Implement and use ListStyleStyleValue 2021-08-14 12:45:01 +02:00
custom-properties.html Base: Add more test cases to CSS var() test page 2021-12-09 21:30:31 +01:00
data-url.html Base: Add CSS url(data:...) cases to test page 2021-07-31 00:18:11 +02:00
ddssuite.html
demo.html
dom.html
empty.html
event-bubbling-and-multiple-listeners.html
events.html
first-child.html
first-of-type.html
flex-2.html Base: Add test page for testing weird flexbox combinations 2021-09-15 13:55:25 +02:00
flex.html LibWeb: Implement and use FlexStyleValue 2021-08-14 12:45:01 +02:00
float-1.html
float-2.html
float-3.html
fonts.html LibWeb+Base: Parse font-style CSS property 2022-02-20 11:50:38 +01:00
form.html
gifsuite.html
gol-wasm.html Base: Use requestAnimationFrame in Game of Life WASM demo 2021-10-07 19:13:34 +02:00
hover.html
html-escape-test.html
iframe-subframe.html
iframe.html
image-rendering.html LibWeb: Add support for CSS image-rendering property 2022-02-19 11:38:46 +01:00
images.html Base: Add several scaled images to test page 2021-09-20 22:18:20 +02:00
img-canvas.html
inline-block-link.html
inline-block.html
inline-node.html Base: Add page for testing styling on display: inline elements 2021-09-19 22:53:35 +02:00
innerHTML.html
innertext_textcontent.html
input.html Base: Add <input> test page 2022-02-18 01:48:51 +01:00
jpg.html
justify-content.html Base: Add a test page for the 'justify-content' CSS property 2021-07-19 18:47:09 +04:30
last-child.html
last-of-type.html
link-over-zindex-block.html
link.css
link.html
lists.html Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
location.html
lorem.html
mandelbrot-wasm.html
many-buggies.html
margin-collapse-1.html
margin-collapse-2.html
media-queries.html Base: Add ratio tests to media-query test page 2022-03-07 13:42:25 +01:00
message-channel.html LibWeb: Implement basic support for MessageChannel and MessagePort 2021-09-19 22:34:44 +02:00
mouse-events.html Base: Add a browser test page that dumps out all mouse events 2022-02-07 13:28:59 +01:00
not-selector.html LibWeb: Use Selectors instead of a String for :not() selectors 2021-07-14 13:31:00 +02:00
nth-child.html LibWeb: Correct handling of negative step values in nth-foo() selectors 2022-03-02 17:39:57 +01:00
nth-last-child.html LibWeb: Correct handling of negative step values in nth-foo() selectors 2022-03-02 17:39:57 +01:00
nth-last-of-type.html LibWeb: Correct handling of negative step values in nth-foo() selectors 2022-03-02 17:39:57 +01:00
nth-of-type.html LibWeb: Correct handling of negative step values in nth-foo() selectors 2022-03-02 17:39:57 +01:00
only-child.html
opacity.html Base: Add a test page for CSS opacity property 2021-07-24 22:02:28 +04:30
overflow.html LibWeb: Implement and use OverflowStyleValue 2021-08-14 12:45:01 +02:00
padding-inline.html
palette.html
pbmsuite.html
percent-css.html
pgmsuite.html
phint.html
pngsuite_bas_png.html
pngsuite_int_png.html
pngsuite_siz_png.html
position-absolute-from-edges.html
position-absolute-top-left.html
ppmsuite.html
pre.html Base: Add a <pre> test page 2022-01-23 12:08:37 +01:00
progressbar.html Base: Add test page for progress bar element 2022-02-16 15:34:08 -05:00
pseudo-elements.html Base: Remove my copyright from this HTML file 2022-03-01 15:14:18 +00:00
qsa.html
radio.html
raf.html
root.html
script-preparation-test.html Base: Add a test for the early return steps of "prepare a script" 2021-10-14 10:32:13 +02:00
selectors.html
serenity-screenshot.png Base: Add several scaled images to test page 2021-09-20 22:18:20 +02:00
set-timeout-and-interval.html Base: Replace setInterval test page with a more thorough timer test page 2022-03-04 19:51:26 +01:00
simple.html
small.html
supports.html LibWeb: Implement @supports selector(.foo) 2022-02-19 19:33:54 +01:00
svg.html LibWeb: Add SVG <polygon> element and test case :^) 2022-02-11 21:38:27 +01:00
text-decoration.html LibWeb: Implement and use TextDecorationStyleValue 2021-08-14 12:45:01 +02:00
tile.png Base: Add page for testing styling on display: inline elements 2021-09-19 22:53:35 +02:00
trigonometry.html
wasm.html
websocket.html Base: Replace the WebSocket demo target URL with a working one 2022-02-06 13:10:10 +01:00
welcome.html Base: Replace setInterval test page with a more thorough timer test page 2022-03-04 19:51:26 +01:00
welcome.js
worker.js Base+LibWeb: Add test case for Workers on welcome homepage 2022-02-17 22:45:21 +01:00
worker_parent.html Base+LibWeb: Add test case for Workers on welcome homepage 2022-02-17 22:45:21 +01:00