LibWeb: Rename internals.signalTextTestIsDone() to signalTestIsDone()

In upcoming change this function will be used for ref-tests as well.
This commit is contained in:
Aliaksandr Kalenik 2025-03-18 17:37:32 +01:00 committed by Jelle Raaijmakers
commit 394073f611
Notes: github-actions[bot] 2025-03-18 19:11:00 +00:00
20 changed files with 30 additions and 30 deletions

View file

@ -8,7 +8,7 @@
// Note: This test _must_ be in a .svg file!
internals.hitTest(400, 400);
// Did not crash!
internals.signalTextTestIsDone("");
internals.signalTestIsDone("");
});
</script>
</svg>

Before

Width:  |  Height:  |  Size: 670 B

After

Width:  |  Height:  |  Size: 666 B

Before After
Before After