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

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

Issue 695943002: Reland "Prepare blink to unify definitions of load completion" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/css3/masking/mask-repeat-space-content.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/masking/mask-repeat-space-border-expected.html
diff --git a/LayoutTests/css3/masking/mask-repeat-space-border-expected.html b/LayoutTests/css3/masking/mask-repeat-space-border-expected.html
index af706fc85865784f4c6759a8e76d92bef235d52a..5536b60d65538cd160889a9b35dd40dfdce1073b 100644
--- a/LayoutTests/css3/masking/mask-repeat-space-border-expected.html
+++ b/LayoutTests/css3/masking/mask-repeat-space-border-expected.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
+ <script src="../../resources/run-after-display.js"></script>
<style>
#back {
width: 1000px;
@@ -46,6 +47,15 @@
<div id="back">
<div id="front" />
</div>
+ <script>
+ if (window.testRunner)
+ testRunner.waitUntilDone();
+
+ runAfterDisplay(function() {
+ if (window.testRunner)
+ testRunner.notifyDone();
+ });
+ </script>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/css3/masking/mask-repeat-space-content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698