[webkit-changes] [WebKit/WebKit] 2a4cd4: Fix fast/forms/color tests to remove orphan closin...
Ahmad Saleem
noreply at github.com
Sat Sep 24 14:28:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2a4cd4130a02c5a858537d7dd9ca84a05bff361d
https://github.com/WebKit/WebKit/commit/2a4cd4130a02c5a858537d7dd9ca84a05bff361d
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2022-09-24 (Sat, 24 Sep 2022)
Changed paths:
M LayoutTests/fast/forms/color/color-input-activate-crash.html
M LayoutTests/fast/forms/color/color-input-reset-crash.html
M LayoutTests/fast/forms/color/color-type-change-on-input-crash.html
Log Message:
-----------
Fix fast/forms/color tests to remove orphan closing head tag and move script below body tag
Fix fast/forms/color tests to remove orphan closing head tag and move script below body tag
https://bugs.webkit.org/show_bug.cgi?id=245627
Reviewed by Aditya Keerthi.
Fix tests to remove orphan head tag and move testing scripts below body tag respectively.
This change is not any functionality change, hence it does not requires dedicated test case and is standard testing hygenie to fix any issues.
* LayoutTests/fast/forms/color/color-input-activate-crash.html: Update Tests based on above
* LayoutTests/fast/forms/color/color-input-reset-crash.html: Update Tests based on above
* LayoutTests/fast/forms/color/color-type-change-on-input-crash.html: Update Tests based on above
Canonical link: https://commits.webkit.org/254829@main
More information about the webkit-changes
mailing list