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

Side by Side Diff: LayoutTests/fast/text/shaping/shaping-width-initialized.html

Issue 1108663003: Always initialize |m_totalWidth| in HarfBuzzShaper::shape. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove redundant initialization Created 5 years, 8 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/shaping/shaping-width-initialized-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 <body>
3 <p>Test PASSES if it does not CRASH.</p>
4 <script>
5 var canvas = document.createElement('canvas');
6 document.body.appendChild(canvas);
7 var ctx = canvas.getContext('2d');
8 ctx.fillText(unescape('%udfae%u0fb5%ufc0a'), 0, 0);
9 if (window.testRunner)
10 testRunner.dumpAsText();
11 </script>
12 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/shaping/shaping-width-initialized-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698