mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
layout: Implement a non-recursive version of CSS quotes
(#34770)
* Squash and don't explicitly use noto-cjk in tests Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com> * Mark quotes-034.html.ini failure Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com> * Address review comments Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com> --------- Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com>
This commit is contained in:
parent
31de9c1c21
commit
11f54b9f23
25 changed files with 536 additions and 229 deletions
|
@ -10,3 +10,4 @@
|
|||
|
||||
[Property bookmark-level does not inherit]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[quotes-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[quotes-010.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[quotes-021.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[quotes-031.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-content/quotes-slot-scoping.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-content/quotes-slot-scoping.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[quotes-slot-scoping.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue