author | Carsten "Tomcat" Book <cbook@mozilla.com> |
Wed, 22 Apr 2015 13:18:03 +0200 | |
changeset 240495 | ce2a46e97e38e8866cd8598742522dcccd312d14 |
parent 240494 | 0220e2406faba68a61d888427dfacee52541b1a4 |
child 240496 | 4392cf02f1c07e79475cb621c861aa8efa6912e4 |
push id | 28636 |
push user | kwierso@gmail.com |
push date | Thu, 23 Apr 2015 00:16:12 +0000 |
treeherder | mozilla-central@a5af73b32ac8 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1068881 |
milestone | 40.0a1 |
backs out | dc6d37458b88dfcd3ada37248f40c6459d9ebf84 |
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
|
layout/reftests/invalidation/image-scrolling-zoom-1-notref.html | file | annotate | diff | comparison | revisions | |
layout/reftests/invalidation/image-scrolling-zoom-1-ref.html | file | annotate | diff | comparison | revisions | |
layout/reftests/invalidation/image-scrolling-zoom-1.html | file | annotate | diff | comparison | revisions | |
layout/reftests/invalidation/one-pixel-wide-background.png | file | annotate | diff | comparison | revisions | |
layout/reftests/invalidation/reftest.list | file | annotate | diff | comparison | revisions |
deleted file mode 100644 --- a/layout/reftests/invalidation/image-scrolling-zoom-1-notref.html +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE HTML> -<!-- Any copyright is dedicated to the Public Domain. - - http://creativecommons.org/publicdomain/zero/1.0/ --> -<html reftest-zoom="0.3"> -<head> - <style type="text/css"> - #container { - height: 100px; - overflow: auto; - } - #container-background { - background-color: white; - } - #container-background > div { - line-height: 20px; - } - </style> -</head> -<body> - <div id="container"> - <div id="container-background"> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - </div> - </div> -</body> -</html>
deleted file mode 100644 --- a/layout/reftests/invalidation/image-scrolling-zoom-1-ref.html +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE HTML> -<!-- Any copyright is dedicated to the Public Domain. - - http://creativecommons.org/publicdomain/zero/1.0/ --> -<html reftest-zoom="0.3"> -<head> - <style type="text/css"> - #container { - height: 100px; - overflow: auto; - } - #container-background { - background: url(one-pixel-wide-background.png); - } - #container-background > div { - line-height: 20px; - } - </style> -</head> -<body> - <div id="container"> - <div id="container-background"> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - </div> - </div> -</body> -</html>
deleted file mode 100644 --- a/layout/reftests/invalidation/image-scrolling-zoom-1.html +++ /dev/null @@ -1,51 +0,0 @@ -<!DOCTYPE HTML> -<!-- Any copyright is dedicated to the Public Domain. - - http://creativecommons.org/publicdomain/zero/1.0/ --> -<html class="reftest-wait" reftest-zoom="0.3"> -<head> - <style type="text/css"> - #container { - height: 100px; - overflow: auto; - } - #container-background { - background: url(one-pixel-wide-background.png); - } - #container-background > div { - line-height: 20px; - } - </style> -</head> -<body> - <div id="container"> - <div id="container-background"> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - <div>Item</div> - </div> - </div> -</body> -<script> - var container = document.getElementById('container'); - - // Start scrolled all the way to the bottom. - container.scrollTop = container.scrollHeight; - - // When we get MozReftestInvalidate, scroll to the top. This puts us at the - // same scroll position as the reference. - function doTest() { - container.scrollTop = 0; - document.documentElement.removeAttribute('class'); - } - - document.addEventListener("MozReftestInvalidate", doTest, false); -</script> -</html>
deleted file mode 100644 index 09f59e39ac05bad3f390aeecd72bf750069b738a..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@<O00001
--- a/layout/reftests/invalidation/reftest.list +++ b/layout/reftests/invalidation/reftest.list @@ -59,10 +59,8 @@ pref(layout.animated-image-layers.enable != masklayer-2.html about:blank != layer-splitting-1.html about:blank != layer-splitting-2.html about:blank != layer-splitting-3.html about:blank != layer-splitting-4.html about:blank skip-if(asyncPanZoom&&winWidget) != layer-splitting-5.html about:blank skip-if(asyncPanZoom&&winWidget) != layer-splitting-6.html about:blank != layer-splitting-7.html about:blank -fuzzy-if(gtk2Widget,2,4) == image-scrolling-zoom-1.html image-scrolling-zoom-1-ref.html -!= image-scrolling-zoom-1-ref.html image-scrolling-zoom-1-notref.html