mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +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
|
@ -21,6 +21,7 @@ mod construct_modern;
|
|||
mod lists;
|
||||
mod positioned;
|
||||
pub mod query;
|
||||
mod quotes;
|
||||
mod replaced;
|
||||
mod sizing;
|
||||
mod style_ext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue