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

Unified Diff: LayoutTests/fast/regions/dialog-autosize-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
« no previous file with comments | « LayoutTests/fast/regions/dialog-autosize.html ('k') | LayoutTests/fast/regions/dialog-fragmentation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/regions/dialog-autosize-expected.html
diff --git a/LayoutTests/fast/regions/dialog-autosize-expected.html b/LayoutTests/fast/regions/dialog-autosize-expected.html
deleted file mode 100644
index feec214eb43e8084d8fe9bb629ee1eee6066e17d..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/dialog-autosize-expected.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <style>
- .content {
- font-family: Ahem;
- font-size: 20px;
- line-height: 1em;
- color: green;
- -webkit-font-smoothing: none;
- }
-
- #region1 {
- float: left;
- min-height: 120px;
- min-width: 60px;
- }
-
- #region2 {
- float: left;
- margin-left: 8px;
- }
-
- .dialog {
- position: static;
- display: block;
- width: auto;
- height: auto;
- border: none;
- padding: 0px;
- margin: 0px;
- }
- </style>
- </head>
- <body>
- <p>
- Test whether dialog elements with auto width/height are flowed correctly
- inside a named flow. You should see two green rectangles.<br>
- Test fails if you can see any red.
- </p>
- <div id="region1">
- <dialog class="dialog" id="d1">
- <div class="content">
- <p id="p1">
- xxxxx<br>
- xxxxx<br>
- xxxxx
- </p>
- </div>
- </dialog>
- </div>
- <div id="region2">
- <dialog class="dialog" id="d2">
- <div class="content">
- <p id="p2">
- xxxxx<br>
- xxxxx<br>
- xxxxx
- </p>
- </div>
- </dialog>
- </div>
- </body>
-</html>
« no previous file with comments | « LayoutTests/fast/regions/dialog-autosize.html ('k') | LayoutTests/fast/regions/dialog-fragmentation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698