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

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

Issue 719053003: DevTools: [Elements] Do not miss DOM matches on documentElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add test Created 6 years, 1 month 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 | Annotate | Revision Log
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
(...skipping 19 matching lines...) Expand all
30 30
31 Running: testFullTag 31 Running: testFullTag
32 < i n p u t v a l u e = " I n p u t V a l " > 32 < i n p u t v a l u e = " I n p u t V a l " >
33 33
34 Running: testExactAttributeName 34 Running: testExactAttributeName
35 < i n p u t v a l u e = " I n p u t V a l " > 35 < i n p u t v a l u e = " I n p u t V a l " >
36 36
37 Running: testExactAttributeVal_ue 37 Running: testExactAttributeVal_ue
38 < i n p u t v a l u e = " I n p u t V a l " > 38 < i n p u t v a l u e = " I n p u t V a l " >
39 39
40 Running: testExactAttributeVal_ueOnRoot
41 < h t m l i d = " d o c u m e n t E l e m e n t " >
42
40 Running: testExactAttributeVal_ueWithQuotes 43 Running: testExactAttributeVal_ueWithQuotes
41 < d i v a t t r = " f o o " > < / d i v > 44 < d i v a t t r = " f o o " > < / d i v >
42 45
43 Running: testPartialAttributeVal_ue 46 Running: testPartialAttributeVal_ue
44 < i n p u t v a l u e = " I n p u t V a l " > 47 < i n p u t v a l u e = " I n p u t V a l " >
45 48
46 Running: testXPathAttribute 49 Running: testXPathAttribute
47 < d i v a t t r = " f o o " > < / d i v > 50 < d i v a t t r = " f o o " > < / d i v >
48 51
49 Running: testSelector 52 Running: testSelector
(...skipping 14 matching lines...) Expand all
64 Running: testSearchUAShadowDOM 67 Running: testSearchUAShadowDOM
65 Searching UA shadow DOM with setting disabled: 68 Searching UA shadow DOM with setting disabled:
66 Nothing found 69 Nothing found
67 Searching UA shadow DOM with setting enabled: 70 Searching UA shadow DOM with setting enabled:
68 < 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 >
69 < 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 >
70 73
71 Running: testSearchShadowHostChildren 74 Running: testSearchShadowHostChildren
72 < 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 >
73 76
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/elements-panel-search.html ('k') | Source/core/inspector/InspectorDOMAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698