Tags: tuankiet65/wpt
Tags
Fix Webtransport H3 server (web-platform-tests#31006)
Fix Webtransport H3 server (web-platform-tests#31006)
Delete predefined-013.html (web-platform-tests#31023)
[WebTransport] Implement stop_stream and reset_stream (web-platform-t… …ests#31020) Add methods to send STOP_SENDING and RESET_STREAM frames.
[CSP] Reland tests for unsafe-eval allowing wasm (web-platform-tests#… …31016) This CL adds tests checking that Content-Security-Policy: script-src/default-src 'unsafe-eval' enable wasm. The test landed with https://crrev.com/c/3179051 but it was removed because of a conflict by https://crrev.com/c/3171519. Change-Id: I3ca75b9cec2b2e09c475c71093b5402776c93521 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3193990 Reviewed-by: Arthur Sonzogni <[email protected]> Commit-Queue: Antonio Sartori <[email protected]> Cr-Commit-Position: refs/heads/main@{#926268} Co-authored-by: Antonio Sartori <[email protected]>
Test updates. Mostly progressions, as expected, but there are two bits that deserve some attention: * First there are two table tests that regress (because we were treating fit-content like auto). However Chromium fails the non-tentative one also, just in a different way, so I think it's worth punting on changing table layout and go to the CSSWG to figure out if "auto" is the desired behavior here. * Second, there's another test that regresses (position-absolute-replaced-minmax.html) for the same reason, we used to treat the size as "auto". The test that regresses comes from a Chromium crash (https://bugs.chromium.org/p/chromium/issues/detail?id=1010798) and the relevant behavior different also affects other intrinsic keywords, so I don't think we should address it here, and is unlikely to be a common case in the wild if we hadn't hit this before with other unprefixed keywords IMO. In any case I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1732780 for this behavior difference to investigate later. * Third, I removed fit-content from min-{width,height}-invalid. They are valid sizing keywords in css-sizing-5, and they apply to these properties. Other browsers also parse it. Differential Revision: https://phabricator.services.mozilla.com/D126726 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1732759 gecko-commit: 4d3c7ac994c796987a46604d84b4323ab1193c1a gecko-reviewers: dholbert
Make textarea::placeholder honor white-space. This comes from https://hg.mozilla.org/mozilla-central/rev/0f28fd24bdf3, and was done because of implementation limitations which don't apply anymore (https://bugzilla.mozilla.org/show_bug.cgi?id=737786#c33): * white-space changes don't reframe anymore, they only reflow. * We fixed reframing of native-anonymous content to do the right thing. This aligns <textarea> and <input>, so I think it should be uncontroversial. See w3c/csswg-drafts#6669 for the discussion that prompted this. Differential Revision: https://phabricator.services.mozilla.com/D126471 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1732267 gecko-commit: 64bfebfc3f6c63388d8a27b2a0c91020dc859666 gecko-reviewers: layout-reviewers, jfkthame
part 18: Port editor/libeditor/crashtests/467647-1.html to WPT I think that the crashtests marked as `needs-focus` should wait `focus` event in the document. I think that `focus` event is fired only when the window has focus (*1) and `Element.focus()` steals focus unless chrome UI has focus (*2). If the testing document hasn't get focus yet, `focus` event will be dispatched later (*3). 1: https://searchfox.org/mozilla-central/rev/d8d7539593d5a3071841289dee72f971650073ce/dom/base/nsFocusManager.cpp#1672-1681 2: https://searchfox.org/mozilla-central/rev/d8d7539593d5a3071841289dee72f971650073ce/dom/base/nsFocusManager.cpp#1683-1691 3: https://searchfox.org/mozilla-central/rev/d8d7539593d5a3071841289dee72f971650073ce/dom/base/nsFocusManager.cpp#759-777 Depends on D125920 Differential Revision: https://phabricator.services.mozilla.com/D125921 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1725850 gecko-commit: 9de37f824fefb5507d6f7aee37d775fb92ff6dd7 gecko-reviewers: saschanaz
[chrome] Specify --origin-to-force-quic-on for WebTransport tests (we… …b-platform-tests#31008)
PreviousNext