Remove Android exceptions for WebGL [un]blocking context_lost tests.
The assertion failure has been refactored away.
Removes these two:
  ContextLost_WebGLBlockedAfterJSNavigation
  ContextLost_WebGLUnblockedAfterUserInitiatedReload
Bug: 832886
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I95f885ef3e22babb3387079105fc9e3f49e21370
Reviewed-on: https://chromium-review.googlesource.com/1083951
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563911}diff --git a/content/test/gpu/gpu_tests/context_lost_expectations.py b/content/test/gpu/gpu_tests/context_lost_expectations.py
index 6c60e91..40d9db9 100644
--- a/content/test/gpu/gpu_tests/context_lost_expectations.py
+++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
@@ -54,12 +54,3 @@
     self.Fail('ContextLost_WebGLContextLostFromQuantity',
               ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611906)
 
-    # Android WebGLBlocked/Unblocked
-    self.Fail('ContextLost_WebGLBlockedAfterJSNavigation',
-              ['android', 'nvidia'], bug=832886)
-    self.Flaky('ContextLost_WebGLBlockedAfterJSNavigation',
-              ['android', 'qualcomm'], bug=832886)
-    self.Fail('ContextLost_WebGLUnblockedAfterUserInitiatedReload',
-              ['android', 'nvidia'], bug=832886)
-    self.Flaky('ContextLost_WebGLUnblockedAfterUserInitiatedReload',
-              ['android', 'qualcomm'], bug=832886)