select-appearance-fallback-bottom-left-ref.html (281B)
1 <!DOCTYPE html> 2 <html class=reftest-wait> 3 <script src="resources/fallback-helper.js"></script> 4 5 <body> 6 <script> 7 (async () => { 8 await generateReferenceFrame(5,200,1000,` 9 [popover] { 10 position-area: bottom span-left; 11 position-try: unset; 12 } 13 `); 14 })(); 15 </script>