aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/e2e/fixtures/view-transitions/src/pages/some-attributes.astro
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/e2e/fixtures/view-transitions/src/pages/some-attributes.astro')
-rw-r--r--packages/astro/e2e/fixtures/view-transitions/src/pages/some-attributes.astro7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/astro/e2e/fixtures/view-transitions/src/pages/some-attributes.astro b/packages/astro/e2e/fixtures/view-transitions/src/pages/some-attributes.astro
new file mode 100644
index 000000000..f550c0e76
--- /dev/null
+++ b/packages/astro/e2e/fixtures/view-transitions/src/pages/some-attributes.astro
@@ -0,0 +1,7 @@
+---
+import AttributedLayout from '../components/AttributedLayout.astro';
+---
+<AttributedLayout lang="en" class="ugly" data-astro-transition-scope="scope-x">
+ <p id="heading">Page with some attributes</p>
+ <a id="click-other-attributes" href="/other-attributes">Other attributes</a>
+</AttributedLayout>