diff options
Diffstat (limited to 'old/test/img_ratio.html')
-rw-r--r-- | old/test/img_ratio.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/old/test/img_ratio.html b/old/test/img_ratio.html new file mode 100644 index 0000000..276ea5c --- /dev/null +++ b/old/test/img_ratio.html @@ -0,0 +1,19 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> + <HEAD> + <TITLE> IMG with only height or only width test. </TITLE> + </HEAD> + <H1 ALIGN="CENTER"> + Only width: + </H1> + <IMG SRC="https://www.dillo.org/test/maj00s.gif" width="100" title="The fool"> + <HR> + + <H1 ALIGN="CENTER"> + Only height: + </H1> + <IMG SRC="https://www.dillo.org/test/maj00s.gif" height="165" title="The fool"> + <HR> + + </HTML> + |