Base: Correct the :not() test page's title
Oops!
This commit is contained in:
parent
0d01097a54
commit
ca8540aba2
Notes:
sideshowbarker
2024-07-17 17:12:26 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/ca8540aba2 Pull-request: https://github.com/SerenityOS/serenity/pull/13098
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>:only-child test</title>
|
||||
<title>:not() test</title>
|
||||
<style>
|
||||
div {
|
||||
background: yellow;
|
||||
|
|
Loading…
Add table
Reference in a new issue