mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-02 16:19:26 +00:00
10 lines
170 B
HTML
10 lines
170 B
HTML
<!DOCTYPE html>
|
|
<title>Testcase for bug 1245075</title>
|
|
<style>
|
|
#test {
|
|
width: 100px; height: 100px;
|
|
background: rgb(102, 102, 255);
|
|
}
|
|
</style>
|
|
<div id="test"></div>
|