Skip to content

Commit 5994e89

Browse files
❄️ Fix flaky test AMP shadow v0 » should layout amp-img component in shadow AMP document (#39860)
1 parent 4377d14 commit 5994e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/fixtures/served/shadow.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</head>
1111
<body>
1212
<h1>Shadow AMP document</h1>
13-
<amp-img src="https://placekitten.com/640/480" layout="responsive" width="640" height="480"></amp-img>
13+
<amp-img src="/examples/img/ampicon.png" layout="responsive" width="640" height="480"></amp-img>
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)