mirror of
https://github.com/servo/servo.git
synced 2025-10-04 10:39:16 +01:00
Move the test harnesses into test/.
This is preparation for removing the `servo-` prefixes from the various Servo components.
This commit is contained in:
parent
729a5ff441
commit
c658c6dea9
71 changed files with 4 additions and 4 deletions
15
src/test/html/combining-character-sequences.html
Normal file
15
src/test/html/combining-character-sequences.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<head>
|
||||
<body>
|
||||
<div>
|
||||
Here come the combining character sequences:
|
||||
¨
|
||||
Ä = Ä
|
||||
ä = ä
|
||||
Ö = Ö
|
||||
ö = ö
|
||||
Ü = Ü
|
||||
ü = ü
|
||||
Z̈
|
||||
z̈
|
||||
</div>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue