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

Unified Diff: chrome/test/data/extensions/api_test/executescript/destructive/xhtml_document.xhtml

Issue 1642283002: Deal with frame removal by content scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Last nits Created 4 years, 9 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: chrome/test/data/extensions/api_test/executescript/destructive/xhtml_document.xhtml
diff --git a/chrome/test/data/extensions/api_test/executescript/destructive/xhtml_document.xhtml b/chrome/test/data/extensions/api_test/executescript/destructive/xhtml_document.xhtml
new file mode 100644
index 0000000000000000000000000000000000000000..c81cb5967cc6205f2d465d069cc0d0b1f8891077
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/executescript/destructive/xhtml_document.xhtml
@@ -0,0 +1,9 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>Some valid XHTML document</title>
+</head>
+<body>
+ This is a XHTML document.
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698