mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-30 23:12:56 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
11 lines
286 B
HTML
11 lines
286 B
HTML
<!DOCTYPE html>
|
|
<link rel="match" href="../expected/inline-paintable-background-clip-text-ref.html" />
|
|
<style>
|
|
#text {
|
|
background: linear-gradient(#6d98cc, #8a64e5);
|
|
background-clip: text;
|
|
color: transparent;
|
|
font-size: 50px;
|
|
}
|
|
</style>
|
|
<span id="text">Hello</span>
|