Files
tubestation/dom/base/test/chrome.toml
Masayuki Nakano d6cf63b321 Bug 1892514 - part 5-1: Add new automated tests to test the text change notification when inserting multiple line text via HTMLEditor r=smaug
The preceding patches (D211697 and D211698) optimize
`HTMLEditor::HandleInsertText` to make the DOM mutations simpler for making
`IMEContentObserver` use cache to avoid to compute the similar flattened text
length a lot.  However, there are not enough tests of text change notifications
in the cases.  Therefore, before optimizing `IMEContentObserver`, we should have
more tests about that.

Differential Revision: https://phabricator.services.mozilla.com/D211833
2024-07-03 08:04:27 +00:00

69 lines
1.5 KiB
TOML

[DEFAULT]
skip-if = ["os == 'android'"]
support-files = [
"file_empty.html",
"file_blocking_image.html",
"file_bug945152.jar",
"file_bug945152_worker.js",
"file_bug1008126_worker.js",
"file_inline_script.html",
"file_inline_script.xhtml",
"file_external_script.html",
"file_external_script.xhtml",
"file_script.js",
"file_serializer_noscript.html",
"referrer_helper.js",
"referrer_testserver.sjs",
"!/image/test/mochitest/shaver.png",
]
["test_anchor_target_blank_referrer.html"]
["test_anonymousContent_xul_window.xhtml"]
["test_blockParsing.html"]
["test_blocking_image.html"]
["test_bug419527.xhtml"]
["test_bug564863-2.xhtml"]
["test_bug945152.html"]
["test_bug1008126.html"]
["test_bug1016960.html"]
["test_bug1120222.html"]
["test_fragment_sanitization.xhtml"]
["test_getLastOverWindowPointerLocationInCSSPixels.html"]
support-files = ["!/gfx/layers/apz/test/mochitest/apz_test_utils.js"]
["test_messagemanager_send_principal.html"]
["test_navigator_resolve_identity_xrays.xhtml"]
support-files = ["file_navigator_resolve_identity_xrays.xhtml"]
["test_sandbox_structuredclone.html"]
["test_sandboxed_blob_uri.html"]
["test_sanitize_xhr.html"]
["test_sendQueryContentAndSelectionSetEvent.html"]
["test_sendSelectionSetEvent_with_same_range.html"]
["test_serializer_noscript.html"]
["test_text_change_notifications_when_inserting_text_containing_line_breaks.html"]
["test_urgent_start.html"]
skip-if = [ #leaks Bug 1571583
"os == 'win' && debug",
"os == 'mac' && debug",
]