diff options
author | Sam Atkins <atkinssj@gmail.com> | 2021-07-22 17:51:07 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-31 00:18:11 +0200 |
commit | 7439fbd896627f1546bb4123a25e777de2de35c8 (patch) | |
tree | a76b820f10673d197eca5197fd1d02964550ebd1 /Base/res/html/misc/welcome.html | |
parent | 8b2e76b838757a7528ddb64de47ef10efe042f98 (diff) | |
download | serenity-7439fbd896627f1546bb4123a25e777de2de35c8.zip |
LibWeb: Get CSS @import rules working in new parser
Also added css-import.html, which tests the 3 syntax variations on
`@import` statements. Note that the optional media-query parameter to
`@import` is not handled yet.
Diffstat (limited to 'Base/res/html/misc/welcome.html')
-rw-r--r-- | Base/res/html/misc/welcome.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 28a49ea19c..90e110d2a0 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -62,6 +62,7 @@ <li><a href="cookie.html">document.cookie</a></li> <li><a href="last-of-type.html">CSS :last-of-type selector</a></li> <li><a href="first-of-type.html">CSS :first-of-type selector</a></li> + <li><a href="css-import.html">CSS @import</a></li> <li><a href="background-repeat-test.html">background image with repetition rules</a></li> <li><a href="link-over-zindex-block.html">link elements with background box placed with z-index</a></li> <li><a href="contenteditable.html">contenteditable</a></li> |