Merge pull request #13805 from keymanapp/fix/web/gesture-fixture-extraction

fix(web): fix extraction of gesture-engine fixture used in DOM-based unit tests
This commit is contained in:
Joshua Horton 2025-05-06 08:17:03 +07:00 committed by GitHub
commit 76da8f4e2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -59,10 +59,10 @@ do_build() {
do_test() {
test-headless-typescript "${SUBPROJECT_NAME}"
./gesture-recognizer/build.sh test
./gesture-processor/build.sh test
}
builder_run_action configure do_configure
builder_run_action clean do_clean
builder_run_action build do_build
builder_run_action test
builder_run_action test do_test

View file

@ -23,6 +23,7 @@
-->
<body>
<!-- CSS classes for demo configuration should only be applied here, to `host-fixture`. -->
<!-- START: recognizer host fixture -->
<div id="host-fixture" class="screen2 bounds1 safe-loose">
<div id='faux-viewport' class="faux-screen">
<div class="faux-screen-border"></div>
@ -40,7 +41,7 @@
</div>
<p></p>
</div>
<!-- end `host-fixture` -->
<!-- END: recognizer host fixture -->
</body>
</html>