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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/shadows/shadow-drawing-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 800x312 3 layer at (0,0) size 800x312
4 LayoutBlockFlow {HTML} at (0,0) size 800x312 4 LayoutBlockFlow {HTML} at (0,0) size 800x312
5 LayoutBlockFlow {BODY} at (8,16) size 784x288 5 LayoutBlockFlow {BODY} at (8,16) size 784x288
6 LayoutBlockFlow {P} at (0,0) size 784x20 6 LayoutBlockFlow {P} at (0,0) size 784x20
7 LayoutText {#text} at (0,0) size 249x19 7 LayoutText {#text} at (0,0) size 249x19
8 text run at (0,0) width 249: "Left and right sides should look the sam e." 8 text run at (0,0) width 249: "Left and right sides should look the sam e."
9 LayoutBlockFlow (anonymous) at (0,36) size 784x252 9 LayoutBlockFlow (anonymous) at (0,36) size 784x252
10 LayoutBlockFlow {DIV} at (50,50) size 202x152 [border: (1px solid #00000 0)] 10 LayoutBlockFlow {DIV} at (50,50) size 202x152 [border: (1.00px solid #00 0000)]
11 LayoutText {#text} at (302,151) size 4x19 11 LayoutText {#text} at (302,151) size 4x19
12 text run at (302,151) width 4: " " 12 text run at (302,151) width 4: " "
13 LayoutText {#text} at (0,0) size 0x0 13 LayoutText {#text} at (0,0) size 0x0
14 layer at (59,140) size 200x88 14 layer at (59,140) size 200x88
15 LayoutBlockFlow {P} at (1,38.33) size 200x88 [color=#0000FF] 15 LayoutBlockFlow {P} at (1,38.33) size 200x88 [color=#0000FF]
16 LayoutText {#text} at (24,1) size 152x86 16 LayoutText {#text} at (24,1) size 152x86
17 text run at (24,1) width 152: "Shadowed" 17 text run at (24,1) width 152: "Shadowed"
18 text run at (73,45) width 54: "text" 18 text run at (73,45) width 54: "text"
19 layer at (364,102) size 202x152 19 layer at (364,102) size 202x152
20 LayoutBlockFlow {DIV} at (356,50) size 202x152 [border: (1px solid #000000)] 20 LayoutBlockFlow {DIV} at (356,50) size 202x152 [border: (1.00px solid #000000) ]
21 layer at (365,140) size 200x88 21 layer at (365,140) size 200x88
22 LayoutBlockFlow {P} at (1,38.33) size 200x88 [color=#0000FF] 22 LayoutBlockFlow {P} at (1,38.33) size 200x88 [color=#0000FF]
23 LayoutText {#text} at (24,1) size 152x86 23 LayoutText {#text} at (24,1) size 152x86
24 text run at (24,1) width 152: "Shadowed" 24 text run at (24,1) width 152: "Shadowed"
25 text run at (73,45) width 54: "text" 25 text run at (73,45) width 54: "text"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698