Skip to content

Commit

Permalink
Bug 1747491 [wpt PR 32189] - [css-conditional-3] Strengthen test for …
Browse files Browse the repository at this point in the history
…unbalanced parens, a=testonly

Automatic update from web-platform-tests
[css-conditional-3] Strengthen test for unbalanced parens

--

wpt-commits: cb51bc2824893e1dbddbe0fa4a4d02a7a7d49166
wpt-pr: 32189
  • Loading branch information
fantasai authored and moz-wptsync-bot committed Mar 7, 2022
1 parent 39562ee commit acd5bf4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
@supports not ({ something @with (unbalanced parens }) {
html { background-color: red }
}
/* parser still looking for second close parenthesis */
html { background-color: red }
]]></style>
</head>
<body>
Expand Down

0 comments on commit acd5bf4

Please sign in to comment.