mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-15 13:31:54 +00:00
15 lines
360 B
HTML
15 lines
360 B
HTML
<!DOCTYPE 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>
|