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

Side by Side Diff: LayoutTests/fast/text/international/bdi-break-crash-2.html

Issue 26315003: Bidi-Isolate inlines break layout with collapsed whitespace (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased patch 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <body>
8 <div id="result">
9 <e style='border-image-width: 136; zoom: 115.198345359; '><span style="marginx: 219px; word-break: break-all; "> &#x8df;7 &#xf819;>
10 </div>
11 </body>
12 <script>
13 if (window.testRunner)
14 testRunner.dumpAsText();
15 document.getElementById("result").innerText="This test has passed if it does n't crash under ASAN";
16 </script>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698