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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/fast/css/css3-nth-child-expected.txt

Issue 1920463002: Manual rebaselines for r388291 #2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
(Empty)
1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x576
6 LayoutBlockFlow {DIV} at (0,0) size 784x178
7 LayoutTable {TABLE} at (0,0) size 784x178
8 LayoutTableSection {TBODY} at (0,0) size 784x178
9 LayoutTableRow {TR} at (0,2) size 784x42 [color=#008000]
10 LayoutTableCell {TD} at (2,2) size 382x42 [r=0 c=0 rs=1 cs=1]
11 LayoutText {#text} at (1,1) size 341x39
12 text run at (1,1) width 341: "This is the first cell in the fi rst row of this table, and"
13 text run at (1,21) width 169: "should be green, and bold"
14 LayoutTableCell {TD} at (386,2) size 396x42 [r=0 c=1 rs=1 cs=1]
15 LayoutText {#text} at (1,1) size 360x39
16 text run at (1,1) width 360: "This is the second cell in the f irst row of this table, and"
17 text run at (1,21) width 165: "should be green and bold"
18 LayoutTableRow {TR} at (0,46) size 784x42 [color=#800080]
19 LayoutTableCell {TD} at (2,46) size 382x42 [r=1 c=0 rs=1 cs=1]
20 LayoutText {#text} at (1,1) size 360x39
21 text run at (1,1) width 360: "This is the first cell in the se cond row of this table, and"
22 text run at (1,21) width 169: "should be purple and bold"
23 LayoutTableCell {TD} at (386,46) size 396x42 [r=1 c=1 rs=1 cs=1]
24 LayoutText {#text} at (1,1) size 379x39
25 text run at (1,1) width 379: "This is the second cell in the s econd row of this table, and"
26 text run at (1,21) width 169: "should be purple and bold"
27 LayoutTableRow {TR} at (0,90) size 784x42 [color=#008000]
28 LayoutTableCell {TD} at (2,90) size 382x42 [r=2 c=0 rs=1 cs=1]
29 LayoutText {#text} at (1,1) size 370x39
30 text run at (1,1) width 370: "This is the first cell in the th ird row of this table, and should be"
31 text run at (1,21) width 33: "green"
32 LayoutTableCell {TD} at (386,90) size 396x42 [r=2 c=1 rs=1 cs=1]
33 LayoutText {#text} at (1,1) size 391x39
34 text run at (1,1) width 391: "This is the second cell in the t hird row of this table, and should be"
35 text run at (1,21) width 33: "green"
36 LayoutTableRow {TR} at (0,134) size 784x42 [color=#800080]
37 LayoutTableCell {TD} at (2,134) size 382x42 [r=3 c=0 rs=1 cs=1]
38 LayoutText {#text} at (1,1) size 378x39
39 text run at (1,1) width 378: "This is the first cell in the fo urth row of this table, and should be"
40 text run at (1,21) width 38: "purple"
41 LayoutTableCell {TD} at (386,134) size 396x42 [r=3 c=1 rs=1 cs=1]
42 LayoutText {#text} at (1,1) size 380x39
43 text run at (1,1) width 380: "This is the second cell in the f ourth row of this table, and should"
44 text run at (1,21) width 57: "be purple"
45 LayoutBlockFlow {DIV} at (0,194) size 784x128
46 LayoutBlockFlow {P} at (0,0) size 784x20 [color=#000080]
47 LayoutText {#text} at (0,0) size 364x19
48 text run at (0,0) width 364: "This should be navy, as this is the fi rst paragraph in this page."
49 LayoutBlockFlow {P} at (0,36) size 784x20 [color=#FF0000]
50 LayoutText {#text} at (0,0) size 378x19
51 text run at (0,0) width 378: "This should be red, as this is the sec ond paragraph in this page."
52 LayoutBlockFlow {P} at (0,72) size 784x20 [color=#000080]
53 LayoutText {#text} at (0,0) size 369x19
54 text run at (0,0) width 369: "This should be navy, as this is the th ird paragraph in this page."
55 LayoutBlockFlow {P} at (0,108) size 784x20 [color=#FF0000]
56 LayoutText {#text} at (0,0) size 370x19
57 text run at (0,0) width 370: "This should be red, as this is the fou rth paragraph in this page."
58 LayoutBlockFlow {DIV} at (0,338) size 784x20
59 LayoutBlockFlow {P} at (0,0) size 784x20 [color=#000080]
60 LayoutInline {SPAN} at (0,0) size 246x19
61 LayoutInline {I} at (0,0) size 246x19
62 LayoutText {#text} at (0,0) size 246x19
63 text run at (0,0) width 246: "This whole paragraph should be ita lic."
64 LayoutText {#text} at (246,0) size 4x19
65 text run at (246,0) width 4: " "
66 LayoutInline {SPAN} at (0,0) size 253x19
67 LayoutText {#text} at (250,0) size 253x19
68 text run at (250,0) width 253: "But only this sentence should be b old."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698