ladybird/Tests/LibGfx
Ben Wiederhake 5249faeeb9 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)$'
2024-10-25 09:00:52 +02:00
..
test-inputs Tests: Mark test-files (images and html) as non-executable 2024-10-25 09:00:52 +02:00
BenchmarkJPEGLoader.cpp Everywhere: Remove Serenity specific code from tests 2024-07-05 07:29:51 +02:00
CMakeLists.txt LibGfx: Remove unused, deprecated code 2024-10-18 18:12:45 +02:00
TestColor.cpp LibGfx: Correctly round values when computing the luminosity of a Color 2024-05-13 23:43:58 +02:00
TestDeltaE.cpp LibGfx: Add DeltaE() function 2023-04-30 05:57:20 +02:00
TestICCProfile.cpp Everywhere: Remove Serenity specific code from tests 2024-07-05 07:29:51 +02:00
TestImageDecoder.cpp LibGfx: Set correct alpha type for webp decoding 2024-10-02 16:37:22 +01:00
TestImageWriter.cpp LibGfx: Remove QOI image format support 2024-06-17 21:57:35 +02:00
TestMedianCut.cpp LibGfx: Add an implementation of the MedianCut algorithm 2024-05-18 18:30:07 +02:00
TestRect.cpp LibGfx: Add Rect::unite_{horizontally,vertically}() 2023-07-13 05:09:08 +02:00
TestWOFF.cpp LibGfx+LibWeb: Remove typeface classes for WOFF fonts 2024-07-22 15:05:04 +02:00
TestWOFF2.cpp LibGfx: Move FontDatabase internals to SystemFontProvider interface 2024-10-15 15:09:16 -06:00