diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-12-09 01:48:05 -0500 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-12-10 10:03:03 -0500 |
commit | 35c74aecc22e60ccb3dbb03000c8546941b8250c (patch) | |
tree | 91cc0748250b0808b56652bd4162414074490410 /tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-basic-ref.htm | |
parent | 9aa1b1e408f3c7cc9c7774da203d261ac0922866 (diff) | |
download | servo-35c74aecc22e60ccb3dbb03000c8546941b8250c.tar.gz servo-35c74aecc22e60ccb3dbb03000c8546941b8250c.zip |
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
Diffstat (limited to 'tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-basic-ref.htm')
-rw-r--r-- | tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-basic-ref.htm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-basic-ref.htm b/tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-basic-ref.htm index 07df704c6dc..5ab881195ab 100644 --- a/tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-basic-ref.htm +++ b/tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-basic-ref.htm @@ -17,7 +17,7 @@ width: 360px; } - .multicol-basic-ref{ + .multicol-basic-ref{ background: yellow; width: 360px; border-spacing: 0; @@ -35,7 +35,7 @@ border-spacing: 0; border-collapse: collapse; display: inline; - border: none; + border: none; } .item-1{ @@ -55,7 +55,7 @@ </style> </head> <body> -<p>Test passes if there are three vertical stripes in the yellow box below: 1st purple, 2nd orange, 3rd blue.</p> +<p>Test passes if there are three vertical stripes in the yellow box below: 1st purple, 2nd orange, 3rd blue.</p> <div class="multicol-wrapper"> <table class="multicol-basic-ref"> <tbody><tr> @@ -66,4 +66,5 @@ </tbody></table> </div> + </body></html>
\ No newline at end of file |