diff options
author | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 23:55:29 +0000 |
---|---|---|
committer | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 23:55:29 +0000 |
commit | 09911bf300f1a419907a9412154760efd0b7abc3 (patch) | |
tree | f131325fb4e2ad12c6d3504ab75b16dd92facfed /chrome/test/data/printing/test1.html | |
parent | 586acc5fe142f498261f52c66862fa417c3d52d2 (diff) | |
download | chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.zip chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.gz chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.bz2 |
Add chrome to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/printing/test1.html')
-rw-r--r-- | chrome/test/data/printing/test1.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chrome/test/data/printing/test1.html b/chrome/test/data/printing/test1.html new file mode 100644 index 0000000..af4db0f --- /dev/null +++ b/chrome/test/data/printing/test1.html @@ -0,0 +1,20 @@ +<html> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>test1</title> +<body bgcolor=#eeeeee > +<a href="">Random invalid link.</a> +<br> +<div style="font-family:arial unicode ms"> +Arabic ligature testing: allāh: ﷲ +<br> +Arabic ligature testing: lām: الله +<br> +Alphabet in Hebrew: alephbet: אלפבית +<br> +Hello world in Korean: 여러분, 안녕하세요 +<br> +Hello world in Chinese: 你好世界 +<br> +</div> +</body> +</html>
\ No newline at end of file |