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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/elements-panel-search-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 Tests that elements panel search is returning proper results. 1 Tests that elements panel search is returning proper results.
2 2
3 FooBar 3 FooBar
4 4
5 Found by selector 5 Found by selector
6 6
7 7
8 Running: testSetUp 8 Running: testSetUp
9 9
10 Running: testPlainText 10 Running: testPlainText
11 F o o B a r 11 F o o B a r
12 12
13 Running: testPartialText 13 Running: testPartialText
14 F o o B a r 14 F o o B a r
15 15
16 Running: testStartTag 16 Running: testStartTag
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 Running: testSearchUAShadowDOM 67 Running: testSearchUAShadowDOM
68 Searching UA shadow DOM with setting disabled: 68 Searching UA shadow DOM with setting disabled:
69 Nothing found 69 Nothing found
70 Searching UA shadow DOM with setting enabled: 70 Searching UA shadow DOM with setting enabled:
71 < d i v i d = " i n n e r - e d i t o r " > I n p u t V a l < / d i v > 71 < d i v i d = " i n n e r - e d i t o r " > I n p u t V a l < / d i v >
72 < d i v i d = " i n n e r - e d i t o r " > < / d i v > 72 < d i v i d = " i n n e r - e d i t o r " > < / d i v >
73 73
74 Running: testSearchShadowHostChildren 74 Running: testSearchShadowHostChildren
75 < d i v i d = " s h a d o w - h o s t - c o n t e n t " > < / d i v > 75 < d i v i d = " s h a d o w - h o s t - c o n t e n t " > < / d i v >
76 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698