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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/fast/css/h1-in-section-elements-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/css/h1-in-section-elements-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/css/h1-in-section-elements-expected.txt
index 8082243cadb0c9d89382b24fa32d3e374b1b0fb5..8ff676d0233090493d651748a180a85a3e4d9f48 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/css/h1-in-section-elements-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/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 76x150
+ LayoutTableRow {TR} at (2,0) size 76x150
LayoutTableCell {TD} at (2,2) size 75.81x72 [r=0 c=0 rs=1 cs=1]
LayoutBlockFlow {SECTION} at (1,1) size 73.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 28x68
text run at (1,1) width 68: "MMM"
LayoutBlockFlow {HR} at (72.81,1) size 2x70 [border: (1px inset #EEEEEE)]
- LayoutTableRow {TR} at (0,80) size 67x150
+ LayoutTableRow {TR} at (80,0) size 67x150
LayoutTableCell {TD} at (80,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 22x53
text run at (1,1) width 53: "MMM"
LayoutBlockFlow {HR} at (64.44,1) size 2x70 [border: (1px inset #EEEEEE)]
- LayoutTableRow {TR} at (0,149) size 69x150
+ LayoutTableRow {TR} at (149,0) size 69x150
LayoutTableCell {TD} at (149,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 18x46
text run at (1,1) width 46: "MMM"
LayoutBlockFlow {HR} at (65.53,1) size 2x70 [border: (1px inset #EEEEEE)]
- LayoutTableRow {TR} at (0,220) size 67x150
+ LayoutTableRow {TR} at (220,0) size 67x150
LayoutTableCell {TD} at (220,2) size 67.34x72 [r=3 c=0 rs=1 cs=1]
LayoutBlockFlow {NAV} at (1,1) size 65.34x70
LayoutBlockFlow {ASIDE} at (0,0) size 65.34x70
@@ -155,7 +155,7 @@ layer at (0,0) size 800x412
LayoutText {#text} at (1,1) size 15x38
text run at (1,1) width 38: "MMM"
LayoutBlockFlow {HR} at (64.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