mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
style: Fix media query parsing when invalid queries are present.
This commit is contained in:
parent
e600e0495c
commit
f69983930d
3 changed files with 28 additions and 10 deletions
|
@ -11066,6 +11066,12 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/media_bogus_query_sequence.html": [
|
||||
[
|
||||
"/_mozilla/css/media_bogus_query_sequence.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/media_calc_crash.html": [
|
||||
[
|
||||
"/_mozilla/css/media_calc_crash.html",
|
||||
|
@ -22295,6 +22301,10 @@
|
|||
"477c77a8ca848cf57b440ea7d74cc0edc97aa2cb",
|
||||
"support"
|
||||
],
|
||||
"css/media_bogus_query_sequence.html": [
|
||||
"88fb8ef33c4870966a1691f1dd992362ebe5f24e",
|
||||
"testharness"
|
||||
],
|
||||
"css/media_calc_crash.html": [
|
||||
"14034fed9727ceb0c17b17b33fbc1552bc7c949e",
|
||||
"testharness"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue