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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-input-expected.txt

Issue 2962753002: [DevTools] Unflake some of inspector-protocol tests (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
1 1
2 { 2 {
3 "nodeId": "<string>", 3 "nodeId": "<string>",
4 "ignored": false, 4 "ignored": false,
5 "role": { 5 "role": {
6 "type": "role", 6 "type": "role",
7 "value": "textbox" 7 "value": "textbox"
8 }, 8 },
9 "name": { 9 "name": {
10 "type": "computedString", 10 "type": "computedString",
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 "attribute": "aria-labelledby" 941 "attribute": "aria-labelledby"
942 }, 942 },
943 { 943 {
944 "type": "attribute", 944 "type": "attribute",
945 "attribute": "aria-label" 945 "attribute": "aria-label"
946 }, 946 },
947 { 947 {
948 "type": "relatedElement", 948 "type": "relatedElement",
949 "value": { 949 "value": {
950 "type": "computedString", 950 "type": "computedString",
951 "value": "label-wrapping-text10 " 951 "value": "label-wrapping-text10"
952 }, 952 },
953 "nativeSource": "labelwrapped", 953 "nativeSource": "labelwrapped",
954 "nativeSourceValue": { 954 "nativeSourceValue": {
955 "type": "nodeList", 955 "type": "nodeList",
956 "relatedNodes": [ 956 "relatedNodes": [
957 { 957 {
958 "backendDOMNodeId": "<number>", 958 "backendDOMNodeId": "<number>",
959 "text": "label-wrapping-text10 " 959 "text": "label-wrapping-text10"
960 } 960 }
961 ] 961 ]
962 } 962 }
963 }, 963 },
964 { 964 {
965 "type": "placeholder", 965 "type": "placeholder",
966 "value": { 966 "value": {
967 "type": "computedString", 967 "type": "computedString",
968 "value": "text10-placeholder" 968 "value": "text10-placeholder"
969 }, 969 },
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 "type": "boolean", 1030 "type": "boolean",
1031 "value": false 1031 "value": false
1032 } 1032 }
1033 }, 1033 },
1034 { 1034 {
1035 "name": "labelledby", 1035 "name": "labelledby",
1036 "value": { 1036 "value": {
1037 "type": "nodeList", 1037 "type": "nodeList",
1038 "relatedNodes": [ 1038 "relatedNodes": [
1039 { 1039 {
1040 "text": "label-wrapping-text10 ", 1040 "text": "label-wrapping-text10",
1041 "nodeResult": "label" 1041 "nodeResult": "label"
1042 } 1042 }
1043 ] 1043 ]
1044 } 1044 }
1045 } 1045 }
1046 ], 1046 ],
1047 "domNode": "input#text10" 1047 "domNode": "input#text10"
1048 } 1048 }
1049 { 1049 {
1050 "nodeId": "<string>", 1050 "nodeId": "<string>",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1231 "name": "required", 1231 "name": "required",
1232 "value": { 1232 "value": {
1233 "type": "boolean", 1233 "type": "boolean",
1234 "value": false 1234 "value": false
1235 } 1235 }
1236 } 1236 }
1237 ], 1237 ],
1238 "domNode": "input#text12" 1238 "domNode": "input#text12"
1239 } 1239 }
1240 1240
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698