Checkpoint web parity through Chromium input tasks
Some checks are pending
M6 deployable RC / quick (push) Waiting to run
M6 deployable RC / chromium (push) Blocked by required conditions
M6 deployable RC / release (push) Blocked by required conditions

This commit is contained in:
mes123456
2026-08-19 10:39:03 -04:00
parent 5a11045ca5
commit 380cbed4ff
634 changed files with 41862 additions and 212 deletions

View File

@@ -101,7 +101,7 @@ try {
const releaseMetadata = JSON.parse(fs.readFileSync(path.join(bundle, "release-metadata.json"), "utf8"));
assert.equal(releaseMetadata.schemaVersion, 1);
assert.equal(releaseMetadata.engineReleaseId, engine.releaseId);
assert.equal(releaseMetadata.storage.indexedDbSchemaVersion, 6);
assert.equal(releaseMetadata.storage.indexedDbSchemaVersion, 7);
assert.equal(releaseMetadata.storage.opfsProjectManifestSchemaVersion, 1);
assert.equal(releaseMetadata.storage.migrationDirection, "forward-only");
assert.equal(releaseMetadata.storage.originBound, true);