Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/1153845-1.html

18 lines
251 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>There should be a 200x200 lime square on this page.</title>
<style>
svg {
width: 200px;
height: 200px;
background-color: lime;
filter: brightness(100%);
}
</style>
<svg></svg>