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

Unified Diff: LayoutTests/fast/dom/StyleSheet/discarded-sheet-owner-null-expected.txt

Issue 18854017: StyleSheet.ownerNode should be null when it gets orphaned. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/StyleSheet/discarded-sheet-owner-null-expected.txt
diff --git a/LayoutTests/accessibility/table-remove-cell-crash-expected.txt b/LayoutTests/fast/dom/StyleSheet/discarded-sheet-owner-null-expected.txt
similarity index 61%
copy from LayoutTests/accessibility/table-remove-cell-crash-expected.txt
copy to LayoutTests/fast/dom/StyleSheet/discarded-sheet-owner-null-expected.txt
index e7e4e7fdcea6aaa3486584eae957c8e2db902704..0a2374c94e7b99aa32b6dbef06b6a33ad4dfcd37 100644
--- a/LayoutTests/accessibility/table-remove-cell-crash-expected.txt
+++ b/LayoutTests/fast/dom/StyleSheet/discarded-sheet-owner-null-expected.txt
@@ -1,8 +1,9 @@
-This test makes sure we do not crash if javascript removes a cell.
+This tests that ownerNode of orphan sheet is null.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS oldSheet.ownerNode is null
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698