author | Manuel Rego Casasnovas <rego@igalia.com> |
Tue, 28 Apr 2020 11:28:22 +0000 | |
changeset 527459 | f05bf21eae2f09a120cbe34cc2a4bd0b8ee12697 |
parent 527458 | bea55482725b50d7ae07f1a1509eddf959638a79 |
child 527460 | 069821cdea5bb207ab832b62fa6a527e575b0af9 |
push id | 37368 |
push user | btara@mozilla.com |
push date | Fri, 01 May 2020 21:45:51 +0000 |
treeherder | mozilla-central@0f9c5a59e45d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1488323, 12818 |
milestone | 77.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-001b.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-001b.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-row-group'." /> <style type="text/css"><![CDATA[ table {border-spacing: 0px;} tbody { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; } td {padding: 0px;} td#top-left {border-top: transparent solid 60px;}
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-001c.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-001c.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-row-group'." /> <style type="text/css"><![CDATA[ table {border-spacing: 0px;} tbody { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; } td { padding: 0px; width: 60px;
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-001d.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-001d.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-row-group'." /> <style type="text/css"><![CDATA[ div#table {display: table;} div#tbody { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; display: table-row-group; } div.tr {display: table-row;} div.td
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-001e.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-001e.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-row-group'." /> <style type="text/css"><![CDATA[ div#table {display: table;} div#tbody { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; display: table-row-group; } div.tr {display: table-row;} div.td
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-002b.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-002b.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-header-group'." /> <style type="text/css"><![CDATA[ table {border-spacing: 0px;} thead { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; } td {padding: 0px;} td#top-left {border-top: transparent solid 60px;}
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-002c.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-002c.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-header-group'." /> <style type="text/css"><![CDATA[ table {border-spacing: 0px;} thead { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; } td { padding: 0px; width: 60px;
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-002d.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-002d.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-header-group'." /> <style type="text/css"><![CDATA[ div#table {display: table;} div#thead { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; display: table-header-group; } div.tr {display: table-row;} div#top-left
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-002e.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-002e.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-header-group'." /> <style type="text/css"><![CDATA[ div#table {display: table;} div#thead { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; display: table-header-group; } div.tr {display: table-row;} div.td
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-003b.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-003b.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-footer-group'." /> <style type="text/css"><![CDATA[ table {border-spacing: 0px;} tfoot { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; } td {padding: 0px;} td#top-left {border-top: transparent solid 60px;}
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-003c.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-003c.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-footer-group'." /> <style type="text/css"><![CDATA[ table {border-spacing: 0px;} tfoot { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; } td { padding: 0px; width: 60px;
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-003d.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-003d.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-footer-group'." /> <style type="text/css"><![CDATA[ div#table {display: table;} div#tfoot { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; display: table-footer-group; } div.tr {display: table-row;} div#top-left
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-003e.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-003e.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-footer-group'." /> <style type="text/css"><![CDATA[ div#table {display: table;} div#tfoot { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; display: table-footer-group; } div.tr {display: table-row;} div.td
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-005b.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-005b.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-column-group'." /> <style type="text/css"><![CDATA[ table {border-spacing: 0px;} colgroup { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; } td {padding: 0px;} td#top-left {border-top: transparent solid 60px;}
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-005c.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-005c.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-column-group'." /> <style type="text/css"><![CDATA[ table {border-spacing: 0px;} colgroup { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; } td { padding: 0px; width: 60px;
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-005d.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-005d.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-column-group'." /> <style type="text/css"><![CDATA[ div#table {display: table;} div#colgroup { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; display: table-column-group; } div.col {display: table-column;} div#tbody {display: table-row-group;}
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-005e.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-005e.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-column-group'." /> <style type="text/css"><![CDATA[ div#table {display: table;} div#colgroup { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; display: table-column-group; } div.col {display: table-column;} div#tbody {display: table-row-group;}
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-006b.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-006b.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-column'." /> <style type="text/css"><![CDATA[ table {border-spacing: 0px;} col#tested-col { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; } td {padding: 0px;} td#top-left {border-top: transparent solid 60px;}
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-006c.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-006c.xht @@ -13,17 +13,17 @@ <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table-column'." /> <style type="text/css"><![CDATA[ table {border-spacing: 0px;} col#tested-col { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; } td#top-left {border-top: transparent solid 60px;} td {
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-006d.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-006d.xht @@ -15,17 +15,17 @@ <style type="text/css"><![CDATA[ div#table {display: table;} div.col {display: table-column;} div#tested-col { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; display: table-column; } div#tbody {display: table-row-group;} div.tr {display: table-row;}
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-006e.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-006e.xht @@ -15,17 +15,17 @@ <style type="text/css"><![CDATA[ div#table {display: table;} div.col {display: table-column;} div#tested-col { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; display: table-column; } div#tbody {display: table-row-group;} div.tr {display: table-row;}
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-013d.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-013d.xht @@ -11,17 +11,17 @@ <link rel="match" href="background-position-applies-to-001b-ref.xht" /> <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table'." /> <style type="text/css"><![CDATA[ div#table { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; display: table; } div#tbody {display: table-row-group;} div.tr {display: table-row;}
--- a/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-013e.xht +++ b/testing/web-platform/tests/css/CSS2/backgrounds/background-position-applies-to-013e.xht @@ -11,17 +11,17 @@ <link rel="match" href="background-position-applies-to-001e-ref.xht" /> <meta name="flags" content="image" /> <meta name="assert" content="The 'background-position' property applies to elements with 'display' set to 'table'." /> <style type="text/css"><![CDATA[ div#table { - background-image: url("support/60x60-red.png"); + background-image: url("/css/support/60x60-red.png"); background-position: bottom right; background-repeat: no-repeat; display: table; } div#tbody {display: table-row-group;} div.tr {display: table-row;}
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
--- a/testing/web-platform/tests/css/CSS2/floats-clear/floats-136.xht +++ b/testing/web-platform/tests/css/CSS2/floats-clear/floats-136.xht @@ -6,17 +6,17 @@ <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/float/036.html" type="text/html"/> <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" /> <link rel="match" href="floats-136-ref.xht" /> <meta name="flags" content="ahem" /> <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> <style type="text/css"> .container { font: 30px/1 Ahem; color: green; margin: 0; padding: 0; border: 0; - background: url(support/60x60-red.png) no-repeat; + background: url(/css/support/60x60-red.png) no-repeat; text-indent: 0; } .float { width: 1em; height: 1em; background: green; float: left; margin: 0; padding: 0; border: 0; } </style> </head> <body> <p>Test passes if there is a small filled green rectangle and <strong>no red</strong>.</p> <div class="container">
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
--- a/testing/web-platform/tests/css/css-backgrounds/background-origin-007.html +++ b/testing/web-platform/tests/css/css-backgrounds/background-origin-007.html @@ -17,17 +17,17 @@ background-color: green; height: 55px; left: 5px; top: 5px; width: 55px; } #test-overlapped-red { background-clip: padding-box; - background-image: url(support/60x60-red.png); + background-image: url(/css/support/60x60-red.png); background-origin: border-box; background-position: top left; background-repeat: no-repeat; border: transparent dotted 5px; height: 100px; padding: 25px; width: 100px; }
--- a/testing/web-platform/tests/css/css-backgrounds/background-size-007.html +++ b/testing/web-platform/tests/css/css-backgrounds/background-size-007.html @@ -6,17 +6,17 @@ <link rel="author" title="Intel" href="http://www.intel.com"> <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-11-09 and 2020-03-13 --> <link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-size" title="3.9. Sizing Images: the 'background-size' property"> <link rel="match" href="../reference/ref-nothing-below.xht"> <meta name="flags" content="image"> <meta name="assert" content="Check if 'background-size' is '0px', minimum width of the positioning area in length, then such value is the width of the corresponding image and therefore the background image is not to be displayed."> <style> div { - background-image: url(support/60x60-red.png); + background-image: url(/css/support/60x60-red.png); background-size: 0px; height: 100px; width: 100px; } </style> </head> <body> <p>Test passes if there is nothing below.
--- a/testing/web-platform/tests/css/css-backgrounds/background-size-010.html +++ b/testing/web-platform/tests/css/css-backgrounds/background-size-010.html @@ -6,17 +6,17 @@ <link rel="author" title="Intel" href="http://www.intel.com"> <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-11-09 and 2020-03-13 --> <link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-size" title="3.9. Sizing Images: the 'background-size' property"> <link rel="match" href="../reference/ref-nothing-below.xht"> <meta name="flags" content="image"> <meta name="assert" content="Check if 'background-size' is '0%', minimum width of the positioning area in percentage, then such value is the width of the corresponding image and therefore the background image is not to be displayed."> <style> div { - background-image: url(support/60x60-red.png); + background-image: url(/css/support/60x60-red.png); background-size: 0%; height: 100px; width: 100px; } </style> </head> <body> <p>Test passes if there is nothing below.
--- a/testing/web-platform/tests/css/css-backgrounds/scroll-positioned-multiple-background-images.html +++ b/testing/web-platform/tests/css/css-backgrounds/scroll-positioned-multiple-background-images.html @@ -14,17 +14,17 @@ and the element is scrolled to (0, 60px) width: 200px; height: 200px; overflow: hidden; } #element-with-attachment-scroll { width: 500px; height: 500px; - background-image: url('support/60x60-red.png'), url('support/60x60-green.png'); + background-image: url('/css/support/60x60-red.png'), url('support/60x60-green.png'); background-position: 0 0, 0 60px; background-repeat: no-repeat; } </style> </head> <body> <div id="container"><div id="element-with-attachment-scroll"><br></div></div>
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001
deleted file mode 100644 index 823f125b8e4a60f780f00443c9c9a10b9fa1f447..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001