diff --git a/debug/globe-with-video.html b/debug/globe-with-video.html new file mode 100644 index 00000000000..b4a4bceeaee --- /dev/null +++ b/debug/globe-with-video.html @@ -0,0 +1,117 @@ + + + + Globe with Video + + + + + + + +
+
Pause
+ + + + + + diff --git a/test/release/index.js b/test/release/index.js index 52200f05d94..7ceea7378ef 100644 --- a/test/release/index.js +++ b/test/release/index.js @@ -96,6 +96,11 @@ const pages = [ "title": "Video", "url": "./video.html" }, + { + "key": "globe-with-video", + "title": "Globe with Video", + "url": "./globe-with-video.html" + }, { "key": "scroll_zoom_blocker", "title": "Gestures", diff --git a/test/release/local_release_page_list.txt b/test/release/local_release_page_list.txt index 58a7501c1bf..5054c0fc96f 100644 --- a/test/release/local_release_page_list.txt +++ b/test/release/local_release_page_list.txt @@ -12,3 +12,4 @@ image-on-globe.html atmosphere.html animate-point-along-route.html filter-features-with-globe.html +globe-with-video.html