mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 16:41:52 +00:00
CSS properties generated by presentational hints in content attributes should not leak into pseudo elements.
11 lines
No EOL
238 B
HTML
11 lines
No EOL
238 B
HTML
<!DOCTYPE html><html><head><style>
|
|
* {
|
|
border: 1px solid black;
|
|
font: 20px SerenitySans;
|
|
}
|
|
td::before {
|
|
display: block;
|
|
content: "";
|
|
border: 1px solid red;
|
|
}
|
|
</style><head><body><table><tr><td width="100" height="100"> |