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

Unified Diff: LayoutTests/fast/repaint/fixed-layout-360x240.html

Issue 23819019: Refactor fixed layout mode (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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/fast/repaint/fixed-layout-360x240.html
diff --git a/LayoutTests/fast/repaint/fixed-layout-360x240.html b/LayoutTests/fast/repaint/fixed-layout-360x240.html
deleted file mode 100644
index 0801299d303fde0412aca60dd7bb51548624fe71..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/repaint/fixed-layout-360x240.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-<script type="text/javascript">
- function layoutTest()
- {
- if (window.testRunner) {
- window.testRunner.enableFixedLayoutMode(true);
- window.testRunner.setFixedLayoutSize(360, 240);
- }
- }
-</script>
-</head>
- <body bgcolor='green' onload='layoutTest();'></body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698