|
2183 | 2183 | "expectations": ["FAIL"], |
2184 | 2184 | "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" |
2185 | 2185 | }, |
2186 | | - { |
2187 | | - "testIdPattern": "[navigation.spec] navigation Page.goBack should work", |
2188 | | - "platforms": ["darwin", "linux", "win32"], |
2189 | | - "parameters": ["chrome", "webDriverBiDi"], |
2190 | | - "expectations": ["PASS", "TIMEOUT"], |
2191 | | - "comment": "Bug in chromium-bidi that causes navigation events to not be emitted. See https://github.com/GoogleChromeLabs/chromium-bidi/issues/2894. PASS|TIMEOUT for chromium-bidi roll." |
2192 | | - }, |
2193 | 2186 | { |
2194 | 2187 | "testIdPattern": "[navigation.spec] navigation Page.goBack should work with HistoryAPI", |
2195 | 2188 | "platforms": ["darwin", "linux", "win32"], |
|
2292 | 2285 | "testIdPattern": "[navigation.spec] navigation Page.goto should work when reload causes history API in beforeunload", |
2293 | 2286 | "platforms": ["darwin", "linux", "win32"], |
2294 | 2287 | "parameters": ["chrome", "webDriverBiDi"], |
2295 | | - "expectations": ["FAIL", "PASS"], |
2296 | | - "comment": "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2856 historyUpdated from beforeunload incorrectly comes before navigationStarted. PASS|FAIL for chromium-bidi roll" |
| 2288 | + "expectations": ["FAIL"], |
| 2289 | + "comment": "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2856 historyUpdated from beforeunload incorrectly comes before navigationStarted." |
2297 | 2290 | }, |
2298 | 2291 | { |
2299 | 2292 | "testIdPattern": "[navigation.spec] navigation Page.goto should work with anchor navigation", |
|
0 commit comments