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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/css/ZeroOpacityLayers2-expected.txt

Issue 2719993003: Collapse whitespace away when creating whitespace layout objects.
Patch Set: g cl web Created 3 years, 9 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 784x584 5 LayoutBlockFlow {BODY} at (8,8) size 784x584
6 layer at (10,10) size 200x200 6 layer at (10,10) size 200x200
7 LayoutBlockFlow (positioned) {DIV} at (10,10) size 200x200 [bgcolor=#0000FF] 7 LayoutBlockFlow (positioned) {DIV} at (10,10) size 200x200 [bgcolor=#0000FF]
8 layer at (20,20) size 180x180 8 layer at (20,20) size 180x180
9 LayoutBlockFlow (positioned) {DIV} at (10,10) size 180x180 [bgcolor=#00FF00] 9 LayoutBlockFlow (positioned) {DIV} at (10,10) size 180x180 [bgcolor=#00FF00]
10 layer at (30,30) size 160x160 transparent 10 layer at (30,30) size 160x160 transparent
11 LayoutBlockFlow (positioned) {DIV} at (10,10) size 160x160 [bgcolor=#FF0000] 11 LayoutBlockFlow (positioned) {DIV} at (10,10) size 160x160 [bgcolor=#FF0000]
12 LayoutText {#text} at (0,0) size 150x19 12 LayoutText {#text} at (0,0) size 150x19
13 text run at (0,0) width 150: "Should not see this text." 13 text run at (0,0) width 150: "Should not see this text."
14 LayoutText {#text} at (0,0) size 0x0
15 layer at (40,40) size 140x140 transparent 14 layer at (40,40) size 140x140 transparent
16 LayoutBlockFlow (positioned) {DIV} at (10,10) size 140x140 [bgcolor=#FFFFFF] 15 LayoutBlockFlow (positioned) {DIV} at (10,10) size 140x140 [bgcolor=#FFFFFF]
17 LayoutText {#text} at (0,0) size 119x39 16 LayoutText {#text} at (0,0) size 119x39
18 text run at (0,0) width 119: "Should not see this" 17 text run at (0,0) width 119: "Should not see this"
19 text run at (0,20) width 27: "text." 18 text run at (0,20) width 27: "text."
20 layer at (100,100) size 200x200 transparent 19 layer at (100,100) size 200x200 transparent
21 LayoutBlockFlow (positioned) {DIV} at (80,80) size 200x200 [bgcolor=#FFFF00] 20 LayoutBlockFlow (positioned) {DIV} at (80,80) size 200x200 [bgcolor=#FFFF00]
22 layer at (10,316) size 790x60 21 layer at (10,316) size 790x60
23 LayoutBlockFlow (positioned) {P} at (10,316) size 790x60 22 LayoutBlockFlow (positioned) {P} at (10,316) size 790x60
24 LayoutText {#text} at (0,0) size 788x59 23 LayoutText {#text} at (0,0) size 788x59
25 text run at (0,0) width 788: "Below are four boxes all within each other, and a box overlaping other boxes. The 3rd inner box is red, and has an opacity o f" 24 text run at (0,0) width 788: "Below are four boxes all within each other, and a box overlaping other boxes. The 3rd inner box is red, and has an opacity o f"
26 text run at (0,20) width 783: "zero, and the box within it is black and ha s an opacity of 0.5. As the third box has opacity zero, the inner black is not v isible." 25 text run at (0,20) width 783: "zero, and the box within it is black and ha s an opacity of 0.5. As the third box has opacity zero, the inner black is not v isible."
27 text run at (0,40) width 623: "The yellow block has opacity of 0.5, and is as the same level in the DOM tree as the 3rd inner box." 26 text run at (0,40) width 623: "The yellow block has opacity of 0.5, and is as the same level in the DOM tree as the 3rd inner box."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698