diff options
Diffstat (limited to 'layout/reftests/bugs')
-rw-r--r-- | layout/reftests/bugs/1888941-text-transform-emergency-wrap-ref.html | 2 | ||||
-rw-r--r-- | layout/reftests/bugs/1888941-text-transform-emergency-wrap.html | 2 | ||||
-rw-r--r-- | layout/reftests/bugs/307102-2-ref.html | 8 | ||||
-rw-r--r-- | layout/reftests/bugs/307102-2.html | 8 | ||||
-rw-r--r-- | layout/reftests/bugs/385870-1-ref.html | 51 | ||||
-rw-r--r-- | layout/reftests/bugs/385870-1.html | 55 | ||||
-rw-r--r-- | layout/reftests/bugs/385870-2-ref.html | 51 | ||||
-rw-r--r-- | layout/reftests/bugs/385870-2.html | 55 | ||||
-rw-r--r-- | layout/reftests/bugs/404553-1-ref.html | 2 | ||||
-rw-r--r-- | layout/reftests/bugs/404553-1.html | 2 | ||||
-rw-r--r-- | layout/reftests/bugs/reftest.list | 6 |
11 files changed, 8 insertions, 234 deletions
diff --git a/layout/reftests/bugs/1888941-text-transform-emergency-wrap-ref.html b/layout/reftests/bugs/1888941-text-transform-emergency-wrap-ref.html new file mode 100644 index 0000000000..1ae7db9050 --- /dev/null +++ b/layout/reftests/bugs/1888941-text-transform-emergency-wrap-ref.html @@ -0,0 +1,2 @@ +<!DOCTYPE html> +<div>12345-<br>67890-<br>98765-<br>43210</div> diff --git a/layout/reftests/bugs/1888941-text-transform-emergency-wrap.html b/layout/reftests/bugs/1888941-text-transform-emergency-wrap.html new file mode 100644 index 0000000000..9e7c49cf57 --- /dev/null +++ b/layout/reftests/bugs/1888941-text-transform-emergency-wrap.html @@ -0,0 +1,2 @@ +<!DOCTYPE html> +<div style="width: 1px; text-transform: uppercase">12345-67890-98765-43210</div> diff --git a/layout/reftests/bugs/307102-2-ref.html b/layout/reftests/bugs/307102-2-ref.html deleted file mode 100644 index 8b72bc0383..0000000000 --- a/layout/reftests/bugs/307102-2-ref.html +++ /dev/null @@ -1,8 +0,0 @@ -<!DOCTYPE html> -<html> - <body> - <div style="position: absolute; width: 100px;"> - <input style="position: absolute; top: 0; left: 0;"> - </div> - </body> -</html> diff --git a/layout/reftests/bugs/307102-2.html b/layout/reftests/bugs/307102-2.html deleted file mode 100644 index cfeb6658a9..0000000000 --- a/layout/reftests/bugs/307102-2.html +++ /dev/null @@ -1,8 +0,0 @@ -<!DOCTYPE html> -<html> - <body> - <div style="position: absolute; width: 100px;"> - <input style="position: absolute; top: 0; left: 0; right: 0"> - </div> - </body> -</html> diff --git a/layout/reftests/bugs/385870-1-ref.html b/layout/reftests/bugs/385870-1-ref.html deleted file mode 100644 index fcebd34fb2..0000000000 --- a/layout/reftests/bugs/385870-1-ref.html +++ /dev/null @@ -1,51 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -<title></title> -<style> -#red { - position: absolute; - background-color: blue; - top: 10px; - left: 10px; -} - -#green { - position: absolute; - background-color: blue; - top: 10px; - width: 80px; - right: 10px; -} - -#blue { - position: absolute; - background-color: blue; - left: 10px; - height: 80px; - 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> 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> diff --git a/layout/reftests/bugs/385870-2-ref.html b/layout/reftests/bugs/385870-2-ref.html deleted file mode 100644 index eebef3805e..0000000000 --- a/layout/reftests/bugs/385870-2-ref.html +++ /dev/null @@ -1,51 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -<title></title> -<style> -#red { - position: absolute; - background-color: blue; - top: 10px; - left: 10px; -} - -#green { - position: absolute; - background-color: blue; - top: 10px; - width: 80px; - right: 10px; -} - -#blue { - position: absolute; - background-color: blue; - left: 10px; - height: 80px; - bottom: 10px; -} - -#yellow { - position: absolute; - background-color: blue; - right: 10px; - width: 80px; - height: 80px; - bottom: 10px; -} - -</style> -<script> - -</script> -</head> -<body> - -<input id=red> -<input id=green> -<input id=blue> -<input id=yellow> - -</body> -</html> diff --git a/layout/reftests/bugs/385870-2.html b/layout/reftests/bugs/385870-2.html deleted file mode 100644 index c641abb796..0000000000 --- a/layout/reftests/bugs/385870-2.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> - -<input id=red> -<input id=green> -<input id=blue> -<input id=yellow> - -</body> -</html> diff --git a/layout/reftests/bugs/404553-1-ref.html b/layout/reftests/bugs/404553-1-ref.html index cfa0dc8147..ac35a9e4b5 100644 --- a/layout/reftests/bugs/404553-1-ref.html +++ b/layout/reftests/bugs/404553-1-ref.html @@ -1 +1 @@ -<div style="background-color: lime; height: 50px;"><div style="background: green; width: 50px; margin-left: auto; margin-right: 0;"> </div></div>
\ No newline at end of file +<div style="background-color: lime; height: 50px;"><div style="background: green; width: 50px;"> </div></div> diff --git a/layout/reftests/bugs/404553-1.html b/layout/reftests/bugs/404553-1.html index 692c63c67c..ab63f1396e 100644 --- a/layout/reftests/bugs/404553-1.html +++ b/layout/reftests/bugs/404553-1.html @@ -1 +1 @@ -<table><marquee behavior="alternate" scrollamount="0" style="background-color: lime; height: 50px;"><div style="background: green; width: 50px"> </div></marquee><span><title>
\ No newline at end of file +<table><marquee behavior="alternate" scrollamount="0" style="background-color: lime; height: 50px;"><div style="background: green; width: 50px"> </div></marquee><span><title> diff --git a/layout/reftests/bugs/reftest.list b/layout/reftests/bugs/reftest.list index d85d5e7310..28e96a51da 100644 --- a/layout/reftests/bugs/reftest.list +++ b/layout/reftests/bugs/reftest.list @@ -342,8 +342,7 @@ skip-if(useDrawSnapshot) == 306660-2.html 306660-2-ref.html == 306660-3.html 306660-3-ref.html == 307076-1.html 307076-1-ref.html == 307102-1.html 307102-1-ref.html -== 307102-2.html 307102-2-ref.html -== 307102-3.html 307102-3-ref.html +random == 307102-3.html 307102-3-ref.html == 307102-4.html 307102-4-ref.html == 308406-1.html 308406-1-ref.html == 308406-2.html 308406-2-ref.html @@ -725,8 +724,6 @@ fuzzy(0-2,0-5) == 381507-1.html 381507-1-ref.html fuzzy(0-1,0-600) == 385823-2a.html 385823-2-ref.html fails == 385823-2b.html 385823-2-ref.html fuzzy(0-1,0-600) == 385823-2c.html 385823-2-ref.html -fuzzy(0-2,0-11) == 385870-1.html 385870-1-ref.html -fuzzy(0-2,0-3) == 385870-2.html 385870-2-ref.html == 386014-1a.html 386014-1-ref.html == 386014-1b.html 386014-1-ref.html == 386014-1c.html 386014-1-ref.html @@ -2165,3 +2162,4 @@ fuzzy-if(!useDrawSnapshot,18-19,294-322) == 1840747-1.html about:blank # here. That's tracked in bug 1840747. fuzzy-if(!useDrawSnapshot&&!swgl,254-255,110-121) fuzzy-if(useDrawSnapshot,18-18,93-93) fuzzy-if(swgl,19-19,58-58) == 1841355-1.html about:blank skip-if(((AddressSanitizer||ThreadSanitizer)&>kWidget)||(isDebugBuild&&Android)) fuzzy(0-123,0-1425) == 1878294-1.html 1878294-1-ref.html +== 1888941-text-transform-emergency-wrap.html 1888941-text-transform-emergency-wrap-ref.html |