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

Unified Diff: LayoutTests/inspector/editor/text-editor-search-switch-editor-expected.txt

Issue 669043002: DevTools: Fix the way search works when switching between editor tabs. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 6 years, 2 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/editor/text-editor-search-switch-editor-expected.txt
diff --git a/LayoutTests/inspector/editor/text-editor-search-switch-editor-expected.txt b/LayoutTests/inspector/editor/text-editor-search-switch-editor-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..acbb00bc45d71970b393dca382ae0eb1bf3cff29
--- /dev/null
+++ b/LayoutTests/inspector/editor/text-editor-search-switch-editor-expected.txt
@@ -0,0 +1,11 @@
+Tests that switching editor tabs after searching does not affect editor selection and viewport.
+
+Performing search...
+Recording editor viewport after searching...
+Recording editor viewport after switching tabs...
+Comparing viewports...
+ viewports match, SUCCESS
+Comparing selection ranges...
+ original selection range: {"startLine":203,"startColumn":7,"endLine":203,"endColumn":7}
+ current selection range: {"startLine":203,"startColumn":13,"endLine":203,"endColumn":13}
+

Powered by Google App Engine
This is Rietveld 408576698