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

Unified Diff: LayoutTests/http/tests/fouc/scroll-left-while-loading.html

Issue 1297803002: Remove FOUC avoidance from BlockPainter and DeprecatedPaintLayerPainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove extra assert. Created 5 years, 4 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/http/tests/fouc/scroll-left-while-loading-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/fouc/scroll-left-while-loading.html
diff --git a/LayoutTests/http/tests/fouc/scroll-left-while-loading.html b/LayoutTests/http/tests/fouc/scroll-left-while-loading.html
deleted file mode 100644
index 321396b91c87aea2fc9868f3a916787825e834d7..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/fouc/scroll-left-while-loading.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
-}
-setTimeout(function(){
- document.scrollingElement.scrollLeft;
- // Check that ignoreLayoutWithPendingStylesheets will return true if we did a
- // forced repaint after the access to scrollLeft. We should not since the delayed
- // stylesheet below is pending.
- if (!window.internals || internals.ignoreLayoutWithPendingStylesheets(document))
- document.write("FAIL");
- else
- document.write("PASS");
- document.close();
- if (window.testRunner)
- testRunner.notifyDone();
-}, 0);
-</script>
-<link rel="stylesheet" href="/resources/slow-script.pl?delay=100">
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/http/tests/fouc/scroll-left-while-loading-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698