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

Unified Diff: LayoutTests/fast/dom/css-stylesheet-candidate-ordering-expected.txt

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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/css-stylesheet-candidate-ordering-expected.txt
diff --git a/LayoutTests/fast/dom/css-inline-style-declaration-crash-expected.txt b/LayoutTests/fast/dom/css-stylesheet-candidate-ordering-expected.txt
similarity index 59%
copy from LayoutTests/fast/dom/css-inline-style-declaration-crash-expected.txt
copy to LayoutTests/fast/dom/css-stylesheet-candidate-ordering-expected.txt
index 4c82d70322eee1e11a4389622c3865fa82774cda..aaae739c961aeaa2272755e4384d5bd38f19c566 100644
--- a/LayoutTests/fast/dom/css-inline-style-declaration-crash-expected.txt
+++ b/LayoutTests/fast/dom/css-stylesheet-candidate-ordering-expected.txt
@@ -1,4 +1,4 @@
-Setting a CSSStyleDeclaration after its element has been GCed should not crash.
+Adding stylesheet candidates should not crash in case the html parser decides to reorder the DOM tree.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698