1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:18:12 +00:00
serenity/Libraries/LibWeb/Tests
Luke 8aabec1c94 LibWeb: Expose window.self and window.frames
"self" is a way to refer to the global object that will work in both
a window context and a web worker context.

"frames" apparently used to return a list of frame objects according
to MDN, but it now just returns the window object.
2020-08-31 23:05:10 +02:00
..
DOM LibWeb: Implement Element.innerText 2020-08-18 16:58:46 +02:00
HTML LibWeb: Implement <template> parsing 2020-08-21 11:57:11 +02:00
Pages LibWeb: Implement <template> parsing 2020-08-21 11:57:11 +02:00
Window LibWeb: Expose window.self and window.frames 2020-08-31 23:05:10 +02:00
libweb_tester.d.ts LibWeb: Add more document tests, add comment, text and mixin tests 2020-08-17 22:57:05 +02:00
test-common.js LibWeb: Add more document tests, add comment, text and mixin tests 2020-08-17 22:57:05 +02:00