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

Unified Diff: LayoutTests/fast/regions/dialog-fragmentation-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/dialog-fragmentation-expected.html
diff --git a/LayoutTests/fast/regions/dialog-fragmentation-expected.html b/LayoutTests/fast/regions/dialog-fragmentation-expected.html
deleted file mode 100644
index 97439a05582cc7b61e7fb6caa39be3ca3c0b70ce..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/dialog-fragmentation-expected.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<html>
- <head>
- <style>
- .content {
- background-color: blue;
- color: blue;
- display: block;
- position: relative;
- padding: 0px;
- border: none;
- width: 80px;
- }
-
- #content1 {
- height: 80px;
- }
-
- #content2 {
- height: 40px;
- }
-
- #region1 {
- width: 160px;
- height: 80px;
- }
- #region2 {
- width: 400px;
- height: 100px;
- }
- .red {
- width: 100%;
- height: 100%;
- background-color: red;
- }
- </style>
- </head>
-
- <body>
- <ul>
- <li>The blue squares are a dialog element flowed across two regions.</li>
- <li>Test passes if you only see two blue rectangles.</li>
- <li>Test fails if you can see text or the red color.</li>
- </ul>
- <div id="region1">
- <dialog open class="content" id="content1">
- xxxx<br>xxxx<br>xxxx<br>xxxx<br>
- </dialog>
- </div>
- <div id="region2">
- <dialog open class="content" id="content2">
- Test failed!<br>xxxx
- </dialog>
- </div>
- </body>
-</html>
« no previous file with comments | « LayoutTests/fast/regions/dialog-fragmentation.html ('k') | LayoutTests/fast/regions/dialog-nested-regions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698