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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/t0805-c5515-brdr-w-00-a-expected.txt

Issue 1574933002: Changed type of border-width longhands from unsigned to float. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made transitions use fractional border widths, added assert that border widths are positive, and r… Created 4 years, 11 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
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x178 3 layer at (0,0) size 800x178
4 LayoutBlockFlow {HTML} at (0,0) size 800x178 4 LayoutBlockFlow {HTML} at (0,0) size 800x178
5 LayoutBlockFlow {BODY} at (8,16) size 784x146 5 LayoutBlockFlow {BODY} at (8,16) size 784x146
6 LayoutBlockFlow {P} at (0,0) size 784x20 6 LayoutBlockFlow {P} at (0,0) size 784x20
7 LayoutText {#text} at (0,0) size 395x19 7 LayoutText {#text} at (0,0) size 395x19
8 text run at (0,0) width 395: "The three boxes below should have progre ssively thinner borders." 8 text run at (0,0) width 395: "The three boxes below should have progre ssively thinner borders."
9 LayoutBlockFlow {P} at (0,36) size 784x30 [border: (5px solid #000000)] 9 LayoutBlockFlow {P} at (0,36) size 784x30 [border: (5.00px solid #000000)]
10 LayoutText {#text} at (5,5) size 11x19 10 LayoutText {#text} at (5,5) size 11x19
11 text run at (5,5) width 11: "A" 11 text run at (5,5) width 11: "A"
12 LayoutBlockFlow {P} at (0,82) size 784x26 [border: (3px solid #000000)] 12 LayoutBlockFlow {P} at (0,82) size 784x26 [border: (3.00px solid #000000)]
13 LayoutText {#text} at (3,3) size 10x19 13 LayoutText {#text} at (3,3) size 10x19
14 text run at (3,3) width 10: "B" 14 text run at (3,3) width 10: "B"
15 LayoutBlockFlow {P} at (0,124) size 784x22 [border: (1px solid #000000)] 15 LayoutBlockFlow {P} at (0,124) size 784x22 [border: (1.00px solid #000000) ]
16 LayoutText {#text} at (1,1) size 11x19 16 LayoutText {#text} at (1,1) size 11x19
17 text run at (1,1) width 11: "C" 17 text run at (1,1) width 11: "C"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698