summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/385870-1.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /layout/reftests/bugs/385870-1.html
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--layout/reftests/bugs/385870-1.html55
1 files changed, 0 insertions, 55 deletions
diff --git a/layout/reftests/bugs/385870-1.html b/layout/reftests/bugs/385870-1.html
deleted file mode 100644
index 4d292e1c20..0000000000
--- a/layout/reftests/bugs/385870-1.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<title></title>
-<style>
-#red {
- position: absolute;
- background-color: blue;
- top: 10px;
- left: 10px;
- right: 100px;
- bottom: 100px;
-}
-
-#green {
- position: absolute;
- background-color: blue;
- top: 10px;
- width: 80px;
- right: 10px;
- bottom: 100px;
-}
-
-#blue {
- position: absolute;
- background-color: blue;
- left: 10px;
- height: 80px;
- right: 100px;
- bottom: 10px;
-}
-
-#yellow {
- position: absolute;
- background-color: blue;
- right: 10px;
- width: 80px;
- height: 80px;
- bottom: 10px;
-}
-
-</style>
-<script>
-
-</script>
-</head>
-<body>
-
-<textarea id=red></textarea>
-<textarea id=green></textarea>
-<textarea id=blue></textarea>
-<textarea id=yellow></textarea>
-
-</body>
-</html>