From 14dc20118c3f4aa3293ee92d34a62330f091af40 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Sun, 19 Sep 2021 17:02:41 +0100 Subject: [PATCH] Base: Add page for testing styling on `display: inline` elements --- Base/res/html/misc/inline-node.html | 47 ++++++++++++++++++++++++++++ Base/res/html/misc/tile.png | Bin 0 -> 960 bytes Base/res/html/misc/welcome.html | 1 + 3 files changed, 48 insertions(+) create mode 100644 Base/res/html/misc/inline-node.html create mode 100644 Base/res/html/misc/tile.png diff --git a/Base/res/html/misc/inline-node.html b/Base/res/html/misc/inline-node.html new file mode 100644 index 0000000000..85d5f90d8e --- /dev/null +++ b/Base/res/html/misc/inline-node.html @@ -0,0 +1,47 @@ + + + + + Inline Node styling test + + + + Hello world this is some text not in a box. This text has a background and this text has a shadow! +
+ Hello world this is some text in a box. This text has a background and this text has a shadow! +
+
+ Hello world this is some text in a box. This text has a background and this text has a shadow! +
+
This text should only have a strip of red on the left
+ + diff --git a/Base/res/html/misc/tile.png b/Base/res/html/misc/tile.png new file mode 100644 index 0000000000000000000000000000000000000000..36061e537d6beddd0b3c9f1b14c81252f648088e GIT binary patch literal 960 zcmeAS@N?(olHy`uVBq!ia0y~yVBlb2U|`{3V_;y|e75cb0|PUARY*ihP-3}4K~a8M zW=^U?No7H*LTW{38UsVct+&&1C*4-yY5QN?C3kR=fY9-SY-v@^a{KjXsLbxadoJ(0 ze|lCDbJv6v+a{GQ@%Gg}8oL)&bY#sd@{(RRBl%fVWB&8fZ(EN3tkIVKY+X5Ha-pG1 zQ{1`CEbsje>$bCQ`;xhTI=l5W+4wfSdD9&w=Sem%eSUhv2hHWC{FQ69Kl;9Sea~N5 zT6gL3N)wgES}lhfXHUqf`1L{Qd29jqJRLsONgahp);P?Hd#)GL&VO?ElP`wl(UDR` z^Sd@IT{=OoXv>o&>x<2eznCfQ;`#ZHd%O1e<#)cu?fqW1FSe6&rdQ(LE8Bd|2#S<1 z33|4vC2faj@@(D3mT?~$Hge6fz9pz3tbBW}QmEFIm1qAgU{-X?%Xu-Af0|~o;klX< zoeaHJvr|?&%9!v4Og{KjiraU86P|!tIyWaJCgRsGOuZvdCtT-ZbQ!R%%t#LSEu=$W3s*bDE0EB ztEmi{P5G_{DheA^g_gR^Hk5vNAc1{;(}_r>_X-ZHVl+!OINoLED`T!n?!9;=^=WX= zVpfHaNfH-QG#f-0FRIhA%384^gJ;#OD_2ajJtrkynlfo=p_{01_p)hc&ge!Lethxj zGW+*v1UP3!mfnUMmJ6C_nVH#e&2HYUG=@wjh`$ZEp)ef^FdjD zY0=cKxADPS1NJ_Pk}{nV)a@Icb#2enFsrP!-ue%KZzF8Iw?l(-=J$-JF=7lfVu<2sQut@m|Asrd&oQ0hmorPPkK!M^gy!q$LoMF`G0y-WS!`WpgX3NxOwm*nC`2XYw>5{5N>t`zXUt?fkU`z6LcVPg7pU%7M85kHi z3p^r=85p>ZfG}fPZqpS81_t&LPhVH|C(JV3TAH?xZly6WFj#rIIEHXsZ#`?s$e_S; zPercentage values
  • position: absolute; for top and left
  • Cascade keywords (initial, inherit, unset)
  • +
  • Styling "inline" elements
  • JavaScript/Wasm