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

Unified Diff: third_party/WebKit/Source/web/tests/data/frameserialization/remove_attributes.html

Issue 2848953003: Do not send pings for anchor elements in MHTML pages (Closed)
Patch Set: Rebase Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/frameserialization/remove_attributes.html
diff --git a/third_party/WebKit/Source/web/tests/data/frameserialization/remove_attributes.html b/third_party/WebKit/Source/web/tests/data/frameserialization/remove_attributes.html
new file mode 100644
index 0000000000000000000000000000000000000000..01f7a70d5b72d5cd5c332f66f9985f2423e73310
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/frameserialization/remove_attributes.html
@@ -0,0 +1,9 @@
+<html>
+<meta charset="utf8">
+<head>
+<title>Test Skipping Attributes</title>>
+</head>
+<body>
+<a href="foo.html" ping="bar.html">Link</a>
+</body>
+</html>
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698