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

Unified Diff: LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument-no-defaultView-expected.txt

Issue 159853004: Ensure that every Document has a single, distinct template content ownerDocument (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Suppress expected w3c test failures Created 6 years, 10 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/HTMLTemplateElement/ownerDocument-no-defaultView-expected.txt
diff --git a/LayoutTests/accessibility/accessibility-object-detached-expected.txt b/LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument-no-defaultView-expected.txt
similarity index 56%
copy from LayoutTests/accessibility/accessibility-object-detached-expected.txt
copy to LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument-no-defaultView-expected.txt
index 183af921276bb23629132f20b8b56a87f111d947..350eaa526f5a7be4661552c905f1dafb7856301c 100644
--- a/LayoutTests/accessibility/accessibility-object-detached-expected.txt
+++ b/LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument-no-defaultView-expected.txt
@@ -1,9 +1,9 @@
-This test makes sure that AccessibilityObjects are detached when the node they point to is detached.
+HTMLTemplateElement content ownerDocument in a no-defaultView document should not be same as template
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS expectedButtonRole != expectedDetachedRole is true
+PASS template.ownerDocument is not template.content.ownerDocument
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698