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

Unified Diff: LayoutTests/fast/dom/title-directionality-expected.txt

Issue 23190034: Remove code related to title directionality, we never used it (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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: LayoutTests/fast/dom/title-directionality-expected.txt
diff --git a/LayoutTests/fast/dom/title-directionality-expected.txt b/LayoutTests/fast/dom/title-directionality-expected.txt
deleted file mode 100644
index 7ddf8ddac78da80e6c2cbed29bdee4f1ad08f241..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/title-directionality-expected.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-
-<html><title>foo</title></html> should have title direction "ltr". PASS
-<html><title dir=rtl>foo</title></html> should have title direction "rtl". PASS
-<html dir=rtl><title>foo</title></html> should have title direction "rtl". PASS
-<html dir=rtl><title dir=ltr>foo</title></html> should have title direction "ltr". PASS
« no previous file with comments | « LayoutTests/fast/dom/title-directionality.html ('k') | LayoutTests/fast/dom/title-directionality-removeChild.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698