Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(787)

Unified Diff: LayoutTests/css3/masking/mask-repeat-space-padding-expected.html

Issue 679863002: Revert "Prepare blink to unify definitions of load completion" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/css3/masking/mask-repeat-space-padding-expected.html
diff --git a/LayoutTests/css3/masking/mask-repeat-space-padding-expected.html b/LayoutTests/css3/masking/mask-repeat-space-padding-expected.html
index b96cc5fd8bbc781a8e8ff3f06ba4eeaffdff3c69..4e84a9451dc1b0123163f3e44834ad3a438e63f8 100644
--- a/LayoutTests/css3/masking/mask-repeat-space-padding-expected.html
+++ b/LayoutTests/css3/masking/mask-repeat-space-padding-expected.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <script src="../../resources/run-after-display.js"></script>
<style>
#back {
width: 1000px;
@@ -47,15 +46,6 @@
<div id="back">
<div id="front" />
</div>
- <script>
- if (window.testRunner)
- testRunner.waitUntilDone();
-
- runAfterDisplay(function() {
- if (window.testRunner)
- testRunner.notifyDone();
- });
- </script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698