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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/vertical-spacing-crash.html

Issue 1982313002: Re-evaluate ShapeResult::m_hasVerticalOffsets after applying spacing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | third_party/WebKit/LayoutTests/fast/text/vertical-spacing-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/text/vertical-spacing-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/whitespace/vertical-tab-crash.html b/third_party/WebKit/LayoutTests/fast/text/vertical-spacing-crash.html
similarity index 51%
copy from third_party/WebKit/LayoutTests/fast/text/whitespace/vertical-tab-crash.html
copy to third_party/WebKit/LayoutTests/fast/text/vertical-spacing-crash.html
index 6a930ecd8fbda3c632dde8a3c55de7ce5d902d05..f30bc138e654a84f97ac4812b9df1de4cfb32724 100644
--- a/third_party/WebKit/LayoutTests/fast/text/whitespace/vertical-tab-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/text/vertical-spacing-crash.html
@@ -1,15 +1,13 @@
-<!DOCTYPE html>
<style>
-* {
- white-space: pre;
- -webkit-writing-mode: vertical-lr;
- }
+* { writing-mode: vertical-lr; letter-spacing: 1;}
</style>
<body>
- PASS: did not crash
+&#xfcb7;
+PASS: did not crash.
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>
+
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/vertical-spacing-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698