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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/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
1 Tests that content-box and border-box content area dimensions are handled proper ty by the Metrics pane. 1 Tests that content-box and border-box content area dimensions are handled proper ty by the Metrics pane.
2 2
3 content-box 3 content-box
4 border-box 4 border-box
5 content-box rendered dimensions: 80 x 75 5 content-box rendered dimensions: 80 x 75
6 border-box rendered dimensions: 80 x 55 6 border-box rendered dimensions: 80 x 55
7 7
8 Running: testBorderBoxInit1 8 Running: testBorderBoxInit1
9 9
10 Running: testBorderBoxInit2 10 Running: testBorderBoxInit2
(...skipping 23 matching lines...) Expand all
34 padding: 7 7 7 7 34 padding: 7 7 7 7
35 content: 55 x 55 35 content: 55 x 55
36 36
37 Running: testModifiedContentBoxMetrics 37 Running: testModifiedContentBoxMetrics
38 === Modified content-box === 38 === Modified content-box ===
39 margin: 1 1 1 1 39 margin: 1 1 1 1
40 border: 3 3 3 3 40 border: 3 3 3 3
41 padding: 7 7 7 7 41 padding: 7 7 7 7
42 content: 60 x 55 42 content: 60 x 55
43 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698