Some extra WIP for the HTML support, fixed layout calculation on HTML tables and rich text elements. Fixes in the demo, probably test won't pass yet (i cannot repro the failure!).

This commit is contained in:
Martín Lucas Golini
2026-03-28 23:14:28 -03:00
parent 08e62828b7
commit 8b111779a0
27 changed files with 264 additions and 84 deletions

View File

@@ -30,15 +30,7 @@ jobs:
- name: Unit Tests
run: |
cd bin/unit_tests
xvfb-run -s "-screen 0 1280x1024x24" \
gdb --batch --quiet \
-ex "set confirm off" \
-ex "run" \
-ex "bt full" \
-ex "thread apply all bt full" \
-ex "info registers" \
-ex "quit" \
--args ./eepp-unit_tests
xvfb-run -s "-screen 0 1280x1024x24" gdb --batch --quiet --return-child-result -ex "run" -ex "bt full" --args ./eepp-unit_tests
- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v4