Chromium Code Reviews| 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> |