Chromium Code Reviews| Index: LayoutTests/inspector-protocol/accessibility/accessibility-getRelationships-expected.txt |
| diff --git a/LayoutTests/inspector-protocol/accessibility/accessibility-getRelationships-expected.txt b/LayoutTests/inspector-protocol/accessibility/accessibility-getRelationships-expected.txt |
| index dae301b1367888fa98208c34f828e63e551798d9..fca6103639342e40f03be56a596215d209b16f86 100644 |
| --- a/LayoutTests/inspector-protocol/accessibility/accessibility-getRelationships-expected.txt |
| +++ b/LayoutTests/inspector-protocol/accessibility/accessibility-getRelationships-expected.txt |
| @@ -1,3 +1,5 @@ |
| +CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. |
|
pfeldman
2015/04/28 15:49:36
This test will fail when these unrelated warnings
aboxhall
2015/04/28 16:08:33
Yes? And it will fail until then unless I add them
aboxhall
2015/04/28 18:14:20
Done.
|
| +CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead. |
| Lunch Options |
| Thai |
| @@ -17,6 +19,7 @@ Ginger Ale |
| "result": { |
| "accessibilityNode": { |
| "nodeId": "<string>", |
| + "ignored": false, |
| "role": { |
| "type": "role", |
| "value": "radiogroup" |
| @@ -68,6 +71,7 @@ Ginger Ale |
| "result": { |
| "accessibilityNode": { |
| "nodeId": "<string>", |
| + "ignored": false, |
| "role": { |
| "type": "role", |
| "value": "radiogroup" |