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

Unified Diff: LayoutTests/fast/css/first-letter-wbr-first-character-expected.html

Issue 684213002: Return correct length for firstLetterLength. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « LayoutTests/fast/css/first-letter-wbr-first-character.html ('k') | Source/core/rendering/RenderBlock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/first-letter-wbr-first-character-expected.html
diff --git a/LayoutTests/fast/css/first-letter-wbr-first-character-expected.html b/LayoutTests/fast/css/first-letter-wbr-first-character-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..df1ed2381c7601dbcf97a5df074013ad1fdced19
--- /dev/null
+++ b/LayoutTests/fast/css/first-letter-wbr-first-character-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<style>
+div { color: green; font-size: 40px; }
+</style>
+
+<p>This test is successful if the 'T' below is green.</p>
+<div><wbr>T</div>
« no previous file with comments | « LayoutTests/fast/css/first-letter-wbr-first-character.html ('k') | Source/core/rendering/RenderBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698