1<!-- 2 ~ Copyright 2024 The Android Open Source Project 3 ~ 4 ~ Licensed under the Apache License, Version 2.0 (the "License"); 5 ~ you may not use this file except in compliance with the License. 6 ~ You may obtain a copy of the License at 7 ~ 8 ~ http://www.apache.org/licenses/LICENSE-2.0 9 ~ 10 ~ Unless required by applicable law or agreed to in writing, software 11 ~ distributed under the License is distributed on an "AS IS" BASIS, 12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ See the License for the specific language governing permissions and 14 ~ limitations under the License. 15 --> 16 17<!DOCTYPE html> 18<html> 19<head> 20 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 21 <style> 22 div { 23 white-space: nowrap; 24 } 25 26 iframe { 27 width: 90%; 28 } 29 </style> 30</head> 31<body> 32 33<div> 34 <input type="text" id="input_test" name="input_text"> 35</div> 36 37<div> 38 <img src="../gifs/coloured_rectangle.gif" alt="Coloured rectangle repeatable gif"> 39</div> 40 41<iframe src="https://www.youtube.com/embed/PzzNuCk-e0Y"></iframe> 42 43<div> 44 This is a long piece of text to allow horizontal scrolling. This is a long piece of text to 45 allow horizontal scrolling. This is a long piece of text to allow horizontal scrolling. 46 This is a long piece of text to allow horizontal scrolling. 47</div> 48 49</body> 50</html>