Skip to content

Intermittent FAIL in /html/semantics/forms/form-submission-0/form-data-set-usv.html #34934

@Loirooriol

Description

@Loirooriol

https://github.com/servo/servo/actions/runs/12712076514/job/35436965884

  ▶ OK /html/semantics/forms/form-submission-0/form-data-set-usv.html
  │   ▶ FAIL [expected PASS] Strings from form controls should be converted to Unicode scalar values in form submission
  │   │   → assert_equals: expected "69 6e 70 75 74 31 ef bf bd 3d 69 6e 70 75 74 31 ef bf bd 0d 0a 69 6e 70 75 74 32 ef bf bd 3d 69 6e 70 75 74 32 ef bf bd 0d 0a 69 6e 70 75 74 33 ef bf bd 3d 69 6e 70 75 74 33 ef bf bd 0d 0a 69 6e 70 75 74 34 ef bf bd 3d 69 6e 70 75 74 34 ef bf bd 0d 0a" but got "\n  \n  \n    option\n  \n  \n  \n\n\n\n\"use strict\";\n\nconst form = document.querySelector(\"form\");\n\nfor (let el of Array.from(form.querySelectorAll(\"input\"))) { // Firefox/Edge support\n  el.name = el.id + \"\\uDC01\";\n  el.value = el.id + \"\\uDC01\";\n}\n\nconst select = document.querySelector(\"select\");\nselect.name = select.id + \"\\uDC01\";\nselect.firstElementChild.value = select.id + \"\\uDC01\";\n\n"
  │   │ 
  │   │ iframe.onload<@http://web-platform.test:8000/html/semantics/forms/form-submission-0/form-data-set-usv.html:24:20
  │   │ Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2638:25
  └   └ Test.prototype.step_func_done/<@http://web-platform.test:8000/resources/testharness.js:2713:32

Metadata

Metadata

Assignees

No one assigned

    Labels

    I-intermittentProblem reproduces intermittently.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions