зеркало из https://github.com/mozilla/gecko-dev.git
Adding more tests
This commit is contained in:
Родитель
028a986528
Коммит
d8a5ddd33f
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>First frame Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<B> Frame 1 </B>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Second frame Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<B> Frame 2 </B>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Third frame Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<B> Frame 3 </B>
|
||||
<iframe src=the_iframe.html></iframe>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,13 @@
|
|||
<html><head><title>Help</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
||||
|
||||
<frameset rows='88,100%'>
|
||||
<frame src="frame1.html" frameborder="yes" scrolling="no" name="frame1" noresize="" bgcolor="#cad9e2">
|
||||
<frame src="subroot.html" name='bsscright' scrolling='yes'>
|
||||
</frameset>
|
||||
|
||||
<noframes><body bgcolor="#cad9e2">
|
||||
</body></noframes></html>
|
|
@ -0,0 +1,13 @@
|
|||
<html><head><title>Center</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
||||
|
||||
<frameset cols='260,100%'>
|
||||
<frame src='frame2.html' name='bsscright' scrolling='yes'>
|
||||
<frame src='frame3.html' name='bsscleft' scrolling='yes'>
|
||||
</frameset>
|
||||
|
||||
<noframes><body bgcolor="#cad9e2">
|
||||
</body></noframes></html>
|
|
@ -0,0 +1,6 @@
|
|||
<html>
|
||||
<body>
|
||||
This is some body text.
|
||||
<hr>
|
||||
</form>
|
||||
</body>
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>First frame Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<B> Frame 1 </B>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Second frame Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<B> Frame 2 </B>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Third frame Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<B> Frame 3 </B>
|
||||
<iframe src=the_iframe.html></iframe>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<html><head><title>Help</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
||||
|
||||
<frameset rows='88,100%'>
|
||||
<frame src="frame1.html" frameborder="yes" scrolling="no" name="frame1" noresize="" bgcolor="#cad9e2">
|
||||
<frameset cols='260,100%'>
|
||||
<frame src='frame2.html' name='bsscright' scrolling='yes'>
|
||||
<frame src='frame3.html' name='bsscleft' scrolling='yes'>
|
||||
</frameset>
|
||||
</frameset>
|
||||
|
||||
<noframes><body bgcolor="#cad9e2">
|
||||
</body></noframes></html>
|
|
@ -0,0 +1,6 @@
|
|||
<html>
|
||||
<body>
|
||||
This is some body text.
|
||||
<hr>
|
||||
</form>
|
||||
</body>
|
|
@ -8,85 +8,93 @@
|
|||
|
||||
<meta name="author" content="Rod Spears">
|
||||
</head>
|
||||
<body>
|
||||
<body>
|
||||
|
||||
<h1>Index of Printing and Print Preview Tests</h1>
|
||||
<a href="printing_checklist.html">Printing & Print Preview Check
|
||||
List</a><br>
|
||||
<br>
|
||||
<a href="printing_checklist.html">Printing & Print Preview Check
|
||||
List</a><br>
|
||||
<br>
|
||||
|
||||
<ul>
|
||||
<li>Long Pages</li>
|
||||
<li>Long Pages</li>
|
||||
|
||||
<ul>
|
||||
<li><a href="long_pages/2_pages.html">2 Pages</a></li>
|
||||
<li><a href="long_pages/8_pages.html">8 Pages</a></li>
|
||||
<li><a href="long_pages/105_pages.html">105 Pages</a></li>
|
||||
<li><a href="long_pages/2_pages.html">2 Pages</a></li>
|
||||
<li><a href="long_pages/8_pages.html">8 Pages</a></li>
|
||||
<li><a href="long_pages/105_pages.html">105 Pages</a></li>
|
||||
|
||||
</ul>
|
||||
<li>Misc</li>
|
||||
<li>Misc</li>
|
||||
|
||||
<ul>
|
||||
<li><a href="misc/scaled_scrollbars.html">Scaled Scrollbars</a></li>
|
||||
<li><a href="misc/embed_obj_tag.html">Embed & Object Tag</a></li>
|
||||
<li><a href="misc/abs_pos.html">Absolutely positioned DIVs</a> (Turn
|
||||
off Shrink To Fit)</li>
|
||||
<li><a href="misc/abs_pos.html">Absolutely positioned DIVs (Two
|
||||
<li><a href="misc/scaled_scrollbars.html">Scaled Scrollbars</a></li>
|
||||
<li><a href="misc/embed_obj_tag.html">Embed & Object Tag</a></li>
|
||||
<li><a href="misc/abs_pos.html">Absolutely positioned DIVs</a>(Turn
|
||||
off Shrink To Fit)</li>
|
||||
<li><a href="misc/abs_pos.html">Absolutely positioned DIVs (Two
|
||||
Pages)</a> (Turn off Shrink To Fit)</li>
|
||||
<li><a href="misc/print_from_js.html">Print From JS</a></li>
|
||||
<li><a href="misc/page_with_long_title.html">Page With Long Title</a></li>
|
||||
<li><a href="misc/font_size_scaling.html">Font Size Specification
|
||||
<li><a href="misc/print_from_js.html">Print From JS</a></li>
|
||||
<li><a href="misc/page_with_long_title.html">Page With Long Title</a></li>
|
||||
<li><a href="misc/font_size_scaling.html">Font Size Specification
|
||||
(with scaling)</a><br>
|
||||
</li>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<li>IFrames (Printing & PP)</li>
|
||||
<li>IFrames (Printing & PP)</li>
|
||||
|
||||
<ul>
|
||||
<li><a href="iframe_2nd_page/index.html">IFrame on 2nd Page</a>
|
||||
<li><a href="iframe_2nd_page/index.html">IFrame on 2nd Page</a>
|
||||
(You should see an iframe only on the second page)</li>
|
||||
<li><a href="zeropos_iframes/index.html">Zero Positioned IFrame</a> </li>
|
||||
<li><a
|
||||
<li><a href="zeropos_iframes/index.html">Zero Positioned IFrame</a> </li>
|
||||
<li><a
|
||||
href="file:///N:/mozilla/layout/html/tests/printer/hidden_iframe/index.html">Hidden
|
||||
IFrame in a page</a><br>
|
||||
</li>
|
||||
IFrame in a page</a></li>
|
||||
<li><a href="more_iframes/iframe_in_iframe/index.html">IFrame nested
|
||||
in an IFrame</a><br>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<li>FrameSets (Printing & PP)</li>
|
||||
<li>FrameSets (Printing & PP)</li>
|
||||
|
||||
<ul>
|
||||
<li><a href="frameset/frameset1/simple_main.html">Simple FrameSet</a></li>
|
||||
<li><a href="frameset/frameset2/simple_main.html">Simple FrameSet
|
||||
<li><a href="frameset/frameset1/simple_main.html">Simple FrameSet</a></li>
|
||||
<li><a href="frameset/frameset2/simple_main.html">Simple FrameSet
|
||||
with IFrame</a></li>
|
||||
<li><a href="noframes/simple_main.html"><noframes> Test</a></li>
|
||||
<li><a href="frameset/frameset3/root.html">FrameSet-Frame containing
|
||||
a FrameSet</a></li>
|
||||
<li><a href="frameset/frameset4/root.html">Simple Frameset containing
|
||||
a FrameSet</a><br>
|
||||
</li>
|
||||
<li><a href="noframes/simple_main.html"><noframes> Test</a></li>
|
||||
<li><a href="frameset/frameset3/root.html">FrameSet-Frame containing
|
||||
a FrameSet</a></li>
|
||||
<li><a href="frameset/frameset4/root.html">Simple Frameset containing
|
||||
a FrameSet</a></li>
|
||||
<li><a
|
||||
href="file:///Q:/mozilla/layout/html/tests/printer/frameset/frameset5/root.html">FrameSet-Frame
|
||||
containing a FrameSet that contains an IFrame</a></li>
|
||||
<li><a
|
||||
href="file:///Q:/mozilla/layout/html/tests/printer/frameset/frameset6/root.html">Simple
|
||||
Frameset containing a FrameSet that contains an IFrame</a></li>
|
||||
|
||||
</ul>
|
||||
<li>Shrink To Fit (Printing and PP)</li>
|
||||
<li>Shrink To Fit (Printing and PP)</li>
|
||||
|
||||
<ul>
|
||||
<li><a href="shrink_to_fit/test1/simple_main.html">Test1 - Left
|
||||
<li><a href="shrink_to_fit/test1/simple_main.html">Test1 - Left
|
||||
Frame is wide</a></li>
|
||||
<li><a href="shrink_to_fit/test2/simple_main.html">Test2 - Right
|
||||
Frame is wide</a></li>
|
||||
<li><a href="shrink_to_fit/test3/simple_main.html">Test3 - Missing
|
||||
Frames in Frameset</a></li>
|
||||
<li><a href="shrink_to_fit/test4/index.html">Test4 - Wide Document</a></li>
|
||||
<li><a href="shrink_to_fit/test5/simple_main.html">Test5 - Wide
|
||||
<li><a href="shrink_to_fit/test2/simple_main.html">Test2 - Right
|
||||
Frame is wide</a></li>
|
||||
<li><a href="shrink_to_fit/test3/simple_main.html">Test3 - Missing
|
||||
Frames in Frameset</a></li>
|
||||
<li><a href="shrink_to_fit/test4/index.html">Test4 - Wide Document</a></li>
|
||||
<li><a href="shrink_to_fit/test5/simple_main.html">Test5 - Wide
|
||||
Right /w IFrames</a></li>
|
||||
<li><a href="shrink_to_fit/test6/index.html">Test6 - Wide Doc /w
|
||||
IFrame</a></li>
|
||||
<li><a href="shrink_to_fit/test7/simple_main.html">Test7 - 3 Piece
|
||||
FrameSet</a><br>
|
||||
</li>
|
||||
<li><a href="shrink_to_fit/test6/index.html">Test6 - Wide Doc /w
|
||||
IFrame</a></li>
|
||||
<li><a href="shrink_to_fit/test7/simple_main.html">Test7 - 3 Piece
|
||||
FrameSet</a><br>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</ul>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
|
|
@ -1,52 +1,8 @@
|
|||
<html><body>Some Regular Text
|
||||
<span style="font-family:arial; font-size: 12pt;">123456789e123456789B123456789C123456789D123456789E123456789F123456789G123456789H123456789I123456789JxxxxxxxxxKxxxxxxxxxM123456789N123456789O</span>
|
||||
<br>
|
||||
<br>
|
||||
<span style="font-family:arial; font-size: medium;">
|
||||
font-size: medium; - So far, the greatest level of legal compliance activity comes in the area of crackdown on pirates and hackers.
|
||||
The BSA said in Europe last year it issued 4,400 notice and "takedown" requests, mainly to ISPs suspected of hosting a site trafficking elicit copies of copyrighted software.
|
||||
</span>
|
||||
<br>
|
||||
<br>
|
||||
<span style="font-family:arial; font-size: 12pt;">
|
||||
font-size: 12pt; - So far, the greatest level of legal compliance activity comes in the area of crackdown on pirates and hackers.
|
||||
The BSA said in Europe last year it issued 4,400 notice and "takedown" requests, mainly to ISPs suspected of hosting a site trafficking elicit copies of copyrighted software.
|
||||
</span>
|
||||
<br>
|
||||
<br>
|
||||
<span style="font-family:arial; font-size: 16px;">
|
||||
font-size: 16px; - So far, the greatest level of legal compliance activity comes in the area of crackdown on pirates and hackers.
|
||||
The BSA said in Europe last year it issued 4,400 notice and "takedown" requests, mainly to ISPs suspected of hosting a site trafficking elicit copies of copyrighted software.
|
||||
</span>
|
||||
<br>
|
||||
<br>
|
||||
<span style="font-family:arial; font-size: 1em;">
|
||||
font-size: 1em; - So far, the greatest level of legal compliance activity comes in the area of crackdown on pirates and hackers.
|
||||
The BSA said in Europe last year it issued 4,400 notice and "takedown" requests, mainly to ISPs suspected of hosting a site trafficking elicit copies of copyrighted software.
|
||||
</span>
|
||||
<br>
|
||||
<br>
|
||||
<span style="font-family:arial; font-size: 0.42cm;">
|
||||
font-size: 0.42cm; - So far, the greatest level of legal compliance activity comes in the area of crackdown on pirates and hackers.
|
||||
The BSA said in Europe last year it issued 4,400 notice and "takedown" requests, mainly to ISPs suspected of hosting a site trafficking elicit copies of copyrighted software.
|
||||
</span>
|
||||
<br>
|
||||
<br>
|
||||
<span style="font-family:arial; font-size: 4.2mm;">
|
||||
font-size: 4.2mm; - So far, the greatest level of legal compliance activity comes in the area of crackdown on pirates and hackers.
|
||||
The BSA said in Europe last year it issued 4,400 notice and "takedown" requests, mainly to ISPs suspected of hosting a site trafficking elicit copies of copyrighted software.
|
||||
</span>
|
||||
<br>
|
||||
<br>
|
||||
<span style="font-family:arial; font-size: 1pc;">
|
||||
font-size: 1pc; - So far, the greatest level of legal compliance activity comes in the area of crackdown on pirates and hackers.
|
||||
The BSA said in Europe last year it issued 4,400 notice and "takedown" requests, mainly to ISPs suspected of hosting a site trafficking elicit copies of copyrighted software.
|
||||
</span>
|
||||
<br>
|
||||
<br>
|
||||
<span style="font-family:arial; font-size: 2.25ex;">
|
||||
font-size: 5ex; - So far, the greatest level of legal compliance activity comes in the area of crackdown on pirates and hackers.
|
||||
The BSA said in Europe last year it issued 4,400 notice and "takedown" requests, mainly to ISPs suspected of hosting a site trafficking elicit copies of copyrighted software.
|
||||
</span>
|
||||
|
||||
</body></html>
|
|
@ -0,0 +1,73 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Sub Doc 1</TITLE>
|
||||
<BASE target="header">
|
||||
</HEAD>
|
||||
<BODY>
|
||||
Line 1<br>
|
||||
Line 2<br>
|
||||
Line 3<br>
|
||||
Line 4<br>
|
||||
Line 5<br>
|
||||
Line 6<br>
|
||||
Line 7<br>
|
||||
Line 8<br>
|
||||
Line 9<br>
|
||||
Line 10<br>
|
||||
Line 11<br>
|
||||
Line 12<br>
|
||||
Line 13<br>
|
||||
Line 14<br>
|
||||
Line 15<br>
|
||||
Line 16<br>
|
||||
Line 17<br>
|
||||
Line 18<br>
|
||||
Line 19<br>
|
||||
Line 20<br>
|
||||
Line 21<br>
|
||||
Line 22<br>
|
||||
Line 23<br>
|
||||
Line 24<br>
|
||||
Line 25<br>
|
||||
Line 26<br>
|
||||
Line 27<br>
|
||||
Line 28<br>
|
||||
Line 29<br>
|
||||
Line 30<br>
|
||||
Line 31<br>
|
||||
Line 32<br>
|
||||
Line 33<br>
|
||||
Line 34<br>
|
||||
Line 35<br>
|
||||
Line 36<br>
|
||||
<iframe src=the_iframe.html></iframe><br>
|
||||
Line 37<br>
|
||||
Line 38<br>
|
||||
Line 39<br>
|
||||
Line 40<br>
|
||||
Line 41<br>
|
||||
Line 42<br>
|
||||
Line 43<br>
|
||||
Line 44<br>
|
||||
Line 45<br>
|
||||
Line 46<br>
|
||||
Line 47<br>
|
||||
Line 48<br>
|
||||
Line 49<br>
|
||||
Line 50<br>
|
||||
Line 51<br>
|
||||
Line 52<br>
|
||||
Line 53<br>
|
||||
Line 54<br>
|
||||
Line 55<br>
|
||||
Line 56<br>
|
||||
Line 57<br>
|
||||
Line 58<br>
|
||||
Line 59<br>
|
||||
<hr>
|
||||
<iframe src=the_iframe.html></iframe><br>
|
||||
Line 1<br>
|
||||
Line 2<br>
|
||||
Line 3<br>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<body>
|
||||
This is some body text IFRAME #1.
|
||||
<hr>
|
||||
<iframe src=the_iframe2.html style="height:30px"></iframe><br>
|
||||
</form>
|
||||
</body>
|
|
@ -0,0 +1,6 @@
|
|||
<html>
|
||||
<body>
|
||||
This is some body text IFRAME #2
|
||||
<hr>
|
||||
</form>
|
||||
</body>
|
Загрузка…
Ссылка в новой задаче