From 5249faeeb9b0e84affda185ffc40147a571b8715 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Thu, 24 Oct 2024 23:28:56 +0200 Subject: [PATCH] Tests: Mark test-files (images and html) as non-executable These files seem to have been marked as executable by error. Found by running the command: find \( -name WPT -or -name Toolchain -or -name Build \) \ -prune -or -executable \! -type d -print \ | grep -Pv '\.(sh|py)$' --- Tests/LibGfx/test-inputs/avif/icc_profile.avif | Bin .../Layout/input/zero-width-viewport-svg-image.html | 0 .../Streams/ReadableByteStream-enqueue-respond.html | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 Tests/LibGfx/test-inputs/avif/icc_profile.avif mode change 100755 => 100644 Tests/LibWeb/Layout/input/zero-width-viewport-svg-image.html mode change 100755 => 100644 Tests/LibWeb/Text/input/Streams/ReadableByteStream-enqueue-respond.html diff --git a/Tests/LibGfx/test-inputs/avif/icc_profile.avif b/Tests/LibGfx/test-inputs/avif/icc_profile.avif old mode 100755 new mode 100644 diff --git a/Tests/LibWeb/Layout/input/zero-width-viewport-svg-image.html b/Tests/LibWeb/Layout/input/zero-width-viewport-svg-image.html old mode 100755 new mode 100644 diff --git a/Tests/LibWeb/Text/input/Streams/ReadableByteStream-enqueue-respond.html b/Tests/LibWeb/Text/input/Streams/ReadableByteStream-enqueue-respond.html old mode 100755 new mode 100644