mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-29 06:22:53 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
14 lines
344 B
HTML
14 lines
344 B
HTML
<link rel="match" href="../expected/css-read-only-read-write-selectors-ref.html" />
|
|
<style>
|
|
body :read-write {
|
|
background-color: green;
|
|
}
|
|
body :read-only {
|
|
border: 4px solid magenta;
|
|
}
|
|
</style>
|
|
<input type="text" readonly>
|
|
<input type="text">
|
|
|
|
<p>Well hello friends</p>
|
|
<p contenteditable>Well hello friends</p>
|