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

Unified Diff: third_party/WebKit/LayoutTests/fast/replaced/keygen-as-table-column-group-crash.html

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years 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: third_party/WebKit/LayoutTests/fast/replaced/keygen-as-table-column-group-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/replaced/keygen-as-table-column-group-crash.html b/third_party/WebKit/LayoutTests/fast/replaced/keygen-as-table-column-group-crash.html
deleted file mode 100644
index 14686933d78eabb5914c6964addcc4928e6f0ffe..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/replaced/keygen-as-table-column-group-crash.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<script>
- if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-<div style="display:table;">
- <keygen style="display:table-column-group;"></keygen>
- PASS if no crash or assert.
-</div>

Powered by Google App Engine
This is Rietveld 408576698