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

Unified Diff: third_party/WebKit/LayoutTests/fast/deprecated-flexbox/crash-button-keygen.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/deprecated-flexbox/crash-button-keygen.html
diff --git a/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/crash-button-keygen.html b/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/crash-button-keygen.html
deleted file mode 100644
index 1fe47b84dc5143d50a6eeb60a05960442ad763ba..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/crash-button-keygen.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<body>
-<p style="visibility: collapse;"><button><keygen autofocus><input id="test"></keygen></button></p>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-document.body.offsetTop;
-document.getElementById('test').parentNode.removeChild(document.getElementById('test'));
-document.body.offsetTop;
-</script>
-<p>Test for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=63776">63776</a>: Partial layout when a flex-box has visibility: collapse</p>
-<p>This test PASSES if it does not CRASH.</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698