Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <style> | 3 <style> |
| 4 q { quotes: "A" "B" "C" "D"; } | 4 q { quotes: "A" "B" "C" "D"; } |
| 5 </style> | 5 </style> |
| 6 | 6 |
| 7 <p> | 7 <p> |
| 8 The last pair should be repeated when nested beyond the number of pairs. | 8 The last pair should be repeated when nested beyond the number of pairs. |
| 9 You should see the below line printed twice. | 9 You should see the below line printed twice. |
| 10 </p> | 10 </p> |
| 11 | 11 |
| 12 ACCCDDDB<br> | 12 ACCCDDDB<br> |
| 13 <q><q><q><q></q></q></q></q> | 13 <q><q><q><q></q></q></q></q> |
| OLD | NEW |