ampproject/amphtml
Copy this badge! ↑
interactions
e2e/test-adchoices.js
with <amp-brightcove>
should support binding to data-account
e2e/test-amp-bind-brightcove.js
with <amp-form>
should NOT allow invalid bindings or values
e2e/test-amp-bind-form.js
with <amp-iframe>
should support binding to src
e2e/test-amp-bind-iframe.js
with <amp-live-list>
should detect bindings in initial live-list elements
e2e/test-amp-bind-live-list.js
with <amp-live-list>
should apply scope to bindings in new list items
e2e/test-amp-bind-live-list.js
+ amp-state
should update text
e2e/test-amp-bind-state.js
+ amp-state
should not loop infinitely if updates change its src binding
e2e/test-amp-bind-state.js
should support binding to src
e2e/test-amp-bind-video.js
should NOT change src when new value is a blocked URL
e2e/test-amp-bind-video.js
should NOT change src when new value uses an invalid protocol
e2e/test-amp-bind-video.js
should change alt when the alt attribute binding changes
e2e/test-amp-bind-video.js
should show/hide vid controls when the control binding changes
e2e/test-amp-bind-video.js
with <amp-youtube>
should support binding to data-video-id
e2e/test-amp-bind-youtube.js
Should call amp-img layoutCallback
e2e/test-amp-email.js
Should call amp-list layoutCallback
e2e/test-amp-email.js
first story should be playing video
e2e/test-amp-story-player-navigation.js
navigating to next story pauses the previous one
e2e/test-amp-story-player-navigation.js
when player is not visible in first viewport, it builds the shadow DOM container
e2e/test-amp-story-player-prerender.js
when player is not visible in first viewport, no stories are loaded or prerendered
e2e/test-amp-story-player-prerender.js
when player is not visible in first viewport and on first user scroll, iframe loads first story in prerender
e2e/test-amp-story-player-prerender.js
when player is not visible in first viewport and on first user scroll, only one story in iframe is loaded
e2e/test-amp-story-player-prerender.js
when player becomes visible in viewport, first story starts playing
e2e/test-amp-story-player-prerender.js
when player becomes visible in viewport and first story finishes loading, second story starts preloading
e2e/test-amp-story-player-prerender.js
loads and displays first story on page load when player is visible in viewport
e2e/test-amp-story-player.js
attaches shadow root
e2e/test-bento.js
ControllerPromise
Promise wrapping behavior
should behave like a normal thenable
e2e/test-controller-promise.js
ControllerPromise
Promise wrapping behavior
should behave like a normal thenable with await
e2e/test-controller-promise.js
ControllerPromise
Promise wrapping behavior
should accept calls to `then`
e2e/test-controller-promise.js
ControllerPromise
Promise wrapping behavior
should allow empty `then` calls
e2e/test-controller-promise.js
ControllerPromise
Promise wrapping behavior
should accept calls to `catch`
e2e/test-controller-promise.js
ControllerPromise
Promise wrapping behavior
should accept a second parameter for `then`
e2e/test-controller-promise.js
ControllerPromise
Promise wrapping behavior
should accept rejected calls to `finally`
e2e/test-controller-promise.js
ControllerPromise
Promise wrapping behavior
should accept resolved calls to `finally`
e2e/test-controller-promise.js
ControllerPromise
Promise wrapping behavior
should pass errors beyond `finally` to `catch` blocks
e2e/test-controller-promise.js
ControllerPromise
Promise wrapping behavior
should accept long then chains
e2e/test-controller-promise.js
ControllerPromise
retryable behavior
should allow promises to be retryable
e2e/test-controller-promise.js
ControllerPromise
retryable behavior
should allow retryable promises to be then-ed once
e2e/test-controller-promise.js
ControllerPromise
retryable behavior
should allow retryable promises to be then-ed more than once
e2e/test-controller-promise.js
ControllerPromise
retryable behavior
should reject on failure and not allow retrying
e2e/test-controller-promise.js
should send documentHeight once amp has completed init
e2e/test-document-height.js
e2e expect
ControllerPromise
should accept controller promises
e2e/test-expect.js
e2e expect
ControllerPromise
should accept controller promises with sync waitForValue
e2e/test-expect.js
e2e expect
ControllerPromise
should accept controller promises with async waitForValue
e2e/test-expect.js
e2e expect
ControllerPromise
should accept `then`
e2e/test-expect.js
e2e expect
ControllerPromise
should accept multiple `then`s
e2e/test-expect.js
e2e expect
Chai API methods
a, an
should work in the immediate positive case
e2e/test-expect.js
e2e expect
Chai API methods
a, an
should work in the eventual positive case
e2e/test-expect.js
e2e expect
Chai API methods
a, an
should work in the immediate negative case
e2e/test-expect.js
e2e expect
Chai API methods
a, an
should work in the eventual negative case
e2e/test-expect.js
Load More