OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>Testing Widows and Orphans</title> | 4 <title>Testing Widows and Orphans</title> |
5 <script src="../../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../../fast/js/resources/js-test-pre.js"></script> |
6 <style> | 6 <style> |
7 body.hide-containers .container, body.hide-containers h3 { | 7 body.hide-containers .container, body.hide-containers h3 { |
8 display: none; | 8 display: none; |
9 } | 9 } |
10 | 10 |
11 .region { | 11 .region { |
12 height: 200px; | 12 height: 200px; |
13 -webkit-region-overflow: break; | 13 -webkit-region-fragment: break; |
14 display: inline-block; | 14 display: inline-block; |
15 } | 15 } |
16 | 16 |
17 .region0 { | 17 .region0 { |
18 width: 150px; | 18 width: 150px; |
19 } | 19 } |
20 | 20 |
21 .region1 { | 21 .region1 { |
22 width: 200px; | 22 width: 200px; |
23 } | 23 } |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 | 201 |
202 isSuccessfullyParsed(); | 202 isSuccessfullyParsed(); |
203 } | 203 } |
204 | 204 |
205 window.addEventListener("load", runTest, false); | 205 window.addEventListener("load", runTest, false); |
206 </script> | 206 </script> |
207 </head> | 207 </head> |
208 <body> | 208 <body> |
209 </body> | 209 </body> |
210 </html> | 210 </html> |
OLD | NEW |