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

Unified Diff: third_party/WebKit/LayoutTests/fast/inline-block/vertical-align-top-and-bottom-expected.txt

Issue 1910053003: Get the right ascent/descent for the tallest vertically aligned container (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@396717-4
Patch Set: Updated 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/inline-block/vertical-align-top-and-bottom-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/inline-block/vertical-align-top-and-bottom-expected.txt b/third_party/WebKit/LayoutTests/fast/inline-block/vertical-align-top-and-bottom-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0e660263d1e6a0f5734448a7516bfad73de95993
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/inline-block/vertical-align-top-and-bottom-expected.txt
@@ -0,0 +1,5 @@
+ crbug.com/604144: In an inline formatting context with a mix of top and bottom vertically aligned inline-blocks use the lowest.
+FAIL:
+Expected 98 for clientTop+offsetTop, but got 110, clientTop: 0, + offsetTop: 110.
eae 2016/04/25 00:31:27 Checking in FAIL lines for new tests is less than
+
+<div id="line" style="display: inline-block;" data-total-y="98">crbug.com/604144: In an inline formatting context with a mix of top and bottom vertically aligned inline-blocks use the lowest.</div>

Powered by Google App Engine
This is Rietveld 408576698