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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-ignoredNodes-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 Non-hidden div for comparison 1 Non-hidden div for comparison
2 non-hidden treeitem 2 non-hidden treeitem
3 hidden non-treeitem 3 hidden non-treeitem
4 Buttons are leaf nodes 4 Buttons are leaf nodes
5 Descendant of aria-hidden node 5 Descendant of aria-hidden node
6 List item also presentational 6 List item also presentational
7 Div in list isn't presentational 7 Div in list isn't presentational
8 Content within label refers to label container 8 Content within label refers to label container
9 9
10 WebArea 10 WebArea
11 tree 11 tree
12 *Ignored 12 *Ignored
13 { 13 {
14 "nodeId": "<string>", 14 "nodeId": "<string>",
15 "ignored": true, 15 "ignored": true,
16 "ignoredReasons": [ 16 "ignoredReasons": [
17 { 17 {
18 "name": "ancestorDisallowsChild", 18 "name": "ancestorDisallowsChild",
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 "name": "expanded", 407 "name": "expanded",
408 "value": { 408 "value": {
409 "type": "booleanOrUndefined", 409 "type": "booleanOrUndefined",
410 "value": false 410 "value": false
411 } 411 }
412 } 412 }
413 ], 413 ],
414 "domNode": "select" 414 "domNode": "select"
415 } 415 }
416 416
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698