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

Side by Side 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 3 years, 12 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <body>
3 <p style="visibility: collapse;"><button><keygen autofocus><input id="test"></ke ygen></button></p>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 document.body.offsetTop;
8 document.getElementById('test').parentNode.removeChild(document.getElementById(' test'));
9 document.body.offsetTop;
10 </script>
11 <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>
12 <p>This test PASSES if it does not CRASH.</p>
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698