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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom-expected.txt

Issue 2179123004: DevTools: fix stick to bottom in console viewport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove all range logic, pageUp is no longer special Created 4 years, 4 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/inspector/console/console-viewport-stick-to-bottom-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom-expected.txt
index e3888ae8e11646612b405433002b4d585f55db51..943b798ebdf789bf20fc65de650648113437baa5 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom-expected.txt
@@ -603,11 +603,28 @@ Running: verifyViewportIsTallEnough
Viewport contains 13 messages
Running: testScrollViewportToBottom
-Last visible message: 149
+Is at bottom: true, should stick: true
Running: testConsoleSticksToBottom
-Last visible message: 299
+Is at bottom: true, should stick: true
-Running: testManualScrollDoesNotStickToBottom
-Scroll preserved: true
+Running: testSmoothScrollDoesNotStickToBottom
+Is at bottom: false, should stick: false
+
+Running: testEscShouldNotJumpToBottom
+Is at bottom: false, should stick: false
+
+Running: testTypingShouldJumpToBottom
+Is at bottom: true, should stick: true
+
+Running: testViewportMutationsShouldPreserveStickToBottom
+Is at bottom: true, should stick: true
+Is at bottom: false, should stick: false
+
+Running: testMuteUpdatesWhileScrolling
+New messages were muted: true
+Refresh was scheduled after dirty state
+
+Running: testShouldNotJumpToBottomWhenPromptFillsEntireViewport
+Is at bottom: false, should stick: true

Powered by Google App Engine
This is Rietveld 408576698