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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null.html

Issue 1373423003: Remove MediaController (already diabled by REF) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/element-attribute-js-null.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null.html b/third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null.html
index 5253ada27557bcb80bc3e1d3ae74a88ae0bf3e68..096de2e326d7441fd0de6072129314db758f3345 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -137,7 +137,6 @@
type: 'HTMLAudioElement',
elementToUse: document.createElement('audio'),
attributes: [
- {name: 'mediaGroup', expectedNull: 'null'},
{name: 'preload', expectedNull: 'auto'},
{name: 'src', expectedNull: 'null', isUrl: true}
]
@@ -671,7 +670,6 @@
type: 'HTMLVideoElement',
elementToUse: document.createElement('video'),
attributes: [
- {name: 'mediaGroup', expectedNull: 'null'},
{name: 'poster', expectedNull: 'null', isUrl: true},
{name: 'preload', expectedNull: 'auto'},
{name: 'src', expectedNull: 'null', isUrl: true}

Powered by Google App Engine
This is Rietveld 408576698