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

Unified Diff: LayoutTests/fast/css/first-letter-float-block.html

Issue 373503002: Add first letter test when first letter is inside a floated block. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use ref test instead. Created 6 years, 5 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/css/first-letter-float-block-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/first-letter-float-block.html
diff --git a/LayoutTests/fast/css/first-letter-float-block.html b/LayoutTests/fast/css/first-letter-float-block.html
new file mode 100644
index 0000000000000000000000000000000000000000..d7bb4680784a964d8ad8e902110a6aa3d3dd20ff
--- /dev/null
+++ b/LayoutTests/fast/css/first-letter-float-block.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<style type="text/css">
+ #inner::first-letter { font-size: 200px }
+</style>
+<p>This test is successful if the word Foo is fully contained inside the
+surrounding border.</p>
+<div style="height: 200px; width: 300px; overflow: scroll;">
+ <div style="float: left; border: 3px solid;">
+ <div id="inner">Foo</div>
+ </div>
+</div>
« no previous file with comments | « no previous file | LayoutTests/fast/css/first-letter-float-block-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698