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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-disable.html

Issue 1751953003: Remove the support of multiple shadow roots with a user agent shadow root (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix failing tests Created 4 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: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-disable.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-disable.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-disable.html
index 9234c342184d7ade39981a57ef1ef6afc9f4b4c9..4d0994aa400844e2fbb2a08792d029893bdae0bd 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-disable.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-disable.html
@@ -28,10 +28,6 @@ var elementsToSuccess = [
document.createElement('span'),
document.createElement('a'),
document.createElement('section'),
- document.createElement('input'),
- document.createElement('applet'),
- document.createElement('embed'),
- document.createElement('object'),
document.getElementById('g'),
document.getElementById('rect'),
document.getElementById('svg'),
@@ -39,6 +35,9 @@ var elementsToSuccess = [
// See crbug.com/234020 .
var elementsToFail = [
+ document.createElement('input'),
+ document.createElement('embed'),
+ document.createElement('object'),
document.createElement('audio'),
document.createElement('video'),
document.createElement('select'),

Powered by Google App Engine
This is Rietveld 408576698