Index: LayoutTests/fast/css-generated-content/close-quote-negative-depth.html |
=================================================================== |
--- LayoutTests/fast/css-generated-content/close-quote-negative-depth.html (revision 127621) |
+++ LayoutTests/fast/css-generated-content/close-quote-negative-depth.html (working copy) |
@@ -1,11 +1,14 @@ |
<!DOCTYPE html> |
<style type="text/css"> |
+ * { quotes: "A" "B" "C" "D"; } |
q:before { |
- content: close-quote; |
+ content: close-quote open-quote open-quote close-quote no-close-quote open-quote close-quote close-quote open-quote; |
} |
</style> |
-There should be no quotes when the depth of the quote is negative, but this is currently broken. See WKBug 92690. |
+<p>There should be no quotes when the depth of the quote is negative, and the depth |
+should restart from 0 next. Should see the same line printed twice.</p> |
+ACDABAB<br> |
<q></q> |