dom/plugins/test/reftest/div-sanity.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/plugins/test/reftest/div-sanity.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!doctype html>
     1.5 +<html><head>
     1.6 +<title>div boxes</title>
     1.7 +<style>
     1.8 +div {
     1.9 +  width: 400px;
    1.10 +  height: 400px;
    1.11 +  display: inline-block;
    1.12 +}
    1.13 +</style>
    1.14 +</head>
    1.15 +<body>
    1.16 +<div style="background-color: #FF0000;"></div> <!-- red   -->
    1.17 +<div style="background-color: #00FF00;"></div> <!-- green -->
    1.18 +<div style="background-color: #0000FF;"></div> <!-- blue  -->
    1.19 +<div style="background-color: #999999;"></div> <!-- gray  -->
    1.20 +</body></html>

mercurial