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

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

Issue 1187193005: DevTools: migrate from CSS.setPropertyText to CSS.setStyleText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: all tests passing 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: 75 x 75
lushnikov 2015/06/19 15:34:20 why this change?
pfeldman 2015/06/19 15:59:28 Done.
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
11 11
12 Running: testInitialBorderBoxMetrics 12 Running: testInitialBorderBoxMetrics
13 === Initial border-box === 13 === Initial border-box ===
14 margin: 1 1 1 1 14 margin: 1 1 1 1
15 border: 3 3 3 3 15 border: 3 3 3 3
(...skipping 18 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