summaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
Diffstat (limited to 'chromium')
-rwxr-xr-xchromium/tools/run_webview_cts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/tools/run_webview_cts.py b/chromium/tools/run_webview_cts.py
index 13a77dd..5a0c068 100755
--- a/chromium/tools/run_webview_cts.py
+++ b/chromium/tools/run_webview_cts.py
@@ -47,6 +47,8 @@ EXPECTED_FAILURES = set([
'android.webkit.cts.GeolocationTest#testSimpleGeolocationRequestAcceptOnce',
# b/5006389
'android.webkit.cts.WebViewTest#testFlingScroll',
+ # b/9103603
+ 'android.webkit.cts.WebViewTest#testRequestImageRef',
# Don't forget to update the spreadsheet! :)
])