From c35739e0678084cc5f486c1fc8c28b1c0c53cfcb Mon Sep 17 00:00:00 2001 From: James C Scott III Date: Tue, 10 Feb 2026 10:50:12 -0500 Subject: [PATCH 1/4] Add 2026 investigation section to README Added a new section for the 2026 investigation, including scope and roadmap for mobile testing improvements. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 22ee5db..d7a39f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # interop-mobile-testing Mobile Testing Investigation in Interop +## 2026 Investigation + +### Scope + +Enable future versions of Interop to have specific mobile focus areas. Improve the reliability of all testing on mobile, with specific emphasis of enabling realisic testing of layout on mobile. + +### Roadmap and Scoring + +* (10%) [Carryover] Have reliable iOS runs. We have stable & experimental runs for Firefox on Android and Chrome on Android (currently only experimental). +* (10%) [Carryover] Ensure testharness test results are meaningful. +* (X%) [Carryover] Figure out how to make layout tests work on mobile. In particular, reftests. +* (X%) [Carryover] Figure out the requirements for testing dynamic viewport sizing. Suggest a viable approach if possible. + ## 2025 Investigation ### Scope From 76ae637dd297a974407ad2cd06ad2acb743c6dae Mon Sep 17 00:00:00 2001 From: James C Scott III Date: Tue, 10 Feb 2026 10:51:02 -0500 Subject: [PATCH 2/4] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7a39f5..3503abc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Enable future versions of Interop to have specific mobile focus areas. Improve t ### Roadmap and Scoring -* (10%) [Carryover] Have reliable iOS runs. We have stable & experimental runs for Firefox on Android and Chrome on Android (currently only experimental). +* (10%) [Carryover] Have reliable iOS runs. We have stable & experimental runs for Firefox on Android and Chrome on Android. * (10%) [Carryover] Ensure testharness test results are meaningful. * (X%) [Carryover] Figure out how to make layout tests work on mobile. In particular, reftests. * (X%) [Carryover] Figure out the requirements for testing dynamic viewport sizing. Suggest a viable approach if possible. From 4bbaab5e84b32f0da95ccbf06f810773d587b1fa Mon Sep 17 00:00:00 2001 From: James C Scott III Date: Tue, 24 Feb 2026 11:15:46 -0500 Subject: [PATCH 3/4] Apply suggestion from @jcscottiii --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3503abc..9ec7580 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ Enable future versions of Interop to have specific mobile focus areas. Improve t ### Roadmap and Scoring -* (10%) [Carryover] Have reliable iOS runs. We have stable & experimental runs for Firefox on Android and Chrome on Android. -* (10%) [Carryover] Ensure testharness test results are meaningful. -* (X%) [Carryover] Figure out how to make layout tests work on mobile. In particular, reftests. -* (X%) [Carryover] Figure out the requirements for testing dynamic viewport sizing. Suggest a viable approach if possible. +* (15%) [Carryover] Have reliable iOS runs. We have stable & experimental runs for Firefox on Android and Chrome on Android. +* (15%) [Carryover] Ensure testharness test results are meaningful. +* (35%) [Carryover] Figure out how to make layout tests work on mobile. In particular, reftests. +* (35%) [Carryover] Figure out the requirements for testing dynamic viewport sizing. Suggest a viable approach if possible. ## 2025 Investigation From ba9c7263c1ad3ab91ec8ba806de6ebcb31efc12c Mon Sep 17 00:00:00 2001 From: James C Scott III Date: Tue, 24 Feb 2026 11:34:11 -0500 Subject: [PATCH 4/4] Apply suggestion from @jcscottiii --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ec7580..a11807b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Enable future versions of Interop to have specific mobile focus areas. Improve t * (15%) [Carryover] Have reliable iOS runs. We have stable & experimental runs for Firefox on Android and Chrome on Android. * (15%) [Carryover] Ensure testharness test results are meaningful. * (35%) [Carryover] Figure out how to make layout tests work on mobile. In particular, reftests. + * We should reenable reftests tests for Firefox Android. * (35%) [Carryover] Figure out the requirements for testing dynamic viewport sizing. Suggest a viable approach if possible. ## 2025 Investigation