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

Side by Side Diff: LayoutTests/fast/text/international/harfbuzz-buffer-overrun.html

Issue 11192060: Merge 153128 - Source/WebCore: [HarfBuzz] harfbuzz expects log_clusters to have same length as othe… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 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/international/harfbuzz-buffer-overrun-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
1 <html> 1 <html>
2 <body> 2 <body>
3 <p>&#3635;&#3648;</p> 3 <p>&#3635;&#3648;</p>
4 <script> 4 <script>
5 // Force layout. 5 // Force layout.
6 document.body.offsetTop; 6 document.body.offsetTop;
7 7
8 if (window.testRunner) 8 if (window.testRunner)
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 10
11 document.body.innerHTML = "PASS: does not crash"; 11 document.body.innerHTML = "PASS: does not crash";
12 </script> 12 </script>
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/harfbuzz-buffer-overrun-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698