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

Side by Side Diff: LayoutTests/fast/text/bidi-reverse-runs-crash.html

Issue 25373008: BidiResolver should not try to reverse runs when the run count is zero (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add missed layout test Created 7 years, 2 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 | « no previous file | LayoutTests/fast/text/bidi-reverse-runs-crash-expected.txt » ('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 <!DOCTYPE html>
2 <html dir="RTL">
3 <meta charset="ISO-8859-8">sdf
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 </script>
8 <input>
9 <i dir="">
10 <tt dir="auto"></tt>
11 <div>PASS if did not crash. </div>
12 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/bidi-reverse-runs-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698