From eea396e20366dd896532a8cf51537552fabc971f Mon Sep 17 00:00:00 2001
From: Brandon Jones
+ This test pages only submits content (a frame filled with a solid
+ color) every N frames so that the effect it produces on various
+ browsers and devices can be observed.
+ Back
+ Test Pages
{ title: 'Interrupted AR', category: 'Exceptions!',
path: 'interrupted-ar.html',
description: 'Tests what happens when an exception is thrown in promise resolve of an `immersive-ar` session request.' },
+
+ { title: 'Sparse Frames', category: 'M_ss_ng Fr_m_s',
+ path: 'sparse-frames.html',
+ description: 'Tests what happens the framebuffer is not populated every frame.' },
];
let mainElement = document.getElementById("main");
diff --git a/tests/sparse-frames.html b/tests/sparse-frames.html
new file mode 100644
index 000000000..345edf652
--- /dev/null
+++ b/tests/sparse-frames.html
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Sparse Frames
+
+
+
+
+
+
+
+
+
+