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

Unified Diff: LayoutTests/fast/regions/style-scoped/style-scoped-in-flow-override-container-style-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/style-scoped/style-scoped-in-flow-override-container-style-expected.html
diff --git a/LayoutTests/fast/regions/style-scoped/style-scoped-in-flow-override-container-style-expected.html b/LayoutTests/fast/regions/style-scoped/style-scoped-in-flow-override-container-style-expected.html
deleted file mode 100644
index 928fae4bdfc1c73555f17b56ab94c3deb83eea29..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/style-scoped/style-scoped-in-flow-override-container-style-expected.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!doctype html>
-<html>
-<head>
- <style>
- body {
- font-family: monospace;
- }
- p {
- margin: 0;
- }
- .container {
- width: 13em;
- height: 8em;
- background-color: lightgray;
- }
-
- .formatted {
- background-color: lime;
- }
- .spacer {
- margin-top: 1em;
- }
- </style>
-</head>
-<body>
- <p>Scope-styled elements in single region with style overlapping with target region.</p>
- <div class='container'>
- <p class='formatted'>Styled line of text Styled line of text Styled line of text</p>
- <p>Normal line of text Normal line of text Normal line of text</p>
- </div>
-
- <p>Scope-styled elements flowing in multiple regions with style overlapping with target regions.</p>
-
- <div class='container formatted spacer'>
- <p>First line</p>
- <p>Second line</p>
- <p>Third line</p>
- </div>
- <div class='container spacer'>
- <p class='formatted'>Fourth line</p>
- <p class='formatted'>Fifth line</p>
- <p class='formatted'>Sixth line</p>
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698