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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/overflow-auto-resizes-correctly-expected.txt

Issue 1480233007: Don't update the logical width when a scrollbar gets added (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
Patch Set: Created 5 years 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/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 61d18f73fd79ee99b1049c04d57d63ea8728ecc9..0361bd3b3b59245d7a592a3a5436176b4588ae2a 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
@@ -5,7 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS hbox.clientHeight is hbox.scrollHeight
PASS intrinsicHeightBox.clientHeight is intrinsicHeightBox.scrollHeight
-FAIL vbox.clientWidth should be 100. Was 70.
+PASS scrollbarSize is not 0
+PASS vbox.clientWidth is 100 - scrollbarSize
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698