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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html

Issue 1901403002: Remove UserAgent ShadowRoot + Author ShadowRoot code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Element::createShadowRoot, update some tests Created 4 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
index e415641d676d3b115f0eb78edd8836e78c817250..44798d976e7ce746a71be392dd48b08517241392 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
-<output id="out"></output>
+<div id="out"></div>
<script>
description("Garbage collection of Selection objects with shorter lifetimes must not crash.");
// A Selection object that dies before the window object it is registered to, must detach
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698