Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: ios/chrome/browser/ui/contextual_search/contextual_search_js_unittest.mm

Issue 2960853002: Disable more failing contextual search tests on iOS11. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/contextual_search/contextual_search_js_unittest.mm
diff --git a/ios/chrome/browser/ui/contextual_search/contextual_search_js_unittest.mm b/ios/chrome/browser/ui/contextual_search/contextual_search_js_unittest.mm
index 25c87728c6d6debfa9abe87cf3c5ed53cf8fcf66..ca00dd302947ddc847d796c8cacad631e4ed0cad 100644
--- a/ios/chrome/browser/ui/contextual_search/contextual_search_js_unittest.mm
+++ b/ios/chrome/browser/ui/contextual_search/contextual_search_js_unittest.mm
@@ -379,6 +379,9 @@ TEST_F(ContextualSearchJsTest, TestHighlightIgnoreDOMMutationSameText) {
// Test that related text DOM mutation prevents contextual search.
TEST_F(ContextualSearchJsTest, TestHighlightRelatedDOMMutationText) {
+ // TODO(crbug.com/736989): Test failures in GetMutatedNodeCount.
+ if (base::ios::IsRunningOnIOS11OrLater())
+ return;
LoadHtml(kHTMLWithRelatedTextMutation);
ExecuteJavaScript(@"document.getElementById('test').innerText = 'mutated';");
ASSERT_EQ(1, GetMutatedNodeCount());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698