1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:07:46 +00:00

Base: Correct the :not() test page's title

Oops!
This commit is contained in:
Sam Atkins 2022-03-17 15:17:54 +00:00 committed by Andreas Kling
parent 0d01097a54
commit ca8540aba2

View file

@ -1,6 +1,7 @@
<html> <!doctype html>
<html lang="en">
<head> <head>
<title>:only-child test</title> <title>:not() test</title>
<style> <style>
div { div {
background: yellow; background: yellow;