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

Unified Diff: LayoutTests/fast/css-generated-content/close-quote-negative-depth.html

Issue 10911108: Merge 125448 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 3 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-generated-content/close-quote-negative-depth-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/css-generated-content/close-quote-negative-depth-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698