Tests/LibWebView: Cover the UI history model
Add fast coverage for merging WebContent snapshots into the UI-owned session history mirror. The tests exercise seeding, nested histories, reload state, replacement entries, and traversal target selection.
This commit is contained in:
parent
78bb7b8d45
commit
44ae6d3438
2 changed files with 1865 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
set(TEST_SOURCES
|
||||
TestHistoryStore.cpp
|
||||
TestHSTSStore.cpp
|
||||
TestSessionHistory.cpp
|
||||
TestWebViewURL.cpp
|
||||
)
|
||||
|
||||
|
|
|
|||
1864
Tests/LibWebView/TestSessionHistory.cpp
Normal file
1864
Tests/LibWebView/TestSessionHistory.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue