Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Side by Side Diff: LayoutTests/inspector/elements/styles/metrics-box-sizing-expected.txt

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698