Bug 1254834 - Don't let displayport expansion trigger invalidation for scrolling invalidation tests. r=mstange

MozReview-Commit-ID: 3jKEUOzT9hG
This commit is contained in:
Kartikaya Gupta 2016-03-11 17:45:27 -05:00
parent 491551f10e
commit 10770e68c4
14 changed files with 72 additions and 17 deletions

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<html lang="en" class="reftest-wait"
reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="800"
reftest-displayport-h="1000">
<meta charset="utf-8">
<title>Bug 1164227 - Testcase for the invalid region simplification bug</title>

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<html lang="en" class="reftest-wait"
reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="800"
reftest-displayport-h="1000">
<meta charset="utf-8">
<title>Scrolling shouldn't invalidate either rect.</title>

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<html lang="en" class="reftest-wait"
reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="800"
reftest-displayport-h="1000">
<meta charset="utf-8">
<title>Scrolling shouldn't invalidate the square.</title>

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<html lang="en" class="reftest-wait"
reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="800"
reftest-displayport-h="1000">
<meta charset="utf-8">
<title>Scrolling shouldn't invalidate the square.</title>

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<html lang="en" class="reftest-wait"
reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="800"
reftest-displayport-h="1000">
<meta charset="utf-8">
<title>Scrolling the horizontal bar away shouldn't invalidate the green rectangle</title>
@ -53,4 +57,4 @@ function doTest() {
}
document.addEventListener("MozReftestInvalidate", doTest, false);
</script>
</script>

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<html lang="en" class="reftest-wait"
reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="800"
reftest-displayport-h="1000">
<meta charset="utf-8">
<title>Scrolling the horizontal bar away shouldn't invalidate the green rectangle</title>
@ -55,4 +59,4 @@ function doTest() {
}
document.addEventListener("MozReftestInvalidate", doTest, false);
</script>
</script>

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<html lang="en" class="reftest-wait"
reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="800"
reftest-displayport-h="1000">
<meta charset="utf-8">
<title>Scrolling shouldn't invalidate the fixed layer</title>

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<html lang="en" class="reftest-wait"
reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="800"
reftest-displayport-h="1000">
<meta charset="utf-8">
<title>Scrolling shouldn't invalidate the fixed items</title>

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<html lang="en" class="reftest-wait"
reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="800"
reftest-displayport-h="1000">
<meta charset="utf-8">
<title>Things overlapping active scrollboxes should be in a layer on top of the scrolled contents.</title>

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<html lang="en" class="reftest-wait"
reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="800"
reftest-displayport-h="1000">
<meta charset="utf-8">
<title>Things overlapping active scrollboxes should be in a layer on top of the scrolled contents, and that layer shouldn't pull up a background color through the scrollbox.</title>
<!--

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<html lang="en" class="reftest-wait"
reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="800"
reftest-displayport-h="1000">
<meta charset="utf-8">
<title>Scrolling shouldn't invalidate the relatively-positioned layer</title>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" reftest-async-scroll>
<meta charset="utf-8">
<title>Moving a layer in a box with a rounded clip shouldn't invalidate.</title>
@ -33,7 +33,10 @@
<body>
<div id="scrollbox">
<div id="scrollbox" reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="300"
reftest-displayport-h="200">
<div id="scrollable">
<div id="scrolledLayer" class="reftest-no-paint"></div>
</div>

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<html lang="en" class="reftest-wait"
reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="800"
reftest-displayport-h="1000">
<meta charset="utf-8">
<title>Different epsilons in NudeToInteger and FuzzyEqual cause invalidations</title>

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<html lang="en" class="reftest-wait"
reftest-displayport-x="0"
reftest-displayport-y="0"
reftest-displayport-w="800"
reftest-displayport-h="1000">
<meta charset="utf-8">
<title>Scrolling shouldn't invalidate the rect</title>