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

Unified Diff: LayoutTests/webarchive/css-page-rule-crash.html

Issue 14046041: Remove webarchive tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/webarchive/css-page-rule-crash.html
diff --git a/LayoutTests/webarchive/css-page-rule-crash.html b/LayoutTests/webarchive/css-page-rule-crash.html
deleted file mode 100644
index 10f4c4f78fd1393d930f0b3e7402fa495b21eb79..0000000000000000000000000000000000000000
--- a/LayoutTests/webarchive/css-page-rule-crash.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<head>
-<script>
-
-if (window.testRunner)
- testRunner.dumpDOMAsWebArchive();
-
-</script>
-
-<style>
-
-@page {
- margin: 2cm;
-}
-
-</style>
-</head>
-
-<body>
-This page contains a @page style rule.<br>
-Making a WebArchive out of it should not crash.
-</body>

Powered by Google App Engine
This is Rietveld 408576698