mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 18:25:07 +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"> |