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

Unified Diff: LayoutTests/fast/regions/regions-widows-stack-overflow-expected.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/regions/regions-widows-stack-overflow-expected.html
diff --git a/LayoutTests/fast/regions/regions-widows-stack-overflow-expected.html b/LayoutTests/fast/regions/regions-widows-stack-overflow-expected.html
deleted file mode 100644
index 56073d0c6c3649666f99d404a429353edfd76eff..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/regions-widows-stack-overflow-expected.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!doctype html>
-<html style="font: 16px/1.25 monospace;">
- <head>
- <style>
- .region {
- width: 100px;
- height: 100px;
- }
-
- #region1 {
- border: 5px solid green;
- }
-
- #region2 {
- border: 5px solid blue;
- height: 65px;
- }
-
- #region3 {
- border: 5px solid purple;
- }
-
- </style>
- </head>
- <body>
- <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=122215">Bug 122215</a>. The test passes if the page doesn't crash or loads indefinitely.</p>
- <div id="container">
- <div class="region" id="region1">
- Linetext1
- Linetext2
- Linetext3
- </div>
- <div class="region" id="region2">
- Linetext4
- Linetext5
- Linetext6
- </div>
- <div class="region" id="region3">
- Linetext7
- </div>
- </div>
- </body>
-</html>
« no previous file with comments | « LayoutTests/fast/regions/regions-widows-stack-overflow.html ('k') | LayoutTests/fast/regions/remove-box-info-assert.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698