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

Unified Diff: LayoutTests/fast/regions/style-scoped/style-scoped-in-flow-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-expected.html
diff --git a/LayoutTests/fast/regions/style-scoped/style-scoped-in-flow-expected.html b/LayoutTests/fast/regions/style-scoped/style-scoped-in-flow-expected.html
deleted file mode 100644
index 950b3bd8dd1361afdde01263b922f4d964cacdfe..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/style-scoped/style-scoped-in-flow-expected.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!doctype html>
-<html>
-<head>
- <style>
- body {
- font-family: monospace;
- }
- h2 {
- margin: 0;
- font-size: 2em;
- }
- p {
- margin: 0;
- font-size: 1em;
- }
- #div-container {
- width: 13em;
- height: 10em;
- background-color: lightgray;
- }
- #title-container {
- width: 20em;
- height: 10em;
- background-color: silver;
- }
-
- .green-text {
- color: green;
- }
- </style>
-</head>
-<body>
- Scope-styled elements extracted in region along with the parent.
- <div id='div-container'>
- <p class='green-text'>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>
-
- Scope-styled elements extracted in region without the parent.
- <div id='title-container'>
- <h2>Title one</h2>
- <h2 class='green-text'>Title two</h2>
- <h2>Title three</h2>
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698