OLD | NEW |
| (Empty) |
1 Tests that content-box and border-box content area dimensions are handled proper
ty by the Metrics pane. | |
2 | |
3 content-box | |
4 border-box | |
5 content-box rendered dimensions: 80 x 75 | |
6 border-box rendered dimensions: 80 x 55 | |
7 | |
8 Running: testBorderBoxInit1 | |
9 | |
10 Running: testBorderBoxInit2 | |
11 | |
12 Running: testInitialBorderBoxMetrics | |
13 === Initial border-box === | |
14 margin: 1 1 1 1 | |
15 border: 3 3 3 3 | |
16 padding: 7 7 7 7 | |
17 content: 35 x 35 | |
18 | |
19 Running: testModifiedBorderBoxMetrics | |
20 === Modified border-box === | |
21 margin: 1 1 1 1 | |
22 border: 3 3 3 3 | |
23 padding: 7 7 7 7 | |
24 content: 60 x 35 | |
25 | |
26 Running: testContentBoxInit1 | |
27 | |
28 Running: testContentBoxInit2 | |
29 | |
30 Running: testInitialContentBoxMetrics | |
31 === Initial content-box === | |
32 margin: 1 1 1 1 | |
33 border: 3 3 3 3 | |
34 padding: 7 7 7 7 | |
35 content: 55 x 55 | |
36 | |
37 Running: testModifiedContentBoxMetrics | |
38 === Modified content-box === | |
39 margin: 1 1 1 1 | |
40 border: 3 3 3 3 | |
41 padding: 7 7 7 7 | |
42 content: 60 x 55 | |
43 | |
OLD | NEW |