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

Side by Side Diff: LayoutTests/fast/dom/title-directionality-removeChild-expected.txt

Issue 9567011: Merge 108415 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 9 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
OLDNEW
1 1
2 <html><title>foo</title></html> should have title direction "ltr". PASS 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 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 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 5 <html dir=rtl><title dir=ltr>foo</title></html> should have title direction "ltr ". PASS
6 6
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/title-directionality-removeChild.html ('k') | Source/WebCore/dom/ContainerNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698