You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/amp-video-iframe/0.1/test/validator-amp-video-iframe.out
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -34,23 +34,22 @@ FAIL
34
34
| width="640"
35
35
| height="360"
36
36
| layout="responsive"
37
-
| src="https://foo.com"
38
-
| poster="images/kitten-playing.png">
37
+
| src="https://foo.com">
39
38
| </amp-video-iframe>
40
39
|
41
40
| <!-- Valid -->
42
41
| <amp-video-iframe
43
42
| width="640"
44
43
| height="360"
45
44
| layout="responsive"
46
-
| src="https://foo.com">
47
-
| <div placeholder></div>
45
+
| src="https://foo.com"
46
+
| poster="images/kitten-playing.png">
48
47
| </amp-video-iframe>
49
48
|
50
49
| <!-- Invalid: Incorrect attribute value for autoplay -->
51
50
| <amp-video-iframe
52
51
>> ^~~~~~~~~
53
-
amp-video-iframe/0.1/test/validator-amp-video-iframe.html:50:2 The attribute 'autoplay' in tag 'amp-video-iframe' is set to the invalid value 'true'. (see https://amp.dev/documentation/components/amp-video-iframe/)
52
+
amp-video-iframe/0.1/test/validator-amp-video-iframe.html:49:2 The attribute 'autoplay' in tag 'amp-video-iframe' is set to the invalid value 'true'. (see https://amp.dev/documentation/components/amp-video-iframe/)
54
53
| autoplay=true
55
54
| layout=fill
56
55
| width=300
@@ -82,7 +81,7 @@ amp-video-iframe/0.1/test/validator-amp-video-iframe.html:50:2 The attribute 'au
82
81
| <!-- Invalid: Incorrect attribute value for rotate-to-fullscreen -->
83
82
| <amp-video-iframe
84
83
>> ^~~~~~~~~
85
-
amp-video-iframe/0.1/test/validator-amp-video-iframe.html:80:2 The attribute 'rotate-to-fullscreen' in tag 'amp-video-iframe' is set to the invalid value 'true'. (see https://amp.dev/documentation/components/amp-video-iframe/)
84
+
amp-video-iframe/0.1/test/validator-amp-video-iframe.html:79:2 The attribute 'rotate-to-fullscreen' in tag 'amp-video-iframe' is set to the invalid value 'true'. (see https://amp.dev/documentation/components/amp-video-iframe/)
86
85
| rotate-to-fullscreen=true
87
86
| layout=fill
88
87
| width=300
@@ -91,4 +90,4 @@ amp-video-iframe/0.1/test/validator-amp-video-iframe.html:80:2 The attribute 'ro
<td>Points to an image URL that will be displayed while the video loads.
80
-
</td>
78
+
<td width="40%"><strong>poster</strong></td>
79
+
<td>URL to an image displayed while the video loads. <strong>It's recommended to always set this attribute for best perceived performance.</strong></td>
transformed_feature_tests/i_amphtml_sizer_child.html:62:5 The tag 'div', a child tag of 'AMP-VIDEO-IFRAME with [placeholder] (transformed)', does not satisfy one of the acceptable reference points: AMP-VIDEO-IFRAME > [placeholder], AMP-VIDEO-IFRAME > I-AMPHTML-SIZER [style]. (see https://amp.dev/documentation/components/amp-video-iframe/)
transformed_feature_tests/i_amphtml_sizer_child.html:66:6 The tag 'amp-video-iframe > i-amphtml-sizer' is missing or incorrect, but required by 'amp-video-iframe'. (see https://amp.dev/documentation/components/amp-video-iframe/)
0 commit comments