diff options
Diffstat (limited to 'tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference')
151 files changed, 0 insertions, 4666 deletions
diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-basic-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-basic-ref.xht deleted file mode 100644 index 05182986db9..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-basic-ref.xht +++ /dev/null @@ -1,70 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><!-- Submitted from TestTWF Paris --><head> - <title>CSS Test reference</title> - <link href="mailto:info@anselm-hannemann.com" rel="author" title="Anselm Hannemann" /> - <link href="http://fantasai.inkedblade.net/contact" rel="reviewer" title="Elika J Etemad" /> - <meta content="ahem" name="flags" /> - - <style type="text/css"> - .multicol-wrapper>*{ - font-family: Ahem; - } - - div.multicol-wrapper{ - border: thin solid black; - display: inline-block; - margin: 1em auto; - width: 360px; - } - - .multicol-basic-ref{ - background: yellow; - width: 360px; - border-spacing: 0; - border-collapse: collapse; - padding: 0; - } - - .multicol-basic-ref td{ - padding: 0; - } - .multicol-basic-ref-item{ - padding: 0; - width: 120px; - background: #000; - border-spacing: 0; - border-collapse: collapse; - display: inline; - border: none; - } - - .item-1{ - background: purple; - color: purple; - } - - .item-2{ - background: orange; - color: orange; - } - - .item-3{ - background: blue; - color: blue; - } - </style> -</head> -<body> -<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> - <td><div class="multicol-basic-ref-item item-1">XXXX XXXX XXXX XXXX XXXX XXXX XXXX</div></td> - <td><div class="multicol-basic-ref-item item-2">XXXX XXXX XXXX XXXX XXXX XXXX XXXX</div></td> - <td><div class="multicol-basic-ref-item item-3">XXXX XXXX XXXX XXXX XXXX XXXX XXXX</div></td> - </tr> - </tbody></table> -</div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-block-clip-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-block-clip-001-ref.xht deleted file mode 100644 index 50901af5b80..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-block-clip-001-ref.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-07-24 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - table - { - border-spacing: 0px; - border: gray solid 1em; - font: 1.25em/1 serif; - } - - td - { - padding: 0; - width: 3em; - } - - td + td {width: 8em;} - - img, td {vertical-align: top;} - ]]></style> - </head> - <body> - <table> - <tr> - <td><img src="support/swatch-blue.png" width="40" height="80" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="50" height="20" alt="Image download support must be enabled" /></td><td><img src="support/swatch-orange.png" width="40" height="80" alt="Image download support must be enabled" /></td> - </tr></table> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-block-clip-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-block-clip-002-ref.xht deleted file mode 100644 index 3b73919d5e5..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-block-clip-002-ref.xht +++ /dev/null @@ -1,54 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-07-24 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - font: 1.25em/1 serif; - border: 1em solid gray; - width: 11em; - height: 6em; - position: relative; - } - - img {position: absolute;} - - img#black {top: 4em;} - - img#first-orange {top: 5em;} - - img#second-orange {left: 4em;} - - img#first-pink - { - left: 4em; - top: 3em; - } - - img#second-pink {left: 8em;} - - img#yellow - { - left: 8em; - top: 1em; - } - ]]></style> - </head> - <body> - - <div> - <img id="blue" src="support/swatch-blue.png" width="40" height="80" alt="Image download support must be enabled" /> - <img id="black" src="support/black20x20.png" width="70" height="20" alt="Image download support must be enabled" /> - <img id="first-orange" src="support/swatch-orange.png" width="40" height="20" alt="Image download support must be enabled" /> - <img id="second-orange" src="support/swatch-orange.png" width="40" height="60" alt="Image download support must be enabled" /> - <img id="first-pink" src="support/swatch-pink.png" width="40" height="60" alt="Image download support must be enabled" /> - <img id="second-pink" src="support/swatch-pink.png" width="40" height="20" alt="Image download support must be enabled" /> - <img id="yellow" src="support/swatch-yellow.png" width="40" height="80" alt="Image download support must be enabled" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-br-inside-avoidcolumn-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-br-inside-avoidcolumn-ref.xht deleted file mode 100644 index c1ade041ecc..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-br-inside-avoidcolumn-ref.xht +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicol | break-inside: avoid-column</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -html { - width: 800px; - background: white; -} -h1 { - color: white; - margin-top: 0; - padding-top: 0.66em; -} -div { - height: 450px; - background: black; - height: 300px; -} -]]></style> -</head> -<body> -<div> - <h1>You should not see the word FAIL</h1> -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-break-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-break-000-ref.xht deleted file mode 100644 index b99221e87ec..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-break-000-ref.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-25 --> - <meta name="flags" content="ahem image" /> - <style type="text/css"><![CDATA[ - div - { - background-color: yellow; - margin-bottom: 0.5em; - font: 1.25em/1 Ahem; - height: 3em; - width: 10em; - } - - img {vertical-align: top;} - ]]></style> - </head> - <body> - - <p>Test passes if the 2 horizontal bars are <strong>identical</strong>.</p> - - <div><img src="support/black20x20.png" alt="Image download support must be enabled" /> <img src="support/black20x20.png" alt="Image download support must be enabled" /> <img src="support/black20x20.png" alt="Image download support must be enabled" /></div> - - <div><img src="support/black20x20.png" alt="Image download support must be enabled" /> <img src="support/black20x20.png" alt="Image download support must be enabled" /> <img src="support/black20x20.png" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-break-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-break-001-ref.xht deleted file mode 100644 index 05d0f4c47e0..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-break-001-ref.xht +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-09-14 --> - <meta name="flags" content="ahem image" /> - <style type="text/css"><![CDATA[ - div - { - background-color: yellow; - margin-bottom: 0.5em; - font: 1.25em/1 Ahem; - height: 3em; - width: 10em; - } - - img {vertical-align: top;} - ]]></style> - </head> - <body> - - <p>Test passes if the 2 horizontal bars are <strong>identical</strong>.</p> - - <div> <img src="support/black20x20.png" alt="Image download support must be enabled" /> <img src="support/black20x20.png" alt="Image download support must be enabled" /> <img src="support/black20x20.png" alt="Image download support must be enabled" /></div> - - <div> <img src="support/black20x20.png" alt="Image download support must be enabled" /> <img src="support/black20x20.png" alt="Image download support must be enabled" /> <img src="support/black20x20.png" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-clip-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-clip-001-ref.xht deleted file mode 100644 index aa008660e37..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-clip-001-ref.xht +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-07-24 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - border: gray solid 1em; - font: 1.25em/1 serif; - width: 11em; - } - - img - { - position: relative; - vertical-align: top; - } - - img + img {left: 3em;} - - img + img + img {left: 6em;} - ]]></style> - </head> - <body> - <div><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-clip-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-clip-002-ref.xht deleted file mode 100644 index 782e0c738eb..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-clip-002-ref.xht +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-07-25 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - border: gray solid 1em; - font: 1.25em/1 serif; - width: 11em; - } - - img - { - position: relative; - vertical-align: top; - } - - img + img {left: 3em;} - - img + img + img {left: 6em;} - ]]></style> - </head> - <body> - <div><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="20" height="40" alt="Image download support must be enabled" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-collapsing-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-collapsing-001-ref.xht deleted file mode 100644 index 4df54b7b777..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-collapsing-001-ref.xht +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-07-25 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - background-color: black; - border: black solid 1px; - font: 1.25em/1 serif; - padding: 1em; - width: 8em; - } - - img - { - position: relative; - vertical-align: top; - } - - img + img + img {left: 2em;} - ]]></style> - </head> - <body> - <div><img src="support/swatch-yellow.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="60" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="60" alt="Image download support must be enabled" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-columns-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-columns-001-ref.xht deleted file mode 100644 index 39993eda89b..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-columns-001-ref.xht +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-07-25 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - body {width: 600px;} - - div - { - background-color: yellow; - color: black; - font: 1.25em/1 Ahem; - orphans: 1; - widows: 1; - } - ]]></style> - </head> - <body> - <div>d da d da d da d da d da d da dam dam dam dam dam dam dame dame dame dame dame dame damerdamerdamerdamerdamerdamer<br />d da d da d da d da d da dam dam dam dam dam dame dame dame dame dame damerdamerdamerdamerdamer </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-columns-invalid-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-columns-invalid-001-ref.xht deleted file mode 100644 index 1340efb2620..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-columns-invalid-001-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-07-26 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - table - { - background-color: yellow; - border-spacing: 0px; - border: gray solid 1em; - font: 1.25em/1 serif; - } - - td {padding: 0 1em 0 0;} - - img, td {vertical-align: top;} - ]]></style> - </head> - <body> - <table> - <tr> - <td><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /></td> - <td><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /></td> - <td><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /></td> - <td><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /></td> - </tr> - </table> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-containing-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-containing-001-ref.xht deleted file mode 100644 index 7f691977fad..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-containing-001-ref.xht +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-07-27 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - table - { - background-color: yellow; - border-spacing: 0px; - border: gray solid 1em; - font: 1.25em/1 serif; - } - - td {padding: 0 2em 0 0;} - - img, td {vertical-align: top;} - ]]></style> - </head> - <body> - <table> - <tr> - <td><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /></td> - <td><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /></td> - <td><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /></td> - </tr> - </table> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-containing-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-containing-002-ref.xht deleted file mode 100644 index 33f7a5742b7..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-containing-002-ref.xht +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - div#inline-block - { - color: green; - display: inline-block; - font: 1.25em/1 Ahem; - } - ]]></style> - </head> - <body> - - <div id="inline-block"> - - <div>4444 4444 4444 4444</div> - <div>1 1 1 1 1 1 </div> - <div>1 1 1 1 1 1 </div> - <div>4444 4444 4444 4444</div> - <div>1 1 1 1 1</div> - <div>1 1 1 1 1</div> - <div>1 1 1 4444 4444</div> - - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-002-ref.xht deleted file mode 100644 index 86e1315ee63..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-002-ref.xht +++ /dev/null @@ -1,40 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-07-27 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - background-color: yellow; - font: 1.25em/1 Ahem; - width: 21em; - } - - img {vertical-align: top;} - ]]></style> - </head> - <body> - - <div><img src="support/black20x20.png" width="420" height="20" alt="Image download support must be enabled" /> - - <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> - - <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="40" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="40" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="80" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="80" height="20" alt="Image download support must be enabled" /> - - <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="40" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="40" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="80" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="80" height="20" alt="Image download support must be enabled" /> - - <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> - - <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="80" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="40" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="80" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="80" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> - - <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="80" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="40" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="80" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="80" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> - - <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="80" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="40" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="20" height="20" alt="Image download support must be enabled" /> - - <img src="support/black20x20.png" width="420" height="20" alt="Image download support must be enabled" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-computed-003-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-computed-003-ref.xht deleted file mode 100644 index 5f6a239b027..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-computed-003-ref.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-07-29 --> - <meta name="flags" content="image" /> - - <style type="text/css"><![CDATA[ - img {vertical-align: top;} - ]]></style> - </head> - - <body> - - <div><img src="support/swatch-gray.png" width="300" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-pink.png" width="70" height="20" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="15" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="35" height="20" alt="Image download support must be enabled" /><img src="support/swatch-purple.png" width="80" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="60" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-orange.png" width="70" height="20" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="15" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="35" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="80" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="60" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="300" height="20" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-computed-004-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-computed-004-ref.xht deleted file mode 100644 index 5621c6a389d..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-computed-004-ref.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-07-29 --> - <meta name="flags" content="image" /> - - <style type="text/css"><![CDATA[ - img {vertical-align: top;} - ]]></style> - </head> - - <body> - - <div><img src="support/swatch-gray.png" width="280" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-pink.png" width="80" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-orange.png" width="80" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="60" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-purple.png" width="80" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="80" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="60" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="280" height="20" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-computed-2-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-computed-2-ref.xht deleted file mode 100644 index 816333dbe10..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-computed-2-ref.xht +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | column-rule</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -body { - margin: 0; -} -div { - font-family: ahem; - font-size: 1em; - line-height: 1em; - color: black; - background: yellow; - margin: 1em; - border: 1em solid gray; - width: 12em; - height: 2em; - position: relative; - widows: 1; - orphans: 1; -} -#pink {color: pink;} -#orange {color: orange;} -#purple {color: purple;} -#grey {color: grey;} -span { - display: block; - position: absolute; -} -#orange { - left: 5em; - top: 0; -} -#purple { - left: 0; - top: 1em; -} -#grey { - left: 5em; - top: 1em; -} -]]></style> -</head> - -<body> - -<div> - <span id="purple">xxxx</span> - <span id="orange">xxxx</span> - <span id="grey">xxxx</span> - <span id="pink">xxxx</span> -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-computed-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-computed-ref.xht deleted file mode 100644 index c0e9cbe0f96..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-computed-ref.xht +++ /dev/null @@ -1,68 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | column-rule</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -body { - margin: 0; -} -div { - font-family: ahem; - font-size: 1em; - line-height: 1em; - color: black; - background: yellow; - margin: 1em; - border: 1em solid gray; - width: 12em; - height: 2em; - position: relative; - widows: 1; - orphans: 1; - -} -span { - display: block; - position: absolute; -} -#pink { - color: pink; -} -#orange { - color: orange; - left: 0; - top: 1em; -} -#purple { - color: purple; - left: 9em; - top: 0; -} -#grey { - color: grey; - left: 9em; - top: 1em; -} -#blue { - left: 5.25em; - top: 0; - width: 1.5em; - height: 2em; - background: blue; -} -]]></style> -</head> - -<body> - -<div> - <span id="pink">xxxx</span> - <span id="orange">xxxx</span> - <span id="purple">xxxx</span> - <span id="grey">xxxx</span> - <span id="blue"></span> -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-large-2-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-large-2-ref.xht deleted file mode 100644 index 8c0f0dc9e73..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-large-2-ref.xht +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | column-count</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -body>div { - font-family: ahem; - font-size: 1em; - line-height: 1em; - color: black; - background: yellow; - margin: 1em; - border: 1em solid gray; - width: 12em; - height: 1em; - position: relative; - orphans: 1; - widows: 1; -} -span { - color: blue; - background: blue; - width: 2em; - position: absolute; - left: 0; - top: 0; -} -]]></style> -</head> - -<body> - -<div> - <span>x</span> -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-large-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-large-ref.xht deleted file mode 100644 index 17d08db6b38..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-count-large-ref.xht +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | column-count</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -body>div { - font-family: ahem; - font-size: 1em; - line-height: 1em; - color: black; - background: yellow; - margin: 1em; - border: 1em solid gray; - width: 12em; - height: 1em; - orphans: 1; - widows: 1; - -} -]]></style> -</head> - -<body> - -<div>xx</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-000-ref.xht deleted file mode 100644 index 29e7f983bbe..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-000-ref.xht +++ /dev/null @@ -1,52 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-25 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - table - { - background-color: yellow; - border-spacing: 0em; - color: lime; - margin: 1em 0em; - font: 1.25em/1 Ahem; - table-layout: fixed; - width: 18em; - } - - td {padding: 0em;} - ]]></style> - </head> - <body> - - <p>Test passes if the 3 horizontal bars are <strong>identical</strong>.</p> - - <table> - <tr> - <td>G</td> - <td>H</td> - <td>I</td> - </tr> - </table> - - <table> - <tr> - <td>G</td> - <td>H</td> - <td>I</td> - </tr> - </table> - - <table> - <tr> - <td>G</td> - <td>H</td> - <td>I</td> - </tr> - </table> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-001-ref.xht deleted file mode 100644 index c4675cd9bf7..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-001-ref.xht +++ /dev/null @@ -1,47 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-25 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - table - { - background-color: yellow; - border-spacing: 0em; - color: lime; - font: 1.25em/1 Ahem; - height: 5em; - margin: 1em 0em; - table-layout: fixed; - width: 20em; - } - - td - { - padding: 0em; - vertical-align: top; - } - ]]></style> - </head> - <body> - - <p>Test passes if the 2 rectangles are <strong>identical</strong>.</p> - - <table> - <tr> - <td>G<br />H<br />I</td> - <td>J<br />K<br />L</td> - </tr> - </table> - - <table> - <tr> - <td>G<br />H<br />I</td> - <td>J<br />K<br />L</td> - </tr> - </table> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-001-ref.xht deleted file mode 100644 index ebd85e919c6..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-001-ref.xht +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-07-30 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - div - { - color: black; - font: 1.25em/1 Ahem; - float: left; - width: 10em; - margin-right: 1em; - } - ]]></style> - </head> - <body> - - <div>1 22 333 - 4444 55555 - 666666 - 7777777 - 999999999 - 1 22 333 - 4444 55555 - 666666 - 7777777 - 999999999</div> - - <div>1 22 333 - 4444 55555 - 666666 - 7777777 - 999999999</div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-002-ref.xht deleted file mode 100644 index eeb1056dfd3..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-002-ref.xht +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | column-fill-auto</title> -<link rel="author" title="howcome@opera.com" href="http://www.opera.com/" /> -<meta name="flags" content="ahem" /> -<style type="text/css"><![CDATA[ -body>div { - font-family: ahem; - font-size: 1.25em; - line-height: 1em; - color: green; - height: 3em; - width: 2em; - orphans: 1; - widows: 1; - position: relative; - margin: 1em; -} -div.col { - column-count: 2; - column-fill: auto; - column-gap: 0; -} -div.red { - background: red; position: absolute; z-index: -1; -} -]]></style> -</head> - -<body> - -<div class="ref"> -oo<br />t<br />o -</div> - -<div class="ref"> -oo<br />t<br />o -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-003-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-003-ref.xht deleted file mode 100644 index 26fe3c137c8..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-003-ref.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-01 --> - <meta name="flags" content="ahem image" /> - <style type="text/css"><![CDATA[ - div {font: 1.25em/1 Ahem;} - img {vertical-align: top;} - ]]></style> - </head> - <body> - - <p>Test passes if there is <strong>no red</strong>.</p> - - <div><img src="support/swatch-green.png" width="460" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-green.png" width="220" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-green.png" width="60" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="40" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="80" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-green.png" width="60" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="80" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-green.png" width="60" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="40" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-green.png" width="80" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="40" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="60" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-green.png" width="80" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="100" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-yellow.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-green.png" width="40" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="100" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-green.png" width="60" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="80" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-green.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-green.png" width="460" height="20" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-block-children-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-block-children-002-ref.xht deleted file mode 100644 index e9525c3c5dc..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-block-children-002-ref.xht +++ /dev/null @@ -1,79 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-16 --> - <meta name="flags" content="" /> - <style type="text/css"><![CDATA[ - body {margin: 8px;} - - div - { - background-color: blue; - height: 200px; - width: 680px; - } - - h1 - { - color: white; - font-size: 2em; - line-height: 1.25; /* or 1.21875 to achieve a 39px tall line box */ - margin-top: 8px; /* The margin-top of body and h1 will collapse into an 8px gap */ - margin-bottom: 21px; - padding-top: 21px; - } - - span#pass - { - color: blue; - font-size: 1.5em; - font-weight: bolder; - left: 698px; - - /* - - Expected result: - - 8px 688px - v v - ************************************************ - * * - * <h1>Test passes if the word "PASS!" is<br />* 1st line box - * on the right ↘</h1> * 2nd line box - * * - ************************************************ - * * - * <h2>nbsp;<h2> <h2>nbsp;<h2> <h2>nbsp;<h2> * <h2>PASS!</h2> - * * - ************************************************ - ^ ^ - 228px 458px - - */ - - line-height: 1; - position: absolute; - top: 130px; - - /* - 8px : margin-top of body element - 21px : margin-top of h1 element which must not collapse with body's margin-top - 80px : content height: 2 line boxes required to render the "Test passes if ..." sentence - 21px : margin-bottom of h1 element - ==================================== - 130px : top position of span#pass in document box - */ - } - ]]></style> - </head> - <body> - - <div> - <h1>Test passes if "PASS!" is<br />on the right ↘</h1> - <span id="pass">PASS!</span> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-block-children-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-block-children-ref.xht deleted file mode 100644 index 2548b35bc85..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-auto-block-children-ref.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicol | column-span: all | column-fill: auto</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -html { - background: white; -} -body { - background: blue; - width: 1200px; - height: 492px; -} -h1 { - font-size: 2em; - margin: 0; - padding-top: 0.66em; -} -]]></style> -</head> - -<body> -<h1>you should not see the word fail</h1> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-balance-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-balance-001-ref.xht deleted file mode 100644 index 850cca71469..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-balance-001-ref.xht +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | column-fill</title> -<link rel="author" title="howcome@opera.com" href="http://www.opera.com/" /> -<meta name="flags" content="ahem" /> -<style type="text/css"><![CDATA[ -body>div { - font-family: ahem; - font-size: 1.25em; - line-height: 1em; - color: green; - height: 3em; - width: 2em; - orphans: 1; - widows: 1; - position: relative; - margin: 1em; -} -div.col { - column-count: 2; - column-fill: balance; - column-gap: 0; -} -div.red { - background: red; position: absolute; z-index: -1; -} -]]></style> -</head> - -<body> - -<div class="ref"> -oo<br />tt -</div> - -<div class="ref"> -oo<br />tt -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-ref.xht deleted file mode 100644 index edf5544be7f..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-fill-ref.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | column-gap</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -div { - background: yellow; - height: 5em; - width: 30em; -} -]]></style> -</head> - -<body> - -<div></div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-000-ref.xht deleted file mode 100644 index 5fafae375e2..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-000-ref.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-25 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - div - { - font: 1.25em/1 Ahem; - margin: 1em 0; - width: 30em; - } - - span {color: yellow;} - ]]></style> - </head> - <body> - - <p>Test passes if the 2 horizontal bars are <strong>identical</strong>.</p> - - <div>1234567890<span>1234567890</span>1234567890</div> - - <div>1234567890<span>1234567890</span>1234567890</div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-001-ref.xht deleted file mode 100644 index 047a887cf8f..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-001-ref.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-05 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div {margin: 1.25em;} - - img {vertical-align: top;} - ]]></style> - </head> - <body> - <p>Test passes if the 2 stripes are <strong>identical</strong>.</p> - - <div><img src="support/black20x20.png" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/black20x20.png" alt="Image download support must be enabled" /></div> - - <div><img src="support/black20x20.png" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/black20x20.png" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-002-ref.xht deleted file mode 100644 index 07db0438d13..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-002-ref.xht +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-05 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - table - { - background-color: yellow; - border-spacing: 0px; - border: gray solid 1em; - font: 1.25em/1 serif; - } - - td {padding: 0 1em 0 0;} - - img, td {vertical-align: top;} - - td#last-cell {padding-right: 0;} - ]]></style> - </head> - <body> - <table> - <tr> - <td><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /></td><td><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /></td><td><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /></td><td id="last-cell"><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /></td> - </tr> - </table> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-fraction-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-fraction-001-ref.xht deleted file mode 100644 index 520a468d8a2..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-fraction-001-ref.xht +++ /dev/null @@ -1,67 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-05 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - body > div - { - background-color: gray; - font: 1.25em/1 Ahem; - height: 4em; - position: relative; - width: 14.5em; - } - - p, div > div - { - background-color: blue; - height: 1em; - left: 0; - margin: 0; - position: absolute; - top: 0; - width: 4em; - } - - div > div - { - background-color: black; - height: 4em; - } - - p {left: 7.5em;} - - p + p - { - left: 8.5em; - top: 1em; - } - - p + p + p - { - left: 9.5em; - top: 2em; - } - - p + p + p + p - { - left: 10.5em; - top: 3em; - } - ]]></style> - </head> - <body> - - <div> - <div></div> - <p></p> - <p></p> - <p></p> - <p></p> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-large-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-large-001-ref.xht deleted file mode 100644 index 61230f30620..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-large-001-ref.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-06 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - img {vertical-align: top;} - ]]></style> - </head> - <body> - <div><img src="support/swatch-gray.png" width="260" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="20" height="40" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="40" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="40" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="260" height="20" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-large-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-large-002-ref.xht deleted file mode 100644 index 845c10d5c10..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-gap-large-002-ref.xht +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-06 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div {font: 1.25em/1 serif;} - - img {vertical-align: top;} - ]]></style> - </head> - <body> - <div><img src="support/swatch-gray.png" width="260" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="20" height="40" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="110" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="30" height="40" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="40" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="20" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="110" height="40" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="30" height="40" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="40" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="260" height="20" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-height-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-height-001-ref.xht deleted file mode 100644 index 74ed0ecbf5a..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-height-001-ref.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-06 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - img - { - left: 135px; - /* 6em + (2em/2) - (10px/2) == 135px */ - position: relative; - vertical-align: top; - } - - img + img {left: 285px;} - /* 6em + 2em + 6em + (2em/2) - (10px/2) - 10px == 285px */ - ]]></style> - </head> - <body> - - <p>Test passes if there are 2 blue vertical stripes of equal height.</p> - - <div><img src="support/swatch-blue.png" width="10" height="160" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="10" height="160" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-height-002.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-height-002.xht deleted file mode 100644 index 0e59bf38b59..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-height-002.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head class="reftest-print"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" /> - <style type="text/css"><![CDATA[ - html, body { height: 100%; } - * { margin: 0; } - div { - border: double blue 12px; - height: 150%; - padding: 0 12px; - } - div > p { - border-right: solid orange 12px; - border-left: solid orange 12px; - width: 50%; - margin: 0 auto; - height: 100%; - } - blockquote { - border: solid thick yellow; - } ]]></style> - </head> - <body> - <p>Test passes if even when printed:</p> - <ul> - <li>Two vertical orange stripes stretch exactly - from the inner top edge to the inner bottom edge of the blue box below.</li> - <li>There is a yellow stripe immediately below the blue box.</li> - </ul> - <div> - <p></p> - </div> - <blockquote></blockquote> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-height-block-child-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-height-block-child-001-ref.xht deleted file mode 100644 index e10b15ff884..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-height-block-child-001-ref.xht +++ /dev/null @@ -1,55 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-08 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - background-color: blue; - font: 1.25em/1 serif; - } - - div#top - { - height: 5em; - width: 22em; - } - - div#bottom - { - height: 3em; - width: 14em; - } - - img {vertical-align: top;} - ]]></style> - </head> - <body> - <div id="top"><img src="support/black20x20.png" width="60" height="100" alt="Image download support must be enabled" /></div> - - <div id="bottom"><img src="support/swatch-orange.png" width="60" height="60" alt="Image download support must be enabled" /></div> - - <!-- - - Expected results: - - 0em 14em 22em - v v v -0 ********************************************* - * bla | * - * bla | * - * bla | * - * bla | * -5 * bla | * -6 * orn |**************** -7 * orn | -8 * orn | - ***************************** - - --> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-inherit-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-inherit-001-ref.xht deleted file mode 100644 index 9271747b799..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-inherit-001-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-08 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - background-color: yellow; - font: 1.25em/1 serif; - margin: 0em 1em; - padding: 0em 1em 1em; - width: 30em; - } - - img - { - padding-right: 1em; - vertical-align: top; - } - - img.column-gap {margin-right: 2em;} - - img#last {padding-right: 0em;} - ]]></style> - </head> - <body> - - <div><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img class="column-gap" src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img class="column-gap" src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img id="last" src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-inherit-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-inherit-002-ref.xht deleted file mode 100644 index b99c00d0f27..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-inherit-002-ref.xht +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-08 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - background-color: blue; - font: 1.25em/1 serif; - margin: 1em; - padding: 0em 1em 1em; - width: 30em; - } - - img {vertical-align: top;} - - img.column-gap - { - margin-left: -2em; - margin-right: 3em; - vertical-align: bottom; - } - - img#last - { - margin-left: -2em; - vertical-align: bottom; - } - ]]></style> - </head> - <body> - - <div><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img class="column-gap" src="support/swatch-yellow.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img class="column-gap" src="support/swatch-yellow.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img id="last" src="support/swatch-yellow.png" width="40" height="20" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-inherit-3-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-inherit-3-ref.xht deleted file mode 100644 index ccdb003d913..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-inherit-3-ref.xht +++ /dev/null @@ -1,65 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | inheritance</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -body { - width: 75em; -} -body>div { - color: black; - background: yellow; - height: 2em; - position: relative; -} -div div { - position: absolute; - top: 0; - left: 0; -} -#two {left: 19em;} -#three {left: 38em;} -div div div { - font-family: ahem; - font-size: 1em; - line-height: 1em; - width: 2em; - height: 2em; - color: black; - position: absolute; - left: 1em; -} -.a2 {left: 4em;} -.a3 {left: 10.5em;} -.a4 {left: 13.5em;} -#two div {color: blue;} -#three div {color: pink;} -]]></style> -</head> - -<body> - -<div> - <div> - <div>xx xx</div> - <div class="a2">xx xx</div> - <div class="a3">xx xx</div> - <div class="a4">xx xx</div> - </div> - <div id="two"> - <div>xx xx</div> - <div class="a2">xx xx</div> - <div class="a3">xx xx</div> - <div class="a4">xx xx</div> - </div> - <div id="three"> - <div>xx xx</div> - <div class="a2">xx xx</div> - <div class="a3">xx xx</div> - <div class="a4">xx xx</div> - </div> -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-inherit-4-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-inherit-4-ref.xht deleted file mode 100644 index 5d4e9125603..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-inherit-4-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | inheritance</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -body>div { - margin: 1em; - background: white; - width: 74em; - height: 5em; - position: relative; -} -div div { - background: blue; - height: 5em; - width: 1em; - position: absolute; - top: 0; - left: 23em; -} -div>div+div { - left: 50em; -} -]]></style> -</head> - -<body> - -<div> - <div></div> - <div></div> -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-list-item-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-list-item-001-ref.xht deleted file mode 100644 index f3fca11ec87..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-list-item-001-ref.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-10 --> - <meta name="flags" content="" /> - <style type="text/css"><![CDATA[ - div - { - background-color: black; - height: 100px; - width: 200px; - } - ]]></style> - </head> - <body> - - <div></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-margin-child-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-margin-child-001-ref.xht deleted file mode 100644 index 171db9d2cfe..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-margin-child-001-ref.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-10 --> - <meta name="flags" content="" /> - <style type="text/css"><![CDATA[ - body > div - { - background-color: blue; - border: gray solid 1em; - font-size: 1.25em; - height: 8em; - position: relative; - width: 10em; - } - - div > div - { - background-color: yellow; - height: 1em; - left: 0; - position: absolute; - top: 3em; - width: 5em; - } - - #second-stripe {top: 5em;} - - #third-stripe {top: 7em;} - ]]></style> - - </head> - - <body> - - <div> - <div></div> - <div id="second-stripe"></div> - <div id="third-stripe"></div> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-002-ref.xht deleted file mode 100644 index 0eed9f91368..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-002-ref.xht +++ /dev/null @@ -1,106 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-11 --> - <meta name="flags" content="" /> - <style type="text/css"><![CDATA[ - body {margin: 0em;} - - div#rel-pos-wrapper - { - background-color: yellow; - font: 1.25em/1 serif; - height: 4em; - position: relative; - width: 32em; - } - - div > div - { - font-size: 1em; - height: 3em; - position: absolute; - top: 0; - width: 2em; - } - - div#black1 - { - background-color: black; - left: 1em; - } - - div#black2 - { - background-color: black; - left: 4em; - } - - div#black3 - { - background-color: black; - height: 2em; - left: 7em; - } - - div#blue1 - { - background-color: blue; - left: 12em; - } - - div#blue2 - { - background-color: blue; - left: 15em; - } - - div#blue3 - { - background-color: blue; - height: 2em; - left: 18em; - } - - div#pink1 - { - background-color: pink; - left: 23em; - } - - div#pink2 - { - background-color: pink; - left: 26em; - } - - div#pink3 - { - background-color: pink; - height: 2em; - left: 29em; - } - ]]></style> - </head> - <body> - - <div id="rel-pos-wrapper"> - - <div id="black1"></div> - <div id="black2"></div> - <div id="black3"></div> - - <div id="blue1"></div> - <div id="blue2"></div> - <div id="blue3"></div> - - <div id="pink1"></div> - <div id="pink2"></div> - <div id="pink3"></div> - - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-005-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-005-ref.xht deleted file mode 100644 index a39586bdac3..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-005-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-10 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - background-color: yellow; - font: 1.25em/1 serif; - margin: 1em; - padding: 0em 1em 1em; - width: 39em; - } - - img - { - padding-right: 2em; - vertical-align: top; - } - - img.column-gap {margin-right: 2em;} - - img#last {padding-right: 0em;} - ]]></style> - </head> - <body> - - <div><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img class="column-gap" src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img class="column-gap" src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img id="last" src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-column-rule-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-column-rule-001-ref.xht deleted file mode 100644 index 1487e396cae..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-column-rule-001-ref.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-09 --> - <meta name="flags" content="" /> - <style type="text/css"><![CDATA[ - div#rel-pos-wrapper - { - font: 1.25em/1 serif; - position: relative; - } - - div#rel-pos-wrapper > div - { - background-color: blue; - font-size: 1em; - height: 3em; - position: absolute; - width: 1em; - } - - div#first-column-rule - { - left: 14em; - top: auto; - } - - div#second-column-rule - { - left: 29em; - top: auto; - } - ]]></style> - </head> - <body> - - <div id="rel-pos-wrapper"> - <div id="first-column-rule"></div> - <div id="second-column-rule"></div> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-margin-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-margin-001-ref.xht deleted file mode 100644 index bc769be47b8..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-margin-001-ref.xht +++ /dev/null @@ -1,107 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-11 --> - <meta name="flags" content="" /> - <style type="text/css"><![CDATA[ - body {margin: 0em;} - - div#rel-pos-wrapper - { - background-color: yellow; - font: 1.25em/1 serif; - height: 3em; - margin: 1em; - position: relative; - width: 32em; - } - - div > div - { - font-size: 1em; - height: 3em; - position: absolute; - top: 0em; - width: 2em; - } - - div#black1 - { - background-color: black; - left: 1em; - } - - div#black2 - { - background-color: black; - left: 4em; - } - - div#black3 - { - background-color: black; - height: 2em; - left: 7em; - } - - div#pink1 - { - background-color: pink; - left: 12em; - } - - div#pink2 - { - background-color: pink; - left: 15em; - } - - div#pink3 - { - background-color: pink; - height: 2em; - left: 18em; - } - - div#blue1 - { - background-color: blue; - left: 23em; - } - - div#blue2 - { - background-color: blue; - left: 26em; - } - - div#blue3 - { - background-color: blue; - height: 2em; - left: 29em; - } - ]]></style> - </head> - <body> - - <div id="rel-pos-wrapper"> - - <div id="black1"></div> - <div id="black2"></div> - <div id="black3"></div> - - <div id="pink1"></div> - <div id="pink2"></div> - <div id="pink3"></div> - - <div id="blue1"></div> - <div id="blue2"></div> - <div id="blue3"></div> - - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-margin-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-margin-002-ref.xht deleted file mode 100644 index 18d63104450..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-margin-002-ref.xht +++ /dev/null @@ -1,59 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-14 --> - <meta name="flags" content="" /> - <style type="text/css"><![CDATA[ - body {margin: 0em;} - - div - { - background-color: yellow; - font: 1.25em/1 serif; - height: 5em; - position: relative; - width: 41em; - } - - div > div - { - background-color: blue; - font: inherit; - height: 3em; - position: absolute; - top: 0em; - width: 2em - } - - div#first-blue - { - background-color: blue; - left: 29em; - } - - div#second-blue - { - background-color: blue; - left: 33em; - } - - div#third-blue - { - background-color: blue; - height: 2em; - left: 37em; - } - ]]></style> - </head> - <body> - - <div> - <div id="first-blue"></div> - <div id="second-blue"></div> - <div id="third-blue"></div> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-margin-003-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-margin-003-ref.xht deleted file mode 100644 index a50dd6697d3..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-margin-003-ref.xht +++ /dev/null @@ -1,108 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-14 --> - <meta name="flags" content="" /> - <style type="text/css"><![CDATA[ - div#rel-pos-wrapper - { - background-color: yellow; - font: 1.25em/1 serif; - height: 4em; - margin: 1em; - position: relative; - width: 41em; - } - - div > div - { - font-size: 1em; - height: 3em; - position: absolute; - top: 0em; - width: 2em; - } - - div#black1 - { - background-color: black; - left: 1em; - top: 1em; - } - - div#black2 - { - background-color: black; - left: 5em; - top: 1em; - } - - div#black3 - { - background-color: black; - height: 2em; - left: 9em; - top: 1em; - } - - div#pink1 - { - background-color: pink; - left: 15em; - } - - div#pink2 - { - background-color: pink; - left: 19em; - } - - div#pink3 - { - background-color: pink; - height: 2em; - left: 23em; - } - - div#blue1 - { - background-color: blue; - left: 29em; - } - - div#blue2 - { - background-color: blue; - left: 33em; - } - - div#blue3 - { - background-color: blue; - height: 2em; - left: 37em; - } - ]]></style> - </head> - <body> - - <div id="rel-pos-wrapper"> - - <div id="black1"></div> - <div id="black2"></div> - <div id="black3"></div> - - <div id="pink1"></div> - <div id="pink2"></div> - <div id="pink3"></div> - - <div id="blue1"></div> - <div id="blue2"></div> - <div id="blue3"></div> - - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-margin-004-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-margin-004-ref.xht deleted file mode 100644 index e600185ab74..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-margin-004-ref.xht +++ /dev/null @@ -1,137 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-14 --> - <meta name="flags" content="" /> - <style type="text/css"><![CDATA[ - div#rel-pos-wrapper - { - background-color: yellow; - font: 1.25em/1 serif; - height: 4em; - margin: 1em; - position: relative; - width: 41em; - } - - div > div - { - font-size: 1em; - height: 3em; - position: absolute; - top: 0em; - width: 2em; - } - - div#black1 - { - background-color: black; - left: 1em; - top: 1em; - } - - div#black2 - { - background-color: black; - left: 5em; - top: 1em; - } - - div#black3 - { - background-color: black; - height: 2em; - left: 9em; - top: 1em; - } - - div#pink1 - { - background-color: pink; - left: 15em; - } - - div#blue-bottom1 - { - background-color: blue; - height: 1em; - left: 15em; - top: 3em; - } - - div#pink2 - { - background-color: pink; - left: 19em; - } - - div#blue-bottom2 - { - background-color: blue; - height: 1em; - left: 19em; - top: 3em; - } - - div#pink3 - { - background-color: pink; - height: 2em; - left: 23em; - } - - div#blue-bottom3 - { - background-color: blue; - height: 1em; - left: 23em; - top: 3em; - } - - div#blue1 - { - background-color: blue; - height: 2em; - left: 29em; - } - - div#blue2 - { - background-color: blue; - height: 2em; - left: 33em; - } - - div#blue3 - { - background-color: blue; - height: 1em; - left: 37em; - } - ]]></style> - </head> - <body> - - <div id="rel-pos-wrapper"> - - <div id="black1"></div> - <div id="black2"></div> - <div id="black3"></div> - - <div id="pink1"></div> - <div id="blue-bottom1"></div> - <div id="pink2"></div> - <div id="blue-bottom2"></div> - <div id="pink3"></div> - <div id="blue-bottom3"></div> - - <div id="blue1"></div> - <div id="blue2"></div> - <div id="blue3"></div> - - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-overflow-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-overflow-000-ref.xht deleted file mode 100644 index 6d931a17806..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-overflow-000-ref.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-25 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - table - { - background-color: yellow; - border-right: lime solid 1em; - border-spacing: 0px; - color: lime; - font: 1.25em/1 Ahem; - margin: 1em 0; - table-layout: fixed; - width: 21em; - } - - td {padding: 0em;} - ]]></style> - </head> - <body> - - <p>Test passes if the 2 horizontal bars are <strong>identical</strong>.</p> - - <table><tr><td>G<br />H</td><td>I<br />J</td></tr></table> - - <table><tr><td>G<br />H</td><td>I<br />J</td></tr></table> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-overflowing-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-overflowing-001-ref.xht deleted file mode 100644 index 29792f5bb56..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-overflowing-001-ref.xht +++ /dev/null @@ -1,209 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-09 --> - <meta name="flags" content="" /> - <style type="text/css"><![CDATA[ - div#rel-pos-wrapper - { - background-color: yellow; - font: 1.25em/1 serif; - height: 2em; - position: relative; - width: 32em; - } - - div > div - { - font-size: 1em; - height: 2em; - position: absolute; - top: 0; - width: 2em; - } - - div#black1 - { - background-color: black; - left: 1em; - } - - div#black2 - { - background-color: black; - left: 4em; - } - - div#black3 - { - background-color: black; - left: 7em; - } - - div#black4 - { - background-color: black; - height: 1em; - left: 12em; - } - - div#black5 - { - background-color: black; - height: 1em; - left: 15em; - } - - div#blue1 - { - background-color: blue; - left: 23em; - } - - div#blue2 - { - background-color: blue; - left: 26em; - } - - div#blue3 - { - background-color: blue; - left: 29em; - } - - div#blue4 - { - background-color: blue; - height: 1em; - left: 34em; - } - - div#yellow1 - { - background-color: yellow; - height: 1em; - left: 36em; - width: 1em; - } - - div#blue5 - { - background-color: blue; - height: 1em; - left: 37em; - } - - div#yellow2 - { - background-color: yellow; - height: 1em; - left: 39em; - width: 3em; - } - - div#pink1 - { - background-color: pink; - left: 45em; - } - - div#yellow3 - { - background-color: yellow; - left: 47em; - width: 1em; - } - - div#pink2 - { - background-color: pink; - left: 48em; - } - - div#yellow4 - { - background-color: yellow; - left: 50em; - width: 1em; - } - - div#pink3 - { - background-color: pink; - left: 51em; - } - - div#pink4 - { - background-color: pink; - height: 1em; - left: 56em; - } - - div#yellow5 - { - background-color: yellow; - height: 1em; - left: 58em; - width: 1em; - } - - div#pink5 - { - background-color: pink; - height: 1em; - left: 59em; - } - - div#yellow6 - { - background-color: yellow; - height: 1em; - left: 61em; - width: 3em; - } - - div#margin-right - { - background-color: transparent; - height: 1em; - left: 64em; - width: 1em; - } - ]]></style> - </head> - <body> - - <div id="rel-pos-wrapper"> - <div id="black1"></div> - <div id="black2"></div> - <div id="black3"></div> - <div id="black4"></div> - <div id="black5"></div> - - <div id="blue1"></div> - <div id="blue2"></div> - <div id="blue3"></div> - <div id="blue4"></div> - <div id="yellow1"></div> - <div id="blue5"></div> - <div id="yellow2"></div> - - <div id="pink1"></div> - <div id="yellow3"></div> - <div id="pink2"></div> - <div id="yellow4"></div> - <div id="pink3"></div> - <div id="pink4"></div> - <div id="yellow5"></div> - <div id="pink5"></div> - <div id="yellow6"></div> - <div id="margin-right"></div> - - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-reduce-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-reduce-000-ref.xht deleted file mode 100644 index db4de97bd97..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-reduce-000-ref.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-25 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - div - { - background-color: yellow; - border: black solid thin; - color: orange; - font: 1.25em/1 Ahem; - margin-bottom: 0.5em; - width: 30em; - } - - span {color: blue;} - ]]></style> - </head> - <body> - - <p>Test passes if the 2 rectangles with orange and blue vertical stripes are <strong>identical</strong>.</p> - - <div> - 1 2 3 4 5 6 7 8<span>A B C D E F G H </span><br /> - 9 0 1 2 3 4 5 6<span>I J K L M N O P </span> - </div> - - <div> - 1 2 3 4 5 6 7 8<span>A B C D E F G H </span><br /> - 9 0 1 2 3 4 5 6<span>I J K L M N O P </span> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-000-ref.xht deleted file mode 100644 index d25bba4fa9f..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-000-ref.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-27 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - div - { - color: black; - font: 1.25em/1 Ahem; - margin-bottom: 0.5em; - width: 602px; - } - - span - { - border-left: lime solid 1px; - border-right: lime solid 1px; - } - ]]></style> - </head> - <body> - - <p>Test passes if the 2 horizontal bars are <strong>identical</strong>.</p> - - <div> - 1234567890<span>ABCDEFGHIJ</span>1234567890 - </div> - - <div> - 1234567890<span>ABCDEFGHIJ</span>1234567890 - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-001-ref.xht deleted file mode 100644 index 47e3eae52ea..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-001-ref.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-27 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - div - { - color: green; - font: 1.25em/1 Ahem; - margin-bottom: 0.5em; - width: 20em; - } - ]]></style> - </head> - <body> - - <p>Test passes if there are 2 green bars and <strong>no red</strong>.</p> - - <div>12345678901234567890</div> - - <div>12345678901234567890</div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-003-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-003-ref.xht deleted file mode 100644 index 521723575a6..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-003-ref.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-14 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - background-color: black; - border: gray solid 1em; - font: 1.25em/1 serif; - width: 15em; - } - - img {vertical-align: top;} - - img.yellow {padding-left: 2em;} - ]]></style> - </head> - <body> - - <div><img class="yellow" src="support/swatch-yellow.png" width="20" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="20" height="40" alt="Image download support must be enabled" /><img class="yellow" src="support/swatch-yellow.png" width="20" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="20" height="40" alt="Image download support must be enabled" /><img class="yellow" src="support/swatch-yellow.png" width="20" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="20" height="40" alt="Image download support must be enabled" /><img class="yellow" src="support/swatch-yellow.png" width="20" height="40" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-004-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-004-ref.xht deleted file mode 100644 index d8ae30c38de..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-004-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-02 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - body {margin: 8px;} - - p - { - line-height: 1.25em; - margin: 1em 0em; - } - - strong {line-height: 1;} - - div - { - background-color: green; - height: 100px; - left: 8px; - position: absolute; - top: 52px; - width: 100px; - } - ]]></style> - </head> - <body> - - <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> - - <div></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-color-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-color-001-ref.xht deleted file mode 100644 index c5b8978c351..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-color-001-ref.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-14 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - background-color: black; - border: gray solid 1em; - font: 1.25em/1 serif; - width: 14em; - } - - img {vertical-align: top;} - - img.white {padding-left: 2em;} - ]]></style> - </head> - <body> - - <div><img class="white" src="support/swatch-white.png" width="15" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="20" height="40" alt="Image download support must be enabled" /><img class="white" src="support/swatch-white.png" width="15" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="20" height="40" alt="Image download support must be enabled" /><img class="white" src="support/swatch-white.png" width="15" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="20" height="40" alt="Image download support must be enabled" /><img class="white" src="support/swatch-white.png" width="15" height="40" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-color-inherit-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-color-inherit-001-ref.xht deleted file mode 100644 index 3a2cd30b451..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-color-inherit-001-ref.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-09-03 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div {font-size: 1.25em;} - img {padding-left: 1em;} - ]]></style> - </head> - <body> - - <p>Test passes if there are 6 vertical green stripes and <strong>no red</strong>.</p> - - <div> - <img src="support/swatch-green.png" width="20" height="120" alt="Image download support must be enabled" /><img src="support/swatch-green.png" width="20" height="120" alt="Image download support must be enabled" /><img src="support/swatch-white.png" width="20" height="120" alt="Image download support must be enabled" /><img src="support/swatch-green.png" width="20" height="120" alt="Image download support must be enabled" /><img src="support/swatch-green.png" width="20" height="120" alt="Image download support must be enabled" /><img src="support/swatch-white.png" width="20" height="120" alt="Image download support must be enabled" /><img src="support/swatch-green.png" width="20" height="120" alt="Image download support must be enabled" /><img src="support/swatch-green.png" width="20" height="120" alt="Image download support must be enabled" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-dashed-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-dashed-000-ref.xht deleted file mode 100644 index 0c92b37281c..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-dashed-000-ref.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-27 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - div - { - background-color: black; - color: black; - font: 3.125em/1 Ahem; - margin-bottom: 0.2em; - width: 8.2em; - } - - span {border-left: lime dashed 0.2em;} - ]]></style> - </head> - <body> - - <p>Test passes if the 2 black stripes with vertical green bars are <strong>identical</strong>.</p> - - <div>1234<span>5678</span></div> - - <div>1234<span>5678</span></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-dotted-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-dotted-000-ref.xht deleted file mode 100644 index ef765f0e93f..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-dotted-000-ref.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-27 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - div - { - background-color: black; - color: black; - font: 3.125em/1 Ahem; - margin-bottom: 0.2em; - width: 8.2em; - } - - span {border-left: lime dotted 0.2em;} - ]]></style> - </head> - <body> - - <p>Test passes if the 2 black stripes with green dots in their center are <strong>identical</strong>.</p> - - <div>1234<span>5678</span></div> - - <div>1234<span>5678</span></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-double-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-double-000-ref.xht deleted file mode 100644 index f205344d406..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-double-000-ref.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-27 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - div - { - background-color: black; - color: black; - font: 3.125em/1 Ahem; - margin-bottom: 0.2em; - width: 8.2em; - } - - span {border-left: lime double 0.2em;} - ]]></style> - </head> - <body> - - <p>Test passes if the 2 black stripes with vertical green bars are <strong>identical</strong>.</p> - - <div>1234<span>5678</span></div> - - <div>1234<span>5678</span></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-fraction-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-fraction-001-ref.xht deleted file mode 100644 index 7bf1327a0d8..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-fraction-001-ref.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-14 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - background-color: black; - border: gray solid 1em; - font: 1.25em/1 serif; - width: 14em; - } - - img {vertical-align: top;} - - img.yellow {padding-left: 2em;} - ]]></style> - </head> - <body> - - <div><img class="yellow" src="support/swatch-yellow.png" width="16" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="18" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="1" height="40" alt="Image download support must be enabled" /><img class="yellow" src="support/swatch-yellow.png" width="16" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="18" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="1" height="40" alt="Image download support must be enabled" /><img class="yellow" src="support/swatch-yellow.png" width="16" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="18" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="1" height="40" alt="Image download support must be enabled" /><img class="yellow" src="support/swatch-yellow.png" width="15" height="40" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-fraction-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-fraction-002-ref.xht deleted file mode 100644 index 5bf5126e049..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-fraction-002-ref.xht +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-14 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - border: gray solid 1em; - font: 1.25em/1 serif; - width: 14em; - } - - img {vertical-align: top;} - ]]></style> - </head> - <body> - - <div><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="6" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="29" height="40" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="6" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="29" height="40" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="6" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="29" height="40" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="15" height="40" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-fraction-3-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-fraction-3-ref.xht deleted file mode 100644 index f0d059a8eb3..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-fraction-3-ref.xht +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | column-rule</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -body { - margin: 0; -} -body>div { - font-family: ahem; - font-size: 1em; - line-height: 1em; - color: black; - background: yellow; - margin: 1em; - border: 1em solid gray; - width: 14em; - height: 2em; - position: relative; -} -div div { - width: 2em; - height: 2em; - background: black; - position: absolute; - left: 0; - top: 0; -} -.a { - background: blue; - width: 1em; -} -#a1 {left: 2.43em;} -#a2 {left: 3.75em;} -#a3 {left: 6.13em;} -#a4 {left: 7.5em;} -#a5 {left: 9.9em;} -#a6 {left: 11.25em;} -]]></style> -</head> - -<body> - -<div> - <div></div> - <div id="a1" class="a"></div> - <div id="a2"></div> - <div id="a3" class="a"></div> - <div id="a4"></div> - <div id="a5" class="a"></div> - <div id="a6"></div> -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-groove-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-groove-000-ref.xht deleted file mode 100644 index 2caead24a56..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-groove-000-ref.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-27 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - div - { - background-color: black; - color: black; - font: 3.125em/1 Ahem; - margin-bottom: 0.2em; - width: 8.2em; - } - - span {border-left: lime groove 0.2em;} - ]]></style> - </head> - <body> - - <p>Test passes if the 2 black stripes with vertical green bars are <strong>identical</strong>.</p> - - <div>1234<span>5678</span></div> - - <div>1234<span>5678</span></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-hidden-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-hidden-000-ref.xht deleted file mode 100644 index f1f05d3396b..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-hidden-000-ref.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-27 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - div - { - background-color: black; - font: 3.125em/1 serif; - height: 1em; - margin-bottom: 0.2em; - width: 8.2em; - } - ]]></style> - </head> - <body> - - <p>Test passes if the 2 black stripes are <strong>identical</strong>.</p> - - <div></div> - - <div></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-large-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-large-001-ref.xht deleted file mode 100644 index 5b40c8c18ed..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-large-001-ref.xht +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-09-03 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - body - { - font: 1.25em/1 serif; - margin-left: 0em; - } - - div:first-child, div + div + div {margin-left: 1em;} - - img {vertical-align: top;} - ]]></style> - </head> - <body> - - <div><img src="support/swatch-gray.png" width="340" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-lime.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-lime.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-lime.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-lime.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="120" height="40" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="340" height="20" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-ref.xht deleted file mode 100644 index fbebc831301..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-ref.xht +++ /dev/null @@ -1,50 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | column-rule</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -body { - margin: 0; -} -body>div { - font-family: ahem; - font-size: 1em; - line-height: 1em; - color: black; - background: yellow; - margin: 1em; - border: 1em solid gray; - width: 15em; - height: 2em; -} -div div { - width: 2em; - height: 2em; - float: left; -} -.a { - color: blue; - width: 1em; - margin-left: 1em; -} -div+div+div { - left: 11em; -} -]]></style> -</head> - -<body> - -<div> - <div>xx xx</div> - <div class="a">x x</div> - <div>xx xx</div> - <div class="a">x x</div> - <div>xx xx</div> - <div class="a">x x</div> - <div>xx xx</div> -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-ridge-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-ridge-000-ref.xht deleted file mode 100644 index a24ceeed078..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-ridge-000-ref.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-27 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - div - { - background-color: black; - color: black; - font: 3.125em/1 Ahem; - margin-bottom: 0.2em; - width: 8.2em; - } - - span {border-left: lime ridge 0.2em;} - ]]></style> - </head> - <body> - - <p>Test passes if the 2 black stripes with vertical green bars are <strong>identical</strong>.</p> - - <div>1234<span>5678</span></div> - - <div>1234<span>5678</span></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-samelength-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-samelength-001-ref.xht deleted file mode 100644 index 8c6cf7212ba..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-samelength-001-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-15 --> - <meta name="flags" content="" /> - <style type="text/css"><![CDATA[ - body {margin: 8px;} - - p - { - line-height: 1.25em; - margin: 1em 0em; - } - - strong {line-height: 1;} - - div - { - background-color: green; - height: 100px; - width: 100px; - } - ]]></style> - </head> - <body> - - <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> - - <div></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-solid-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-solid-000-ref.xht deleted file mode 100644 index c1f7638a7cf..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-solid-000-ref.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-27 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - div - { - background-color: black; - color: black; - font: 3.125em/1 Ahem; - margin-bottom: 0.2em; - width: 8.2em; - } - - span {border-left: lime solid 0.2em;} - ]]></style> - </head> - <body> - - <p>Test passes if the 2 black stripes with vertical green bars are <strong>identical</strong>.</p> - - <div>1234<span>5678</span></div> - - <div>1234<span>5678</span></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-stacking-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-stacking-ref.xht deleted file mode 100644 index 12b2e41d219..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-stacking-ref.xht +++ /dev/null @@ -1,52 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | column-rule</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -body { - margin: 0; -} -body>div { - font-family: ahem; - font-size: 1em; - line-height: 1em; - color: black; - background: blue; - margin: 1em; - border: 1em solid gray; - width: 14em; - height: 2em; - position: relative; -} -span { - margin-left: 7.5em; - width: 2em; - height: 2em; - display: inline-block; -} -div div { - background: blue; - position: absolute; - height: 2em; - width: 2em; - top: 0; - left: -2em; -} -div div+div { - left: 13em; - width: 11.75em; -} -]]></style> -</head> - -<body> - -<div> - <span>xx xx</span> - <div></div> - <div></div> -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-style-groove-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-style-groove-001-ref.xht deleted file mode 100644 index 48ee11fe690..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-style-groove-001-ref.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-15 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - body {margin: 8px;} - - p - { - line-height: 1.25em; - margin: 1em 0em; - } - - strong {line-height: 1;} - - div - { - border-collapse: collapse; - border-left: orange groove 100px; - color: transparent; - display: table; - font: 6.25em/1 Ahem; - } - - div + div - { - position: relative; - top: 10px; - } - ]]></style> - </head> - <body> - - <p>Test passes if the 2 orange squares are <strong>identical</strong>.</p> - - <div>T</div> - - <div>T</div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-style-ridge-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-style-ridge-001-ref.xht deleted file mode 100644 index 464dc504447..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-rule-style-ridge-001-ref.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-15 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - body {margin: 8px;} - - p - { - line-height: 1.25em; - margin: 1em 0em; - } - - strong {line-height: 1;} - - div - { - border-collapse: collapse; - border-left: orange ridge 100px; - color: transparent; - display: table; - font: 6.25em/1 Ahem; - } - - div + div - { - position: relative; - top: 10px; - } - ]]></style> - </head> - <body> - - <p>Test passes if the 2 orange squares are <strong>identical</strong>.</p> - - <div>T</div> - - <div>T</div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-000-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-000-ref.xht deleted file mode 100644 index 7cb1b9f30eb..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-000-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-27 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - background-color: yellow; - font-size: 1.25em; - line-height: 1; - margin-bottom: 0.5em; - width: 10em; - } - - img - { - padding-right: 4em; - vertical-align: top; - } - ]]></style> - </head> - <body> - - <p>Test passes if the 3 rectangles are <strong>identical</strong>.</p> - - <div><img src="support/swatch-lime.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-lime.png" width="20" height="20" alt="Image download support must be enabled" /><br /><img src="support/swatch-lime.png" width="120" height="20" alt="Image download support must be enabled" /><br /><img src="support/swatch-lime.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-lime.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-lime.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-lime.png" width="20" height="20" alt="Image download support must be enabled" /><br /><img src="support/swatch-lime.png" width="120" height="20" alt="Image download support must be enabled" /><br /><img src="support/swatch-lime.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-lime.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-lime.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-lime.png" width="20" height="20" alt="Image download support must be enabled" /><br /><img src="support/swatch-lime.png" width="120" height="20" alt="Image download support must be enabled" /><br /><img src="support/swatch-lime.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-lime.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-001-ref.xht deleted file mode 100644 index 8fcfce22115..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-001-ref.xht +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-16 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div#inline-block - { - background-color: yellow; - border: gray solid 1em; - display: inline-block; - font-size: 1.25em; - } - - div + div {line-height: 1;} - - img {vertical-align: top;} - - img.padding-left {padding-left: 1em;} - - img.padding-left-right {padding: 0em 1em;} - ]]></style> - </head> - <body> - - <div id="inline-block"> - - <div><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /><img class="padding-left" src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /><img class="padding-left-right" src="support/swatch-pink.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-pink.png" width="40" height="40" alt="Image download support must be enabled" /></div> - - <div><img src="support/black20x20.png" width="220" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-navy.png" width="40" height="40" alt="Image download support must be enabled" /><img class="padding-left" src="support/swatch-navy.png" width="40" height="40" alt="Image download support must be enabled" /><img class="padding-left-right" src="support/swatch-navy.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-navy.png" width="40" height="40" alt="Image download support must be enabled" /></div> - - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-002-ref.xht deleted file mode 100644 index 10903886108..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-002-ref.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-16 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div#inline-block - { - background-color: yellow; - border: gray solid 1em; - display: inline-block; - font-size: 1.25em; - } - - div + div {line-height: 1;} - - img {vertical-align: top;} - ]]></style> - </head> - <body> - - <div id="inline-block"> - - <div><img src="support/swatch-blue.png" width="80" height="40" alt="Image download support must be enabled" /><img src="support/swatch-pink.png" width="80" height="40" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-yellow.png" width="160" height="60" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-navy.png" width="160" height="40" alt="Image download support must be enabled" /></div> - - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-block-sibling-3-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-block-sibling-3-ref.xht deleted file mode 100644 index bbd4a2c7f3c..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-block-sibling-3-ref.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicol | column-span: all | block-level child</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -body>div { - font-family: ahem; - font-size: 1em; - line-height: 1; - color: black; - background: black; -} -h1 { - margin-top: 0; - padding-top: 0.66em; -} -]]></style> -</head> - -<body> - -<div> - <div> - <h1>FAIL</h1> - FAIL<br /> - FAIL<br /> - FAIL<br /> - FAIL<br /> - </div> -</div> -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-child-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-child-001-ref.xht deleted file mode 100644 index 7cab01f30f0..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-child-001-ref.xht +++ /dev/null @@ -1,109 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-19 --> - <meta name="flags" content="" /> - <style type="text/css"><![CDATA[ - div#rel-pos-wrapper - { - background-color: blue; - font-size: 1.25em; - height: 10em; - position: relative; - width: 12em; - } - - div > div {position: absolute;} - - div#first-black - { - background-color: black; - left: 7em; - height: 1em; - top: 0em; - width: 5em; - } - - div#first-yellow - { - background-color: yellow; - left: 7em; - height: 3em; - top: 1em; - width: 1em; - } - - div#first-white - { - background-color: white; - left: 10em; - height: 9em; - top: 1em; - width: 2em; - } - - div#second-black - { - background-color: black; - left: 2em; - height: 1em; - top: 2em; - width: 3em; - } - - div#second-yellow - { - background-color: yellow; - left: 2em; - height: 3em; - top: 3em; - width: 1em; - } - - div#third-black - { - background-color: black; - left: 2em; - height: 1em; - top: 6em; - width: 3em; - } - - div#third-yellow - { - background-color: yellow; - left: 2em; - height: 3em; - top: 7em; - width: 1em; - } - - div#second-white - { - background-color: white; - left: 5em; - height: 4em; - top: 6em; - width: 7em; - } - ]]></style> - </head> - <body> - - <div id="rel-pos-wrapper"> - - <div id="first-black"></div> - <div id="first-yellow"></div> - <div id="first-white"></div> - <div id="second-black"></div> - <div id="second-yellow"></div> - <div id="third-black"></div> - <div id="third-yellow"></div> - <div id="second-white"></div> - - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-child-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-child-002-ref.xht deleted file mode 100644 index a5d96a40fb1..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-child-002-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-19 --> - <meta name="flags" content="" /> - <style type="text/css"><![CDATA[ - div#multi-column - { - background-color: black; - height: 8em; - width: 10em; - } - - div#overflow - { - bottom: 8em; - font: 1em/1 serif; - margin-left: 10em; - position: relative; - } - ]]></style> - </head> - <body> - - <div id="multi-column"></div> - - <div id="overflow">abc deg<br />ghk mno</div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-001-ref.xht deleted file mode 100644 index 20ada524313..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-001-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-18 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - border: gray solid 1.25em; - width: 160px; - } - - img {vertical-align: top;} - ]]></style> - </head> - <body> - - <div><img src="support/swatch-blue.png" width="80" height="40" alt="Image download support must be enabled" /><img src="support/swatch-pink.png" width="80" height="40" alt="Image download support must be enabled" /> <img src="support/swatch-yellow.png" width="160" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="160" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-yellow.png" width="160" height="20" alt="Image download support must be enabled" /> <img src="support/black20x20.png" width="160" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-yellow.png" width="160" height="20" alt="Image download support must be enabled" /> <img src="support/swatch-navy.png" width="160" height="40" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-002-ref.xht deleted file mode 100644 index b9ddc3ab3d0..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-002-ref.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-19 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div {width: 240px;} - - img {vertical-align: top;} - ]]></style> - </head> - <body> - - <div> - <img src="support/swatch-gray.png" width="200" height="20" alt="Image download support must be enabled" /><br /> - - <img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="80" height="20" alt="Image download support must be enabled" /><img src="support/swatch-pink.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-orange.png" width="100" height="20" alt="Image download support must be enabled" /> - - <img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-pink.png" width="80" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><br /> - - <img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-pink.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="80" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><br /> - - <img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="160" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><br /> - - <img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="160" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><br /> - - <img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="160" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><br /> - - <img src="support/swatch-gray.png" width="20" height="40" alt="Image download support must be enabled" /><img src="support/swatch-navy.png" width="160" height="40" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="40" alt="Image download support must be enabled" /><br /> - - <img src="support/swatch-gray.png" width="200" height="20" alt="Image download support must be enabled" /> - -</div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-bottom-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-bottom-001-ref.xht deleted file mode 100644 index de915960f24..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-bottom-001-ref.xht +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-19 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - border: gray solid 1.25em; - width: 160px; - } - - img {vertical-align: top;} - ]]></style> - </head> - <body> - - <div> - <img src="support/swatch-navy.png" width="160" height="40" alt="Image download support must be enabled" /> - <img src="support/swatch-yellow.png" width="160" height="20" alt="Image download support must be enabled" /> - <img src="support/black20x20.png" width="160" height="20" alt="Image download support must be enabled" /> - <img src="support/swatch-yellow.png" width="160" height="20" alt="Image download support must be enabled" /> - <img src="support/swatch-orange.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-pink.png" width="80" height="20" alt="Image download support must be enabled" /> - <img src="support/swatch-yellow.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-pink.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="40" height="20" alt="Image download support must be enabled" /> - <img src="support/swatch-blue.png" width="80" height="20" alt="Image download support must be enabled" /><img src="support/swatch-pink.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="40" height="20" alt="Image download support must be enabled" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-nested-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-nested-001-ref.xht deleted file mode 100644 index 91371bbcbd9..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-nested-001-ref.xht +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-19 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - border: gray solid 1.25em; - width: 160px; - } - - img {vertical-align: top;} - ]]></style> - </head> - <body> - - <div> - <img src="support/swatch-navy.png" width="160" height="40" alt="Image download support must be enabled" /> - <img src="support/swatch-yellow.png" width="160" height="20" alt="Image download support must be enabled" /> - <img src="support/black20x20.png" width="160" height="20" alt="Image download support must be enabled" /> - <img src="support/swatch-yellow.png" width="160" height="40" alt="Image download support must be enabled" /> - <img src="support/black20x20.png" width="160" height="20" alt="Image download support must be enabled" /> - <img src="support/swatch-yellow.png" width="160" height="20" alt="Image download support must be enabled" /> - <img src="support/swatch-navy.png" width="160" height="40" alt="Image download support must be enabled" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-nested-3-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-nested-3-ref.xht deleted file mode 100644 index af25762d61b..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-nested-3-ref.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolomn | column-span inside block</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -body>div { - background: black; - width: 22em; - height: 2em; - position: absolute; -} -]]></style> -</head> - -<body> - -<div> -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-nested-firstchild-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-nested-firstchild-ref.xht deleted file mode 100644 index f595eaa696e..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-all-margin-nested-firstchild-ref.xht +++ /dev/null @@ -1,75 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | column-span</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -body { - margin: 0; -} -body>div { - font-family: ahem; - font-size: 1em; - line-height: 1em; - color: navy; - background: yellow; - margin: 1em; - border: 1em solid gray; - width: 8em; - height: 13em; - position: relative; - float: left; - overflow: hidden; -} -div div { - position: absolute; - top: 0; - left: 0; - width: 8em; - height: 2em; - background: navy; -} -#s2 { - top: 11em; -} -#s3 { - background: black; - top: 3em; -} -#s4 { - background: pink; - top: 5em; - height: 1em; -} -#s5 { - background: black; - top: 6em; - height: 1em; -} -#s6 { - background: pink; - top: 7em; - height: 1em; -} -#s7 { - background: black; - top: 9em; - height: 1em; -} -]]></style> -</head> - -<body> - -<div> - <div></div> - <div id="s2"></div> - <div id="s3"></div> - <div id="s4"></div> - <div id="s5"></div> - <div id="s6"></div> - <div id="s7"></div> -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-float-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-float-001-ref.xht deleted file mode 100644 index c61582661c9..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-float-001-ref.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-22 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - font-size: 1.25em; - line-height: 1; - } - - img {vertical-align: top;} - - img:first-child {padding-left: 5em;} - - img#no-padding {padding-left: 0em;} - ]]></style> - </head> - <body> - - <div><img src="support/swatch-gray.png" width="260" height="20" alt="Image download support must be enabled" /></div> - - <div><img id="no-padding" src="support/swatch-pink.png" width="220" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="120" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="100" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="120" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-navy.png" width="100" height="20" alt="Image download support must be enabled" /><img src="support/swatch-yellow.png" width="20" height="20" alt="Image download support must be enabled" /><img src="support/swatch-navy.png" width="100" height="20" alt="Image download support must be enabled" /><img src="support/swatch-gray.png" width="20" height="20" alt="Image download support must be enabled" /></div> - - <div><img src="support/swatch-gray.png" width="260" height="20" alt="Image download support must be enabled" /></div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-none-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-none-001-ref.xht deleted file mode 100644 index 20178c32967..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-span-none-001-ref.xht +++ /dev/null @@ -1,54 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-22 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - font: 1.25em/1 serif; - border: 1em solid gray; - width: 11em; - height: 5em; - position: relative; - } - - img {position: absolute;} - - img#first-blue {left: 0em; top: 0em;} - - img#second-blue {left: 3em; top: 0em;} - - img#first-pink {left: 6em; top: 0em;} - - img#second-pink {left: 9em; top: 0em;} - - img#black {left: 0em; top: 2em;} - - img#first-yellow {left: 6em; top: 2em;} - - img#second-yellow {left: 9em; top: 2em;} - - img#first-orange {left: 0em; top: 3em;} - - img#second-orange {left: 3em; top: 3em;} - ]]></style> - </head> - <body> - - <div> - <img id="first-blue" src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /> <img id="second-blue" src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /> <img id="first-pink" src="support/swatch-pink.png" width="40" height="40" alt="Image download support must be enabled" /> <img id="second-pink" src="support/swatch-pink.png" width="40" height="40" alt="Image download support must be enabled" /> - - <img id="black" src="support/black20x20.png" width="110" height="20" alt="Image download support must be enabled" /> - - <img id="first-yellow" src="support/swatch-yellow.png" width="40" height="40" alt="Image download support must be enabled" /> - <img id="second-yellow" src="support/swatch-yellow.png" width="40" height="40" alt="Image download support must be enabled" /> - - <img id="first-orange" src="support/swatch-orange.png" width="40" height="40" alt="Image download support must be enabled" /> - <img id="second-orange" src="support/swatch-orange.png" width="40" height="40" alt="Image download support must be enabled" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-table-cell-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-table-cell-001-ref.xht deleted file mode 100644 index 33fb55e170c..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-table-cell-001-ref.xht +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-23 --> - <meta name="flags" content="image" /> - </head> - <body> - <div><img src="support/black20x20.png" width="120" height="20" alt="Image download support must be enabled" /></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-table-cell-height-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-table-cell-height-001-ref.xht deleted file mode 100644 index 1e75bb53bf8..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-table-cell-height-001-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-23 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - div - { - background-color: yellow; - height: 360px; - width: 300px; - } - - img + img {padding-left: 110px;} - ]]></style> - - </head> - <body> - <div><img src="support/black20x20.png" width="60" height="360" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="60" height="360" alt="Image download support must be enabled" /></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-table-cell-vertical-align-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-table-cell-vertical-align-ref.xht deleted file mode 100644 index c77ef6b3aee..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-table-cell-vertical-align-ref.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | table-cell, vertical-align</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -div { - font-family: ahem; - font-size: 1em; - line-height: 1em; - vertical-align: middle; - color: white; - background: #3366CC; - width: 6em; - height: 8em; -} -div+div { - margin-top: 10em; -} -]]></style> -</head> - -<body> -<div></div> -<div></div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-001-ref.xht deleted file mode 100644 index 930b90236b6..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-001-ref.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-23 --> - <meta name="flags" content="ahem" /> - <style type="text/css"><![CDATA[ - body - { - font: 1.25em/1 Ahem; - width: 30em; - } - - div - { - background-color: yellow; - color: black; - orphans: 1; - widows: 1; - } - ]]></style> - </head> - <body> - - <div>d da d da d da d da d da <br /> - - dam dam dam dam dam <br /> - - dame dame dame dame dame <br /> - - damer damer damer damer damer <br /> - - d da d da d da d da <br /> - - dam dam dam dam <br /> - - dame dame dame dame <br /> - - damer damer damer damer - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-002-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-002-ref.xht deleted file mode 100644 index b34ab99aafc..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-002-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-23 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - table - { - background-color: yellow; - border-spacing: 0px; - border: gray solid 1em; - font: 1.25em/1 serif; - } - - td {padding: 0 1em 0 0;} - - img, td {vertical-align: top;} - ]]></style> - </head> - <body> - <table> - <tr> - <td><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /></td> - <td><img src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /></td> - <td><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /></td> - <td><img src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /></td> - </tr> - </table> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-ems-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-ems-ref.xht deleted file mode 100644 index 9c10f880608..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-ems-ref.xht +++ /dev/null @@ -1,58 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>multicolumn | column-width</title> -<link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> -<style type="text/css"><![CDATA[ -body { - margin: 0; - width: 40em; -} -div { - font-family: monospace; - font-size: 1em; - line-height: 1em; - color: black; - background: yellow; - orphans: 1; - widows: 1; -} -span { - float: left; - width: 8em; -} -div::after { - content: ""; - clear: both; - display: block; -} -]]></style> -</head> - -<body> - -<div> -<span> - one two three four - five six seven eight -</span> -<span> - nineten eleven twelve - thirtn -</span> -<span> - fourtnfiftn sixtn - seventn eightn -</span> -<span> - ninetn twenty - hundred thousand -</span> -<span> - million billion - trillion -</span> -</div> - -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-invalid-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-invalid-001-ref.xht deleted file mode 100644 index d4a73627997..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-invalid-001-ref.xht +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-23 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - table - { - background-color: yellow; - border-spacing: 0px; - border: gray solid 1em; - font: 1.25em/1 serif; - } - - td {padding: 0 1em 0 0;} - - img, td {vertical-align: top;} - ]]></style> - </head> - <body> - <table> - <tr> - <td><img src="support/black20x20.png" width="40" height="20" alt="Image download support must be enabled" /></td> - <td><img src="support/black20x20.png" width="40" height="20" alt="Image download support must be enabled" /></td> - <td><img src="support/swatch-blue.png" width="40" height="20" alt="Image download support must be enabled" /></td> - <td><img src="support/swatch-blue.png" width="40" height="20" alt="Image download support must be enabled" /></td> - </tr> - - <tr> - <td><img src="support/swatch-blue.png" width="40" height="20" alt="Image download support must be enabled" /></td> - <td><img src="support/swatch-blue.png" width="40" height="20" alt="Image download support must be enabled" /></td> - <td><img src="support/black20x20.png" width="40" height="20" alt="Image download support must be enabled" /></td> - <td><img src="support/black20x20.png" width="40" height="20" alt="Image download support must be enabled" /></td> - </tr> - </table> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-small-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-small-001-ref.xht deleted file mode 100644 index 7dccf18b08a..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-width-small-001-ref.xht +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-24 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - table - { - background-color: yellow; - border-spacing: 0px; - border: gray solid 1em; - font: 1.25em/1 serif; - } - - td {padding: 0 4em 0 0;} - - img, td {vertical-align: top;} - ]]></style> - </head> - <body> - <table> - <tr> - <td><img src="support/black20x20.png" width="40" height="20" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="80" height="20" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="20" alt="Image download support must be enabled" /></td> - </tr> - </table> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-zero-height-001-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-zero-height-001-ref.xht deleted file mode 100644 index dc2c0f50683..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-zero-height-001-ref.xht +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-24 --> - <meta name="flags" content="image" /> - <style type="text/css"><![CDATA[ - img {vertical-align: top;} - ]]></style> - </head> - <body> - <div><img src="support/swatch-lime.png" width="100" height="300" alt="Image download support must be enabled" /></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/ref-filled-green-100px-square.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/ref-filled-green-100px-square.xht deleted file mode 100644 index ee772e2d7d3..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/ref-filled-green-100px-square.xht +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>CSS Reftest Reference</title> - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - <style type="text/css"><![CDATA[ - div - { - background-color: green; - height: 100px; - width: 100px; - } - ]]></style> - </head> - <body> - <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-003-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-003-ref.xht deleted file mode 100644 index c811f0e09e5..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-003-ref.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test reference</title> - <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> - <!-- Reviewed on Github on 09-26-2013: https://github.com/w3c/csswg-test/pull/89 --> - <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> - <style type="text/css"> - .green { - position: absolute; - top: 70px; - background-color: green; - width: 100px; - height: 200px; - } - #rect-1 { - left: 20px; - } - #rect-2 { - left: 150px; - } - #rect-3 { - left: 280px; - } - </style> -</head> -<body> - <p>The test passes if there are three vertical green rectangles and no red.</p> - <div id="rect-1" class="green"></div> - <div id="rect-2" class="green"></div> - <div id="rect-3" class="green"></div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-006-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-006-ref.xht deleted file mode 100644 index 21fadb496d4..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-006-ref.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test reference</title> - <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> - <!-- Reviewed on Github on 09-26-2013: https://github.com/w3c/csswg-test/pull/89 --> - <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> - <style type="text/css"> - .green { - position: absolute; - background-color: green; - width: 100px; - } - #rect-1, #rect-2 { - top: 70px; - height: 200px; - } - #rect-1 { - left: 20px; - } - #rect-2 { - left: 150px; - } - #square { - top: 170px; - left: 280px; - height: 100px; - } - </style> -</head> -<body> - <p>The test passes if there are two vertical green rectangles with one green - square to the right of them and no red.</p> - <div id="rect-1" class="green"></div> - <div id="rect-2" class="green"></div> - <div id="square" class="green"></div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-008-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-008-ref.xht deleted file mode 100644 index 428089ce306..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-008-ref.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test reference</title> - <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> - <!-- Reviewed on Github on 09-26-2013: https://github.com/w3c/csswg-test/pull/89 --> - <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> - <style type="text/css"> - .green { - position: absolute; - background-color: green; - width: 100px; - } - #rect-1, #rect-2 { - top: 70px; - height: 200px; - } - #rect-1 { - left: 20px; - } - #rect-2 { - left: 150px; - } - #lightgreen-square { - position: absolute; - background-color: lightgreen; - top: 170px; - left: 280px; - width: 100px; - height: 100px; - } - </style> -</head> -<body> - <p>The test passes if there are two vertical green rectangles with one light - green square to the bottom right of them and no red.</p> - <div id="rect-1" class="green"></div> - <div id="rect-2" class="green"></div> - <div id="lightgreen-square"></div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-009-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-009-ref.xht deleted file mode 100644 index ba9992b35b7..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-009-ref.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test reference</title> - <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> - <!-- Reviewed on Github on 09-26-2013: https://github.com/w3c/csswg-test/pull/89 --> - <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> - <style type="text/css"> - .green { - position: absolute; - background-color: green; - width: 100px; - } - #square { - top: 170px; - left: 20px; - height: 100px; - } - #rect-1, #rect-2 { - top: 70px; - height: 200px; - } - #rect-1 { - left: 150px; - } - #rect-2 { - left: 280px; - } - </style> -</head> -<body> - <p>The test passes if there is one green square and two vertical - green rectangles to the right of it and no red.</p> - <div id="square" class="green"></div> - <div id="rect-1" class="green"></div> - <div id="rect-2" class="green"></div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-012-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-012-ref.xht deleted file mode 100644 index 9af4c529f0e..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-012-ref.xht +++ /dev/null @@ -1,58 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test reference</title> - <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> - <!-- Reviewed on Github on 09-26-2013: https://github.com/w3c/csswg-test/pull/89 --> - <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> - <style type="text/css"> - - .bar { - position: absolute; - width: 100px; - } - .full { - height: 200px; - } - .half { - height: 100px; - } - .green { - background-color: green; - top: 150px; - } - .lightgreen { - background-color: lightgreen; - } - #rect-1 { - left: 20px; - } - #rect-2 { - left: 150px; - } - #rect-3 { - top: 250px; - left: 150px; - } - #rect-4 { - top: 150px; - left: 280px; - } - </style> -</head> -<body> - <p>The test passes if: - </p><ul> - <li>There is a dark green vertical rectangle on the left</li> - <li>There is a dark green square in the middle with a light green - square below it</li> - <li>There is a light green vertical rectangle on the right</li> - <li>There is no red - </li></ul> - <p></p> - <div id="rect-1" class="green bar full"></div> - <div id="rect-2" class="green bar half"></div> - <div id="rect-3" class="lightgreen bar half"></div> - <div id="rect-4" class="lightgreen bar full"></div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-013-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-013-ref.xht deleted file mode 100644 index a5e6bdec87f..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-013-ref.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test reference</title> - <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> - <!-- Reviewed on Github on 09-26-2013: https://github.com/w3c/csswg-test/pull/89 --> - <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> - <style type="text/css"> - - .green { - position: absolute; - top: 50px; - width: 50px; - height: 200px; - background-color: green; - } - #bar-1 { - left: 20px; - } - #bar-2 { - left: 80px; - } - #bar-3 { - left: 140px; - } - #bar-4 { - left: 200px; - } - </style> -</head> -<body> - <p>The test passes if there are four green vertical bars and no red.</p> - <div id="bar-1" class="green"></div> - <div id="bar-2" class="green"></div> - <div id="bar-3" class="green"></div> - <div id="bar-4" class="green"></div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-016-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-016-ref.xht deleted file mode 100644 index 930ef22a19a..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-016-ref.xht +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test reference</title> - <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> - <!-- Reviewed on Github on 09-26-2013: https://github.com/w3c/csswg-test/pull/89 --> - <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> - <style type="text/css"> - - .green { - position: absolute; - top: 75px; - width: 50px; - background-color: green; - } - #bar-1, #bar-2, #bar-3, #bar-4 { - height: 200px; - } - #bar-1 { - left: 20px; - } - #bar-2 { - left: 80px; - } - #bar-3 { - left: 140px; - } - #bar-4 { - left: 200px; - } - .square { - height: 50px; - left: 260px; - } - </style> -</head> -<body> - <p>The test passes if there are four green vertical bars, plus one - small green square to their right and no red.</p> - <div id="bar-1" class="green"></div> - <div id="bar-2" class="green"></div> - <div id="bar-3" class="green"></div> - <div id="bar-4" class="green"></div> - <div id="square" class="green"></div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-017-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-017-ref.xht deleted file mode 100644 index 08ba6a5b3c0..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-017-ref.xht +++ /dev/null @@ -1,65 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test reference</title> - <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> - <!-- Reviewed on Github on 09-26-2013: https://github.com/w3c/csswg-test/pull/89 --> - <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> - <style type="text/css"> - #box { - position: absolute; - top: 50px; - left: 20px; - width: 200px; - height: 200px; - border: 2px solid black; - background-color: gray; - } - .black { - position: absolute; - background-color: black; - width: 50px; - height: 50px; - } - #r1c3 { - left: 100px; - } - #r2c2 { - left: 50px; - top: 50px; - } - #r2c4 { - left: 150px; - top: 50px; - } - #r3c1 { - top: 100px; - } - #r3c3 { - left: 100px; - top: 100px; - } - #r4c2 { - left: 50px; - top: 150px; - } - #r4c4 { - left: 150px; - top: 150px; - } - </style> -</head> -<body> - <p>The test passes if there is a 4x4 black and gray checkerboard and no red.</p> - <div id="box"> - <div class="black"></div> - <div id="r1c3" class="black"></div> - <div id="r2c2" class="black"></div> - <div id="r2c4" class="black"></div> - <div id="r3c1" class="black"></div> - <div id="r3c3" class="black"></div> - <div id="r4c2" class="black"></div> - <div id="r4c4" class="black"></div> - </div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-019-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-019-ref.xht deleted file mode 100644 index b812b19aea7..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-019-ref.xht +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test reference</title> - <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> - <!-- Reviewed on Github on 09-26-2013: https://github.com/w3c/csswg-test/pull/89 --> - <link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> - <style type="text/css"> - .bar { - position: absolute; - top: 50px; - width: 50px; - height: 200px; - } - .green { - background-color: green; - } - .blue { - background-color: blue; - } - #bar-1 { - left: 20px; - } - #bar-2 { - left: 70px; - } - #bar-3 { - left: 120px; - } - #bar-4 { - left: 170px; - } - </style> -</head> -<body> - <p>The test passes if there is a square with four vertical - stripes alternating green and blue, and no red.</p> - <div id="bar-1" class="green bar"></div> - <div id="bar-2" class="blue bar"></div> - <div id="bar-3" class="green bar"></div> - <div id="bar-4" class="blue bar"></div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-024-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-024-ref.xht deleted file mode 100644 index ecbbda52374..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-024-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test reference</title> - <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> - <style type="text/css"> - .block { - position: absolute; - top: 70px; - width: 60px; - } - .green { - background-color: green; - height: 60px; - } - #square-1 { - left: 20px; - } - #square-2 { - left: 90px; - } - #blue-rect { - background-color: blue; - height: 120px; - left: 190px; - } - </style> -</head> -<body> - <p>The test passes if there are two green side by side squares on the left of one blue vertical rectangle. - There should be no red.</p> - <div id="square-1" class="green block"></div> - <div id="square-2" class="green block"></div> - <div id="blue-rect" class="block"></div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-028-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-028-ref.xht deleted file mode 100644 index 8ba0770e66c..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-028-ref.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test reference</title> - <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> - <style type="text/css"> - .block { - position: absolute; - top: 70px; - width: 60px; - height: 120px; - } - .green { - background-color: green; - } - .blue { - background-color: blue; - } - #rect-1 { - left: 20px; - } - #rect-2 { - left: 90px; - } - #rect-3 { - left: 190px; - } - #rect-4 { - left: 260px; - } - </style> -</head> -<body> - <p>The test passes if there are two green vertical rectangles on the left of two blue vertical rectangles. - There should be no red.</p> - <div id="rect-1" class="green block"></div> - <div id="rect-2" class="green block"></div> - <div id="rect-3" class="blue block"></div> - <div id="rect-4" class="blue block"></div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-green.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-green.png Binary files differdeleted file mode 100644 index b98ca0ba0a0..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-green.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-lime.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-lime.png Binary files differdeleted file mode 100644 index cb397fb090e..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-lime.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-maroon.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-maroon.png Binary files differdeleted file mode 100644 index 3f86b072195..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-maroon.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-navy.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-navy.png Binary files differdeleted file mode 100644 index 9b9a03955ba..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-navy.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-red.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-red.png Binary files differdeleted file mode 100644 index 6bd73ac1018..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-red.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-white.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-white.png Binary files differdeleted file mode 100644 index dd43faec54a..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/1x1-white.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/60x60-gg-rr.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/60x60-gg-rr.png Binary files differdeleted file mode 100644 index 84f5b2a4f1d..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/60x60-gg-rr.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/60x60-green.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/60x60-green.png Binary files differdeleted file mode 100644 index b3c8cf3eb4c..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/60x60-green.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/60x60-red.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/60x60-red.png Binary files differdeleted file mode 100644 index 823f125b8e4..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/60x60-red.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/a-green.css b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/a-green.css deleted file mode 100644 index b0dbb071d5b..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/a-green.css +++ /dev/null @@ -1 +0,0 @@ -.a { color: green; } diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/b-green.css b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/b-green.css deleted file mode 100644 index a0473f5ca26..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/b-green.css +++ /dev/null @@ -1 +0,0 @@ -.b { color: green; }
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/black20x20.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/black20x20.png Binary files differdeleted file mode 100644 index ebf7027ee78..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/black20x20.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/c-red.css b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/c-red.css deleted file mode 100644 index d4ba5c64e95..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/c-red.css +++ /dev/null @@ -1 +0,0 @@ -.c { color: red; }
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/cat.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/cat.png Binary files differdeleted file mode 100644 index 85dd7324815..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/cat.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/import-green.css b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/import-green.css deleted file mode 100644 index 537104e6633..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/import-green.css +++ /dev/null @@ -1 +0,0 @@ -.import { color: green; } diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/import-red.css b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/import-red.css deleted file mode 100644 index 9945ef47114..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/import-red.css +++ /dev/null @@ -1 +0,0 @@ -.import { color: red; } diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/pattern-grg-rgr-grg.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/pattern-grg-rgr-grg.png Binary files differdeleted file mode 100644 index 6fcfeb4883e..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/pattern-grg-rgr-grg.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/pattern-grg-rrg-rgg.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/pattern-grg-rrg-rgg.png Binary files differdeleted file mode 100644 index fcf4f3fd7d9..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/pattern-grg-rrg-rgg.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/pattern-rgr-grg-rgr.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/pattern-rgr-grg-rgr.png Binary files differdeleted file mode 100644 index db8ed5cf7bd..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/pattern-rgr-grg-rgr.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/pattern-tr.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/pattern-tr.png Binary files differdeleted file mode 100644 index 8b4b25364e0..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/pattern-tr.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/red20x20.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/red20x20.png Binary files differdeleted file mode 100644 index 5d44ef210e1..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/red20x20.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/square-purple.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/square-purple.png Binary files differdeleted file mode 100644 index 0f522d78728..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/square-purple.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/square-teal.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/square-teal.png Binary files differdeleted file mode 100644 index e567f51b91b..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/square-teal.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/square-white.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/square-white.png Binary files differdeleted file mode 100644 index 5853cbb238c..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/square-white.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-blue.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-blue.png Binary files differdeleted file mode 100644 index bf2759634d4..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-blue.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-gray.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-gray.png Binary files differdeleted file mode 100644 index 92c73561f3a..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-gray.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-green.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-green.png Binary files differdeleted file mode 100644 index 0aa79b0c86b..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-green.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-lime.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-lime.png Binary files differdeleted file mode 100644 index 55fd7fdaedf..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-lime.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-navy.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-navy.png Binary files differdeleted file mode 100644 index 28dae8a3e12..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-navy.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-orange.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-orange.png Binary files differdeleted file mode 100644 index d3cd498b52b..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-orange.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-pink.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-pink.png Binary files differdeleted file mode 100644 index 95b84499a3d..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-pink.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-purple.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-purple.png Binary files differdeleted file mode 100644 index 73bea775175..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-purple.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-red.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-red.png Binary files differdeleted file mode 100644 index 1caf25c992a..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-red.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-white.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-white.png Binary files differdeleted file mode 100644 index 1a7d4323d77..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-white.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-yellow.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-yellow.png Binary files differdeleted file mode 100644 index 1591aa0e2e2..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/swatch-yellow.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-bl.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-bl.png Binary files differdeleted file mode 100644 index 904e24e996a..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-bl.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-br.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-br.png Binary files differdeleted file mode 100644 index f413ff5c1a0..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-br.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-outer.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-outer.png Binary files differdeleted file mode 100644 index 82eeace7fc0..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-outer.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-tl.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-tl.png Binary files differdeleted file mode 100644 index f6ac0ef7e8f..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-tl.png +++ /dev/null diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-tr.png b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-tr.png Binary files differdeleted file mode 100644 index 59843ae54b6..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/support/test-tr.png +++ /dev/null |