1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 18:12:43 +00:00
serenity/Base/res/html/misc
DexesTTP 22413ef729 LibWeb: Add WebSocket bindings
The WebSocket bindings match the original specification from the
WHATWG living standard, but do not match the later update of the
standard that involves FETCH. The FETCH update will be handled later
since the changes would also affect XMLHttpRequest.
2021-04-25 19:04:34 +02:00
..
bmpsuite_files LibGfx: Add BMP suite html files 2020-06-21 10:08:25 +02:00
gifsuite_files LibGfx: add erroneous cases to GIF test suite 2020-11-08 21:40:47 +01:00
jpgsuite_files JPGLoader: Remove JPEG fuzz files from the main repository 2020-11-30 11:38:59 +01:00
pbmsuite_files Base: Test web page and images for PBM image file type 2020-06-21 16:42:46 +02:00
pgmsuite_files Base: Test web page and images for PGM image file type 2020-06-27 13:01:27 +02:00
ppmsuite_files Base: Test web page and images for PPM image file type 2020-06-22 18:11:22 +02:00
90s-bg.png Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
acid1.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
acid2.html Base: Fix newlines at end of file in some files. 2021-03-08 09:20:53 +01:00
afrag.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
alert.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
attrselectors.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
background-no-repeat.html Base: Add test page for the 'background-repeat' property 2021-04-03 11:24:33 +02:00
background-repeat-test.html Base: Update background-repeat test with two-value section 2021-04-05 18:49:04 +02:00
background-repeat-x.html Base: Add test page for the 'background-repeat' property 2021-04-03 11:24:33 +02:00
background-repeat-y.html Base: Add test page for the 'background-repeat' property 2021-04-03 11:24:33 +02:00
background-repeat.html Base: Add test page for the 'background-repeat' property 2021-04-03 11:24:33 +02:00
background-repeat.png Base: Add test page for the 'background-repeat' property 2021-04-03 11:24:33 +02:00
blank-no-doctype.html test-web: Add ability to change page mid-test 2020-07-25 12:35:15 +02:00
blank.html LibWeb+test-web: Create test-web program, add doctype test 2020-07-23 13:11:41 +02:00
blink.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
bmfw.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
bmpsuite.html LibGfx: Add BMP suite html files 2020-06-21 10:08:25 +02:00
borders.html Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
br.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
button.html Base: Add test page for <input type=button> elements 2021-04-04 18:30:15 +02:00
canvas-path-quadratic-curve.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
canvas-path-rect.html LibWeb: Implement the CanvasRenderingContext2D::rect path method 2021-04-14 23:01:23 +02:00
canvas-path.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
canvas-rotate.html LibWeb: Add CanvasRenderingContext2D.rotate() 2020-06-26 18:27:12 +02:00
canvas.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
checkbox.html Base: Update checkbox test page to have a <label> 2021-04-04 18:30:15 +02:00
clear-1.html Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
contenteditable.html Everywhere: Fix typos 2021-01-22 18:41:29 +01:00
cookie.html LibWeb: Impose a sane max cookie size 2021-04-16 19:19:31 +02:00
css.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
cursor.html Base: Add HTML test page for cursor & table 2021-04-19 12:26:05 +02:00
data-url.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
demo.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
dom.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
empty.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
event-bubbling-and-multiple-listeners.html LibWeb: Add a test for the new event dispatcher 2020-11-22 18:20:56 +01:00
events.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
first-child.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
first-of-type.html LibWeb: Support the :first-of-type CSS selector :^) 2021-04-06 13:06:42 +02:00
float-1.html Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
float-2.html Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
float-3.html Base: Add test page for floating boxes with overflow=hidden 2021-03-30 22:21:46 +02:00
form.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
gifsuite.html LibGfx: add erroneous cases to GIF test suite 2020-11-08 21:40:47 +01:00
hover.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
html-escape-test.html Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
iframe-subframe.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
iframe.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
images.html Base: Unbreak the "images" HTML test page 2020-11-22 13:48:43 +01:00
img-canvas.html Base: Create /res/graphics/ and relocate system art assets 2020-08-27 15:38:02 +02:00
inline-block-link.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
inline-block.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
innerHTML.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
innertext_textcontent.html LibWeb: Implement Element.innerText 2020-08-18 16:58:46 +02:00
jpg.html JPGLoader: Move bogus JPEGs to a different directory 2020-11-29 16:22:04 +01:00
last-child.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
last-of-type.html LibWeb: Support the :last-of-type CSS selector :^) 2021-04-06 13:06:42 +02:00
link-over-zindex-block.html Base: Add test for a box placed over links with negative z-index 2021-03-31 23:53:15 +02:00
link.css Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
link.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
location.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
lorem.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
many-buggies.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
margin-collapse-1.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
margin-collapse-2.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
only-child.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
padding-inline.html Base: Add a little web test page for inline elements with CSS padding 2020-12-03 21:46:04 +01:00
palette.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
pbmsuite.html Base: Test web page and images for PBM image file type 2020-06-21 16:42:46 +02:00
percent-css.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
pgmsuite.html Base: Test web page and images for PGM image file type 2020-06-27 13:01:27 +02:00
phint.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
pngsuite_bas_png.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
pngsuite_int_png.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
pngsuite_siz_png.html Base: Fix newlines at end of file in some files. 2021-03-08 09:20:53 +01:00
position-absolute-from-edges.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
position-absolute-top-left.html Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
ppmsuite.html Base: Fix newlines at end of file in some files. 2021-03-08 09:20:53 +01:00
qsa.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
radio.html Base: Update radio button test page to mutate the DOM 2021-04-04 18:30:15 +02:00
raf.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
root.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
selectors.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
set-interval.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
simple.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
small.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
svg.html Base: Add SVG test file to welcome page 2020-07-26 14:53:43 +02:00
trigonometry.html Base: Fix newlines at end of file in some files. 2021-03-08 09:20:53 +01:00
websocket.html LibWeb: Add WebSocket bindings 2021-04-25 19:04:34 +02:00
welcome.html LibWeb: Add WebSocket bindings 2021-04-25 19:04:34 +02:00
welcome.js Base+LibJS+LibWeb: Make prettier clean 2020-12-27 21:25:27 +01:00