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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/css/h1-in-section-elements-expected.txt

Issue 2399633002: Store physical location in LayoutTableRow, just like in all other objects. (Closed)
Patch Set: Back out unintended png change Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/win/fast/css/h1-in-section-elements-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/css/h1-in-section-elements-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/css/h1-in-section-elements-expected.txt
index 8cf8cd7f8a0ae971b5810199e9aacb5127c5539a..6e68568f9fc146a46c774eb4d37a71def918bc10 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/css/h1-in-section-elements-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/css/h1-in-section-elements-expected.txt
@@ -93,7 +93,7 @@ layer at (0,0) size 800x412
LayoutBlockFlow {HR} at (1,67.94) size 70x2 [border: (1px inset #EEEEEE)]
LayoutTable {TABLE} at (150,34) size 362x150
LayoutTableSection {TBODY} at (0,0) size 362x150
- LayoutTableRow {TR} at (0,2) size 75x150
+ LayoutTableRow {TR} at (2,0) size 75x150
LayoutTableCell {TD} at (2,2) size 74.81x72 [r=0 c=0 rs=1 cs=1]
LayoutBlockFlow {SECTION} at (1,1) size 72.81x70
LayoutBlockFlow {HR} at (0,0) size 2x70 [border: (1px inset #EEEEEE)]
@@ -107,7 +107,7 @@ layer at (0,0) size 800x412
LayoutText {#text} at (1,1) size 26x68
text run at (1,1) width 68: "MMM"
LayoutBlockFlow {HR} at (71.81,1) size 2x70 [border: (1px inset #EEEEEE)]
- LayoutTableRow {TR} at (0,79) size 67x150
+ LayoutTableRow {TR} at (79,0) size 67x150
LayoutTableCell {TD} at (79,2) size 67.44x72 [r=1 c=0 rs=1 cs=1]
LayoutBlockFlow {ARTICLE} at (1,1) size 65.44x70
LayoutBlockFlow {SECTION} at (0,0) size 65.44x70
@@ -122,7 +122,7 @@ layer at (0,0) size 800x412
LayoutText {#text} at (1,1) size 21x53
text run at (1,1) width 53: "MMM"
LayoutBlockFlow {HR} at (64.44,1) size 2x70 [border: (1px inset #EEEEEE)]
- LayoutTableRow {TR} at (0,148) size 69x150
+ LayoutTableRow {TR} at (148,0) size 69x150
LayoutTableCell {TD} at (148,2) size 68.53x72 [r=2 c=0 rs=1 cs=1]
LayoutBlockFlow {NAV} at (1,1) size 66.53x70
LayoutBlockFlow {ARTICLE} at (0,0) size 66.53x70
@@ -138,7 +138,7 @@ layer at (0,0) size 800x412
LayoutText {#text} at (1,1) size 17x46
text run at (1,1) width 46: "MMM"
LayoutBlockFlow {HR} at (65.53,1) size 2x70 [border: (1px inset #EEEEEE)]
- LayoutTableRow {TR} at (0,219) size 68x150
+ LayoutTableRow {TR} at (219,0) size 68x150
LayoutTableCell {TD} at (219,2) size 68.34x72 [r=3 c=0 rs=1 cs=1]
LayoutBlockFlow {NAV} at (1,1) size 66.34x70
LayoutBlockFlow {ASIDE} at (0,0) size 66.34x70
@@ -155,7 +155,7 @@ layer at (0,0) size 800x412
LayoutText {#text} at (1,1) size 15x33
text run at (1,1) width 33: "MMM"
LayoutBlockFlow {HR} at (65.34,1) size 2x70 [border: (1px inset #EEEEEE)]
- LayoutTableRow {TR} at (0,289) size 71x150
+ LayoutTableRow {TR} at (289,0) size 71x150
LayoutTableCell {TD} at (289,2) size 70.94x72 [r=4 c=0 rs=1 cs=1]
LayoutBlockFlow {SECTION} at (1,1) size 68.94x70
LayoutBlockFlow {DIV} at (0,0) size 68.94x70

Powered by Google App Engine
This is Rietveld 408576698