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

Unified Diff: third_party/WebKit/LayoutTests/editing/text-iterator/findString-shadow-roots.html

Issue 1675163002: Rename ComposedTree to FlatTree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip Created 4 years, 10 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
Index: third_party/WebKit/LayoutTests/editing/text-iterator/findString-shadow-roots.html
diff --git a/third_party/WebKit/LayoutTests/editing/text-iterator/findString-shadow-roots.html b/third_party/WebKit/LayoutTests/editing/text-iterator/findString-shadow-roots.html
index 8fdbef5ae75a0a9fd087cb6b1775b7be6b05890e..7465d9d9fbac9d9af1f33b6251df4671bf7af030 100644
--- a/third_party/WebKit/LayoutTests/editing/text-iterator/findString-shadow-roots.html
+++ b/third_party/WebKit/LayoutTests/editing/text-iterator/findString-shadow-roots.html
@@ -113,7 +113,7 @@ function testDistribution()
selection.empty();
shouldBeTrue('testRunner.findString("AFTER", [])');
selection.empty();
- shouldBeTrue('testRunner.findString("BEFOREDOCUMENTAFTER", [])'); // Visited in composed tree order
+ shouldBeTrue('testRunner.findString("BEFOREDOCUMENTAFTER", [])'); // Visited in flat tree order
selection.empty();
shouldBeFalse('testRunner.findString("DOCUMENTBEFORE", [])');
selection.empty();

Powered by Google App Engine
This is Rietveld 408576698