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

Unified Diff: LayoutTests/fast/css/first-letter-ignore-inline-style-expected.html

Issue 1079583002: Skip inlines when looking for first-letter layoutObjects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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
Index: LayoutTests/fast/css/first-letter-ignore-inline-style-expected.html
diff --git a/LayoutTests/fast/css/first-letter-ignore-inline-style-expected.html b/LayoutTests/fast/css/first-letter-ignore-inline-style-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f23a641ffadac4543b31098980859c9da12ca33b
--- /dev/null
+++ b/LayoutTests/fast/css/first-letter-ignore-inline-style-expected.html
@@ -0,0 +1,12 @@
+<!doctype html>
+
+<style>
+div:first-letter {
+ color: green;
+ font-size: 2em;
+}
+</style>
+This test is successful if the first letter is green.
+<div>
+ <span>Green</span>
+</div>
« no previous file with comments | « LayoutTests/fast/css/first-letter-ignore-inline-style.html ('k') | Source/core/dom/FirstLetterPseudoElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698