Index: LayoutTests/fast/css/first-letter-punctuation.html |
diff --git a/LayoutTests/fast/css/first-letter-punctuation.html b/LayoutTests/fast/css/first-letter-punctuation.html |
index e5e11546fadcd03f074e001902d3e55c3bbb6533..753f5be1a1af1f57aa9b22f4bef9352a09e5a949 100644 |
--- a/LayoutTests/fast/css/first-letter-punctuation.html |
+++ b/LayoutTests/fast/css/first-letter-punctuation.html |
@@ -10,10 +10,25 @@ |
</style> |
</head> |
<body> |
- <p>Test passes if all the T and surrounding punctuation are green.</p> |
+ <p>Test passes if all the T are green, as well as punctuation elements when they are adjacent to a letter (without spaces)</p> |
+ |
+ <div>Test</div> |
+ <div> Test </div> |
+ |
<div>(T)est</div> |
+ <div> (T)est</div> |
<div>“T”est</div> |
- <div>« T »est</div> |
- <div>« T » est</div> |
+ |
+ <div>&Test</div> |
+ <div> &Test</div> |
+ <div>T&S<div> |
+ <div>T & S<div> |
+ <div>T & S<div> |
+ |
+ <div>« S »</div> |
+ <div>« S » </div> |
+ |
+ <div>• </div> |
+ <div> • </div> |
</body> |
</html> |