We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AMP shadow v0 » should layout amp-img component in shadow AMP document
1 parent 4377d14 commit 5994e89Copy full SHA for 5994e89
1 file changed
test/fixtures/served/shadow.html
@@ -10,6 +10,6 @@
10
</head>
11
<body>
12
<h1>Shadow AMP document</h1>
13
- <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>
14
</body>
15
</html>
0 commit comments