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

Unified Diff: LayoutTests/inspector/console/console-viewport-selection-expected.txt

Issue 397073006: DevTools: [Console] fix corner case in viewport text selection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline Created 6 years, 5 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: LayoutTests/inspector/console/console-viewport-selection-expected.txt
diff --git a/LayoutTests/inspector/console/console-viewport-selection-expected.txt b/LayoutTests/inspector/console/console-viewport-selection-expected.txt
index 07d04d58b2022207564021d6a5cfdc2722fc6318..62985c4d29e14238a4579c20a78d331b21c25c38 100644
--- a/LayoutTests/inspector/console/console-viewport-selection-expected.txt
+++ b/LayoutTests/inspector/console/console-viewport-selection-expected.txt
@@ -147,7 +147,7 @@ CONSOLE MESSAGE: line 9: Message #145
CONSOLE MESSAGE: line 9: Message #146
CONSOLE MESSAGE: line 9: Message #147
CONSOLE MESSAGE: line 9: Message #148
-CONSOLE MESSAGE: line 9: Message #149
+CONSOLE MESSAGE: line 10: hello %cworld
Tests that console viewport handles selection properly.
@@ -168,8 +168,8 @@ first visible message index: 75 viewport is covered: YES
Running: testSelectionMultiLineText
Selected text:<<<EOL
-age #73 console-viewport-selection.html:9
-Message #74 console-viewport-selection.html:9
+age #74 console-viewport-selection.html:9
+Message #75 console-viewport-selection.html:9
Message
EOL
first visible message index: 74 viewport is covered: YES
@@ -218,3 +218,6 @@ Running: testShiftClickReversedSelectionBelow
anchor = {item: 76, offset: 6}, head = {item: 140, offset: 0}
first visible message index: 135 viewport is covered: YES
+Running: testZeroOffsetSelection
+Selected text: world
+
« no previous file with comments | « LayoutTests/inspector/console/console-viewport-selection.html ('k') | Source/devtools/front_end/ui/ViewportControl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698