Skip to content

Commit

Permalink
Add SVG dogfood page test
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Nov 14, 2024
1 parent 871c41a commit 334ee8f
Show file tree
Hide file tree
Showing 7 changed files with 1,028 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/_dogfooding/_pages tests/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import Readme from "../README.mdx"
### Other tests

- [React 18](/tests/pages/react-18)
- [SVG](/tests/pages/svg)
- [Crash test](/tests/pages/crashTest)
- [Code block tests](/tests/pages/code-block-tests)
- [Link tests](/tests/pages/link-tests)
Expand Down
188 changes: 188 additions & 0 deletions website/_dogfooding/_pages tests/svg/hacker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions website/_dogfooding/_pages tests/svg/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import Logo from './logo.svg';
import Hacker from './hacker.svg';
import Integrations from './integrations.svg';
import OpenSource from './open-source.svg';
import Mascot from './mascot.svg';

# Many inline SVGs

Have a bunch of SVGs, they're written to intentionally override each others styled when inlined on the same page.

<Logo height="20rem" />
<Hacker height="20rem" />
<Integrations height="20rem" />
<OpenSource height="20rem" />
<Mascot height="20rem" />
335 changes: 335 additions & 0 deletions website/_dogfooding/_pages tests/svg/integrations.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions website/_dogfooding/_pages tests/svg/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 334ee8f

Please sign in to comment.