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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/html/details-writing-mode-expected.txt

Issue 2037783002: Percent height content should respect the fixed height of its containing cell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@24826-2
Patch Set: Updated Created 4 years, 6 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/linux/fast/html/details-writing-mode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/html/details-writing-mode-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/html/details-writing-mode-expected.txt
index 6dbad95d8191cd6679984abd51c241d8a682546a..5ba552dbe52c88a0d4e49d9d389673233f9a66e5 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/html/details-writing-mode-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/html/details-writing-mode-expected.txt
@@ -33,8 +33,8 @@ layer at (0,0) size 800x600
LayoutTableCell {TH} at (74,150) size 27x32 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
LayoutText {#text} at (6,6) size 15x19
text run at (6,6) width 15: "ltr"
- LayoutTableCell {TD} at (103,104) size 124x124 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
- LayoutBlockFlow {DIV} at (2,2) size 120x120
+ LayoutTableCell {TD} at (103,106) size 124x120 [border: (1px solid #000000)] [r=3 c=2 rs=1 cs=1]
+ LayoutBlockFlow {DIV} at (2,2) size 120x116
LayoutBlockFlow {DETAILS} at (0,0) size 120x20
LayoutBlockFlow {SUMMARY} at (0,0) size 120x20
LayoutDetailsMarker {DIV} at (0,4) size 10.55x10.55: right
@@ -76,8 +76,8 @@ layer at (0,0) size 800x600
LayoutTableCell {TH} at (74,276) size 27x32 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
LayoutText {#text} at (6,6) size 15x19
text run at (6,6) width 15: "rtl"
- LayoutTableCell {TD} at (103,230) size 124x124 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
- LayoutBlockFlow {DIV} at (2,2) size 120x120
+ LayoutTableCell {TD} at (103,232) size 124x120 [border: (1px solid #000000)] [r=4 c=2 rs=1 cs=1]
+ LayoutBlockFlow {DIV} at (2,2) size 120x116
LayoutBlockFlow {DETAILS} at (0,0) size 120x20
LayoutBlockFlow {SUMMARY} at (0,0) size 120x20
LayoutDetailsMarker {DIV} at (109.45,4) size 10.55x10.55: left

Powered by Google App Engine
This is Rietveld 408576698