Skip to content

Commit

Permalink
❄️ Fix flaky test `AMP shadow v0 » should layout amp-img component in…
Browse files Browse the repository at this point in the history
… shadow AMP document` (#39860)
  • Loading branch information
danielrozenberg committed Feb 26, 2024
1 parent 4377d14 commit 5994e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/served/shadow.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</head>
<body>
<h1>Shadow AMP document</h1>
<amp-img src="https://placekitten.com/640/480" layout="responsive" width="640" height="480"></amp-img>
<amp-img src="/examples/img/ampicon.png" layout="responsive" width="640" height="480"></amp-img>
</body>
</html>

0 comments on commit 5994e89

Please sign in to comment.