mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:57:35 +00:00
LibWeb: Move table tests to their own folder
This commit is contained in:
parent
7b4c76788b
commit
c421f1692c
4 changed files with 0 additions and 0 deletions
11
Tests/LibWeb/Layout/input/table/auto-height.html
Normal file
11
Tests/LibWeb/Layout/input/table/auto-height.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html><html><head><style>
|
||||
body {
|
||||
font-family: 'SerenitySans';
|
||||
}
|
||||
* {
|
||||
border: 1px solid black;
|
||||
}
|
||||
span {
|
||||
display: table-cell;
|
||||
}
|
||||
</style></head><body><div><span>foo</span></div><div><span>bar</span></div>
|
Loading…
Add table
Add a link
Reference in a new issue