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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/iframes/composited-iframe-alignment-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 800x76 3 layer at (0,0) size 800x76
4 LayoutBlockFlow {HTML} at (0,0) size 800x76 4 LayoutBlockFlow {HTML} at (0,0) size 800x76
5 LayoutBlockFlow {BODY} at (8,8) size 784x60 5 LayoutBlockFlow {BODY} at (8,8) size 784x60
6 LayoutText {#text} at (0,0) size 766x39 6 LayoutText {#text} at (0,0) size 766x39
7 text run at (0,0) width 567: "Simple test of composited iframe content. There should be a blue box with a gray background " 7 text run at (0,0) width 567: "Simple test of composited iframe content. There should be a blue box with a gray background "
8 text run at (567,0) width 199: "inside the black border. The gray" 8 text run at (567,0) width 199: "inside the black border. The gray"
9 text run at (0,20) width 334: "background should fit perfectly within th e block border " 9 text run at (0,20) width 334: "background should fit perfectly within th e block border "
10 text run at (334,20) width 84: "with no gaps. " 10 text run at (334,20) width 84: "with no gaps. "
11 LayoutBR {BR} at (0,0) size 0x0 11 LayoutBR {BR} at (0,0) size 0x0
12 LayoutBR {BR} at (0,40) size 0x19 12 LayoutBR {BR} at (0,40) size 0x19
13 LayoutText {#text} at (0,0) size 0x0 13 LayoutText {#text} at (0,0) size 0x0
14 layer at (100,100) size 440x340 14 layer at (100,100) size 440x340
15 LayoutIFrame (positioned) {IFRAME} at (100,100) size 440x340 [border: (20px so lid #000000)] 15 LayoutIFrame (positioned) {IFRAME} at (100,100) size 440x340 [border: (20.00px solid #000000)]
16 layer at (0,0) size 400x300 16 layer at (0,0) size 400x300
17 LayoutView at (0,0) size 400x300 17 LayoutView at (0,0) size 400x300
18 layer at (0,0) size 400x230 18 layer at (0,0) size 400x230
19 LayoutBlockFlow {HTML} at (0,0) size 400x230 19 LayoutBlockFlow {HTML} at (0,0) size 400x230
20 LayoutBlockFlow {BODY} at (8,10) size 384x210 [bgcolor=#C0C0C0] 20 LayoutBlockFlow {BODY} at (8,10) size 384x210 [bgcolor=#C0C0C0]
21 layer at (18,10) size 210x210 21 layer at (18,10) size 210x210
22 LayoutBlockFlow {DIV} at (10,0) size 210x210 [bgcolor=#0000FF] 22 LayoutBlockFlow {DIV} at (10,0) size 210x210 [bgcolor=#0000FF]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698