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

Unified Diff: LayoutTests/fast/regions/webkit-flow-parsing.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/webkit-flow-parsing.html
diff --git a/LayoutTests/fast/regions/webkit-flow-parsing.html b/LayoutTests/fast/regions/webkit-flow-parsing.html
deleted file mode 100644
index f71ebefc8261179bcecb4bbe53056e5702bb421d..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/webkit-flow-parsing.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>CSS Regions Parsing Test: Parse webkit-flow-into property</title>
- <link rel="author" title="Jacob Goldstein" href="mailto:jacobg@adobe.com"/>
- <link rel="help" href="http://www.w3.org/TR/css3-regions/#properties-and-rules"/>
- <meta name="flags" content=""/>
- <meta name="assert" content="Value specified for the webkit-flow-into property should be parsed correctly."/>
- <script src="../../resources/testharness.js"></script>
- <script src="../../resources/testharnessreport.js"></script>
- </head>
- <body>
- <span>This test verifies that the webkit-flow-into property is correctly parsed</span>
- <div id="log"></div>
- <script src="script-tests/webkit-flow-parsing.js"></script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698