test(converter): add feature verification tests for resolved gaps#88
Merged
test(converter): add feature verification tests for resolved gaps#88
Conversation
Add comprehensive test suite (FeatureVerificationTests.cs) that verifies all 8 resolved features in the WmlToHtmlConverter gaps document: - @page CSS rule generation (GeneratePageCss setting) - Table DXA width conversion (twips to points) - Borderless table detection (data-borderless attribute) - Theme color resolution (ResolveThemeColors setting) - Document language on <html> element - Foreign text language spans (lang attributes) - Font fallback improvements (serif/sans-serif/monospace) - CJK font-family fallback chains (Japanese, Chinese, Korean) All 15 tests pass, confirming the features work correctly. Also updates gaps document with verification summary table.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
FeatureVerificationTests.cs) that verifies all 8 resolved features in the WmlToHtmlConverter gaps documentFeatures Verified (All 15 tests passing)
<html>Test plan