Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / styles-2 / metrics-box-sizing-expected.txt
blob7cc093bb270592b5f75f5cbb65c5b6e7e2b2d479
1 Tests that content-box and border-box content area dimensions are handled property by the Metrics pane.
3 content-box
4 border-box
5 content-box rendered dimensions: 75 x 75
6 border-box rendered dimensions: 80 x 55
8 Running: testBorderBoxInit1
10 Running: testBorderBoxInit2
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
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
26 Running: testContentBoxInit1
28 Running: testContentBoxInit2
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
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