upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / inline / inline-text-quirk-bpm.html
1 <HTML> 
2 <BODY>
3 The first four tests expect a green block to be above them, i.e., to have the text shrinking quirk disabled.
4  
5 <div style="background: green; border-bottom: 1px solid black;">
6 <span style="padding-left: 1px;"></span></div> 
7 <div>There should be a green block above this text</div> 
8
9 <div style="background: green; border-bottom: 1px solid black;">
10 <span style="padding-right: 1px;"></span></div> 
11 <div>There should be a green block above this text</div> 
12
13 <div style="background: green; border-bottom: 1px solid black;">
14 <span style="border-left: 1px solid black;"></span></div> 
15 <div>There should be a green block above this text</div> 
16
17 <div style="background: green; border-bottom: 1px solid black;">
18 <span style="border-right: 1px solid black;"></span></div> 
19 <div>There should be a green block above this text</div> 
20
21 The remaining tests do not expect a block to be above them, and red will show if the test fails.
22
23 <div style="background: red; border-bottom: 1px solid black;">
24 <span style="padding-top: 1px;"></span></div> 
25 <div>There should not be a red block above this text</div> 
26
27 <div style="background: red; border-bottom: 1px solid black;">
28 <span style="padding-bottom: 1px;"></span></div> 
29 <div>There should not be a red block above this text</div> 
30
31 <div style="background: red; border-bottom: 1px solid black;">
32 <span style="border-top: 1px solid black;"></span></div> 
33 <div>There should not be a red block above this text</div> 
34
35 <div style="background: red; border-bottom: 1px solid black;">
36 <span style="border-bottom:1px solid black"></span></div> 
37 <div>There should not be a red block above this text</div> 
38
39 <div style="background: red; border-bottom: 1px solid black;">
40 <span style="margin-left: 1px;"></span></div> 
41 <div>There should not be a red block above this text</div> 
42
43 <div style="background: red; border-bottom: 1px solid black;">
44 <span style="margin-right: 1px;"></span></div> 
45 <div>There should not be a red block above this text</div> 
46
47 <div style="background: red; border-bottom: 1px solid black;">
48 <span style="margin-top: 1px;"></span></div> 
49 <div>There should not be a red block above this text</div> 
50
51 <div style="background: red; border-bottom: 1px solid black;">
52 <span style="margin-bottom: 1px;"></span></div> 
53 <div>There should not be a red block above this text</div> 
54
55  </BODY> 
56 </HTML>