Index: third_party/WebKit/LayoutTests/css3/flexbox/overflow-auto-resizes-correctly-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/overflow-auto-resizes-correctly-expected.txt b/third_party/WebKit/LayoutTests/css3/flexbox/overflow-auto-resizes-correctly-expected.txt |
index b0c00d4d86980364f4c7cfabd0d2beba4b5ded2c..8201ec1d4ea4117ef7ed0f07d60cec7bc644c9e7 100644 |
--- a/third_party/WebKit/LayoutTests/css3/flexbox/overflow-auto-resizes-correctly-expected.txt |
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/overflow-auto-resizes-correctly-expected.txt |
@@ -7,8 +7,8 @@ PASS hbox.parentNode.clientHeight is hbox.parentNode.scrollHeight |
PASS hbox.clientHeight is hbox.scrollHeight |
PASS intrinsicHeightBox.clientHeight is intrinsicHeightBox.scrollHeight |
PASS scrollbarSize is not 0 |
-PASS inner.clientWidth is 100 - scrollbarSize |
-PASS inner.offsetWidth is 100 |
+PASS inner.clientWidth is 100 |
+PASS inner.offsetWidth is 100 + scrollbarSize |
PASS vbox.clientWidth is 100 |
PASS vbox.offsetWidth is 100 + scrollbarSize |
PASS successfullyParsed is true |