This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk2
Watch
1
Star
0
Fork
0
You've already forked gtk2
forked from
AuroraMiddleware/gtk
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f5a8b79cfb
gtk2
/
testsuite
/
reftests
/
css-match-descendant-later.css
12 lines
122 B
CSS
Raw
Normal View
History
Unescape
Escape
reftests: Remove event box usage
2017-08-02 09:52:30 +00:00
box
{
reftests: Fix CSS for various tests * :nth-child(first) => :first-child * :nth-child(last) => :last-child * Add semicolons at end of declarations * Remove spaces between color functions (shade, alpha, ...) and args
2019-04-12 03:25:51 +00:00
background-color
:
blue
;
reftests: Add a test for descendant CSS selectors match In widget hierarchy like "Foo Bar Bar Baz", we want the selector "Foo > Bar Baz" to match, because it matches the elements 1, 2 and 4. Previously, the selector only matches the Bar at position 3 and then failed because it wasn't preceded by a Foo.
2011-05-15 11:24:10 +00:00
}
reftests: Remove event box usage
2017-08-02 09:52:30 +00:00
grid
box
{
reftests: Fix CSS for various tests * :nth-child(first) => :first-child * :nth-child(last) => :last-child * Add semicolons at end of declarations * Remove spaces between color functions (shade, alpha, ...) and args
2019-04-12 03:25:51 +00:00
background-color
:
red
;
reftests: Add a test for descendant CSS selectors match In widget hierarchy like "Foo Bar Bar Baz", we want the selector "Foo > Bar Baz" to match, because it matches the elements 1, 2 and 4. Previously, the selector only matches the Bar at position 3 and then failed because it wasn't preceded by a Foo.
2011-05-15 11:24:10 +00:00
}
reftests: Remove event box usage
2017-08-02 09:52:30 +00:00
window
>
grid
box
{
reftests: Fix CSS for various tests * :nth-child(first) => :first-child * :nth-child(last) => :last-child * Add semicolons at end of declarations * Remove spaces between color functions (shade, alpha, ...) and args
2019-04-12 03:25:51 +00:00
background-color
:
blue
;
reftests: Add a test for descendant CSS selectors match In widget hierarchy like "Foo Bar Bar Baz", we want the selector "Foo > Bar Baz" to match, because it matches the elements 1, 2 and 4. Previously, the selector only matches the Bar at position 3 and then failed because it wasn't preceded by a Foo.
2011-05-15 11:24:10 +00:00
}
Reference in New Issue
Copy Permalink