From a056c941c2083c6e0f8031970605e897f3fbc6a9 Mon Sep 17 00:00:00 2001 From: Sandor Molnar Date: Wed, 17 Jul 2024 09:58:48 +0000 Subject: [PATCH] Bug 1908277 - Mark non-html-documents-json.html as intermittent on android. r=jjaschke DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D216784 --- .../non-html-documents-json.html.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/testing/web-platform/meta/scroll-to-text-fragment/non-html-documents-json.html.ini b/testing/web-platform/meta/scroll-to-text-fragment/non-html-documents-json.html.ini index 8ee78d5c4cd356..de85508acde86b 100644 --- a/testing/web-platform/meta/scroll-to-text-fragment/non-html-documents-json.html.ini +++ b/testing/web-platform/meta/scroll-to-text-fragment/non-html-documents-json.html.ini @@ -3,6 +3,10 @@ # However, the implementation for this feature (https://bugzil.la/1888756) # covers JSON as well, so that it would pass if the test would work. [non-html-documents-json.html] - expected: TIMEOUT + expected: + if os == "android": [OK, TIMEOUT] + TIMEOUT [Text directive blocked in application/json] - expected: TIMEOUT + expected: + if os == "android": [PASS, TIMEOUT] + TIMEOUT