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

Side by Side Diff: LayoutTests/fast/css-generated-content/quotes-lang-case-insensitive.html

Issue 10919103: Merge 125476 (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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <style> 3 <style>
4 :lang(CusTom) { 4 :lang(CusTom) {
5 quotes: "A" "B" "C" "D"; 5 quotes: "A" "B" "C" "D";
6 } 6 }
7 </style> 7 </style>
8 8
9 <p> 9 <p>
10 You should see the below line printed twice. 10 You should see the below line printed twice.
11 </p> 11 </p>
12 12
13 ACDB<br> 13 ACDB<br>
14 <q lang="CUSTOM"><q></q></q> 14 <q lang="CUSTOM"><q></q></q>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698