diff options
author | robhogan@gmail.com <robhogan@gmail.com> | 2015-04-22 23:06:06 +0000 |
---|---|---|
committer | robhogan@gmail.com <robhogan@gmail.com> | 2015-04-22 23:06:06 +0000 |
commit | 9fa80d5986647e8be2f1b19fc5e722cb51da4e27 (patch) | |
tree | 7cc470b62eb9447e49f900907c071fe080518795 /third_party/WebKit/LayoutTests/fast/css/inline-table-first-row-empty-expected.txt | |
parent | 2ab5c618f91b96f4157824ae67b0b96305ffee0e (diff) | |
download | chromium_src-9fa80d5986647e8be2f1b19fc5e722cb51da4e27.zip chromium_src-9fa80d5986647e8be2f1b19fc5e722cb51da4e27.tar.gz chromium_src-9fa80d5986647e8be2f1b19fc5e722cb51da4e27.tar.bz2 |
Fix baseline calculation for tables with empty rows and cells
CSS says: "If a row has no cell box aligned to its baseline, the baseline of that
row is the bottom content edge of the lowest cell in the row."
This allows us to pass a CSSWG test inline-table-valign-002.html
BUG=452593
Review URL: https://codereview.chromium.org/887343002
git-svn-id: svn://svn.chromium.org/blink/trunk@194242 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/css/inline-table-first-row-empty-expected.txt')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/css/inline-table-first-row-empty-expected.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/css/inline-table-first-row-empty-expected.txt b/third_party/WebKit/LayoutTests/fast/css/inline-table-first-row-empty-expected.txt new file mode 100644 index 0000000..c8bd9f1 --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/css/inline-table-first-row-empty-expected.txt @@ -0,0 +1,4 @@ +Text Text Text +crbug.com/452593: The baseline of an 'inline-table' is the baseline of the first row of the table. You should see three black boxes and the middle one should be below the other two. + +PASS |