about summary refs log tree commit diff
path: root/tests/rustdoc-gui/javascript-disabled.goml
AgeCommit message (Collapse)AuthorLines
2024-05-05rustdoc: dedup search form HTMLMichael Howell-1/+1
This change constructs the search form HTML using JavaScript, instead of plain HTML. It uses a custom element because - the [parser]'s insert algorithm runs the connected callback synchronously, so we won't get layout jank - it requires very little HTML, so it's a real win in size [parser]: https://html.spec.whatwg.org/multipage/parsing.html#create-an-element-for-the-token This shrinks the standard library by about 60MiB, by my test.
2024-04-04Add regression test to ensure that even if JS is enabled but not working, a ↵Guillaume Gomez-0/+9
theme will still get applied
2024-04-03Add GUI test to ensure there is always a theme applied if JS is disabledGuillaume Gomez-0/+5
2023-04-11Update rustdoc GUI tests to new browser-ui-test versionGuillaume Gomez-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+6