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

Side by Side Diff: LayoutTests/fast/runin/progress-run-in-crash.html

Issue 53373003: Remove display:run-in as per https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/_tHSX… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 WebKit Bug 87274 - ASSERT failure toRenderProgress in HTMLProgressElement::didEl ementStateChange.<br />
4 Test passes if it does not crash.<br />
5 <body>
6 <progress id="progress1" style="-webkit-appearance: none"></progress><div></div>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10
11 document.body.offsetTop;
12 progress1.style.display = 'run-in';
13 </script>
14 </body>
15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/runin/nonblock-runin-expected.txt ('k') | LayoutTests/fast/runin/progress-run-in-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698