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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/reflections/reflection-in-composited-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 800x600 3 layer at (0,0) size 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x600 4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x576 5 LayoutBlockFlow {BODY} at (8,8) size 784x576
6 LayoutBlockFlow {P} at (0,0) size 784x20 6 LayoutBlockFlow {P} at (0,0) size 784x20
7 LayoutText {#text} at (0,0) size 391x19 7 LayoutText {#text} at (0,0) size 391x19
8 text run at (0,0) width 391: "Reflection should not be cropped by bein g in a composited layer." 8 text run at (0,0) width 391: "Reflection should not be cropped by bein g in a composited layer."
9 LayoutBlockFlow {P} at (0,292) size 784x20 9 LayoutBlockFlow {P} at (0,292) size 784x20
10 LayoutText {#text} at (0,0) size 227x19 10 LayoutText {#text} at (0,0) size 227x19
11 text run at (0,0) width 227: "This is the next paragraph in the page." 11 text run at (0,0) width 227: "This is the next paragraph in the page."
12 layer at (208,78) size 342x172 12 layer at (208,78) size 342x172
13 LayoutBlockFlow {DIV} at (200,70) size 342x172 [border: (1px solid #000000)] 13 LayoutBlockFlow {DIV} at (200,70) size 342x172 [border: (1.00px solid #000000) ]
14 LayoutBlockFlow {P} at (21,27) size 300x20 14 LayoutBlockFlow {P} at (21,27) size 300x20
15 LayoutText {#text} at (0,0) size 217x19 15 LayoutText {#text} at (0,0) size 217x19
16 text run at (0,0) width 217: "This element has a composited layer" 16 text run at (0,0) width 217: "This element has a composited layer"
17 layer at (349,119) size 260x72 17 layer at (349,119) size 260x72
18 LayoutBlockFlow (positioned) {DIV} at (141,41) size 260x72 [bgcolor=#DDDDDD] 18 LayoutBlockFlow (positioned) {DIV} at (141,41) size 260x72 [bgcolor=#DDDDDD]
19 LayoutBlockFlow {P} at (10,26) size 240x20 19 LayoutBlockFlow {P} at (10,26) size 240x20
20 LayoutText {#text} at (0,0) size 211x19 20 LayoutText {#text} at (0,0) size 211x19
21 text run at (0,0) width 211: "This is a positioned, reflected child." 21 text run at (0,0) width 211: "This is a positioned, reflected child."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698