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

Side by Side Diff: LayoutTests/fast/dom/css-stylesheet-candidate-ordering.html

Issue 839303003: Adding stylesheet candidates should not crash when the parser reorders the tree (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a test Created 5 years, 11 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 <!DOCTYPE html>
2 <script src="../../resources/js-test.js"></script>
3 <script>
4 description('Adding stylesheet candidates should not crash in case the html pars er decides to reorder the DOM tree.');
5 testPassed('Did not crash');
6 </script>
7 <table>
8 <style></style>
9 <link>
10 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698