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

Side by Side Diff: LayoutTests/fast/dom/title-directionality-removeChild-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 unified diff | Download patch
« no previous file with comments | « LayoutTests/fast/dom/title-directionality-removeChild.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 <html><title>foo</title></html> should have title direction "ltr". PASS
3 <html><title dir=rtl>foo</title></html> should have title direction "rtl". PASS
4 <html dir=rtl><title>foo</title></html> should have title direction "rtl". PASS
5 <html dir=rtl><title dir=ltr>foo</title></html> should have title direction "ltr ". PASS
6
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/title-directionality-removeChild.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698