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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/attr-dir-inherit.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/fast/dom/shadow/attr-dir-inherit.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/attr-dir-inherit.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/attr-dir-inherit.html
index 3eadc90808f591314512442127e95c9c422fa125..091b7221696ec4945e5fbdecea250d4ba2f6ae96 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/attr-dir-inherit.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/attr-dir-inherit.html
@@ -54,7 +54,7 @@
</template>
</div>
- <h2>dir=auto determines the first character in the composed tree</h2>
+ <h2>dir=auto determines the first character in the flat tree</h2>
<div id="dir-auto-english" dir="auto" data-dir-expected="ltr">
<template>English text</template>
</div>

Powered by Google App Engine
This is Rietveld 408576698