From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/html/resources/common.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testing/web-platform/tests/html/resources') diff --git a/testing/web-platform/tests/html/resources/common.js b/testing/web-platform/tests/html/resources/common.js index 4f9ec54dde..fd4529e80a 100644 --- a/testing/web-platform/tests/html/resources/common.js +++ b/testing/web-platform/tests/html/resources/common.js @@ -49,6 +49,12 @@ const HTML5_DEPRECATED_ELEMENTS = [ 'rtc', 'shadow', 'spacer', 'strike', 'tt', 'xmp' ]; +const HTML5_INPUT_TYPES = [ + 'hidden', 'text', 'search', 'tel', 'url', 'email', 'password', 'date', + 'time', 'datetime-local', 'number', 'range', 'color', 'checkbox', 'radio', + 'file', 'submit', 'image', 'reset', 'button' +]; + function newDocument() { var d = document.implementation.createDocument(); return d; -- cgit v1.2.3