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

Unified Diff: LayoutTests/fast/text/international/bdi-break-crash-1.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/bdi-break-crash-1-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/international/bdi-break-crash-1.html
diff --git a/LayoutTests/fast/text/international/bdi-break-crash-1.html b/LayoutTests/fast/text/international/bdi-break-crash-1.html
new file mode 100644
index 0000000000000000000000000000000000000000..bfd97978d38cf6b49eff65f3510f612fcb235e59
--- /dev/null
+++ b/LayoutTests/fast/text/international/bdi-break-crash-1.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<body>
+<div id="result">
+><e style='border-image-width: 136; zoom: 115.198345359; '><bdi style="marginx: 219px; word-break: break-all; "> &#x8df;7 &#xf819;>
+</div>
+</body>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ document.getElementById("result").innerText="This test has passed if it doesn't crash under ASAN";
+</script>
+</html>
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/bdi-break-crash-1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698