summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--third_party/WebKit/LayoutTests/TestExpectations4
-rwxr-xr-xthird_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transform.html1
-rwxr-xr-xthird_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition.html1
-rwxr-xr-xthird_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html1
-rw-r--r--third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-69296.html1
5 files changed, 4 insertions, 4 deletions
diff --git a/third_party/WebKit/LayoutTests/TestExpectations b/third_party/WebKit/LayoutTests/TestExpectations
index df47a3c..0064d9a 100644
--- a/third_party/WebKit/LayoutTests/TestExpectations
+++ b/third_party/WebKit/LayoutTests/TestExpectations
@@ -1367,10 +1367,6 @@ webkit.org/b/112058 [ Debug SnowLeopard ] svg/custom/foreign-object-skew.svg [ I
webkit.org/b/112193 fast/dom/Window/window-postmessage-clone.html [ Failure Pass ]
-webkit.org/b/112219 fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ ImageOnlyFailure Pass ]
-webkit.org/b/112219 fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html [ ImageOnlyFailure Pass ]
-webkit.org/b/112219 fast/layers/no-clipping-overflow-hidden-added-after-transition.html [ ImageOnlyFailure Pass ]
-
webkit.org/b/112601 http/tests/security/cross-frame-access-port-explicit-domain.html [ Failure Pass ]
webkit.org/b/112621 [ Win Linux ] fast/forms/datalist/update-range-with-datalist.html [ ImageOnlyFailure Pass ]
webkit.org/b/112629 http/tests/xmlhttprequest/send-array-buffer.html [ Failure Pass ]
diff --git a/third_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transform.html b/third_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transform.html
index 5746cc1..71d3560 100755
--- a/third_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transform.html
+++ b/third_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transform.html
@@ -36,6 +36,7 @@ div {
var transformed = document.getElementById("transformed");
transformed.parentNode.setAttribute("id", "overflowHidden");
eventSender.mouseMoveTo(transformed.offsetLeft + 10, transformed.offsetTop + 10);
+ document.body.offsetTop;
</script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition.html b/third_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition.html
index 86bd3bc6..98a6c94 100755
--- a/third_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition.html
+++ b/third_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition.html
@@ -41,6 +41,7 @@ div {
var transformed = document.getElementsByClassName("transformed");
eventSender.mouseMoveTo(transformed[0].offsetLeft + 10, transformed[0].offsetTop + 10);
eventSender.mouseMoveTo(transformed[1].offsetLeft + 10, transformed[1].offsetTop + 10);
+ document.body.offsetTop;
</script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html b/third_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html
index 64306de..882e93d 100755
--- a/third_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html
+++ b/third_party/WebKit/LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html
@@ -35,6 +35,7 @@ div {
var transformed = document.getElementById("transformed");
eventSender.mouseMoveTo(transformed.offsetLeft + 10, transformed.offsetTop + 10);
+ document.body.offsetTop;
</script>
</body>
</html>
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-69296.html b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-69296.html
index 54d0715..dbfc36f 100644
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-69296.html
+++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-69296.html
@@ -35,6 +35,7 @@ Collapsed borders should not disappear.
y = rowRect.top;
eventSender.mouseMoveTo(x, y + 1);
eventSender.mouseMoveTo(x, y - 1);
+ document.body.offsetTop;
}
}
</script>