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

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: update web-platform-tests expectations 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null-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/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 33e6b46660df61d1cd1afe55bc028e768a1275e9..960bc06e8e9f261f685a819b617b6da98f33280d 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
@@ -135,7 +135,6 @@
type: 'HTMLAudioElement',
elementToUse: document.createElement('audio'),
attributes: [
- {name: 'mediaGroup', expectedNull: 'null'},
{name: 'preload', expectedNull: 'auto'},
{name: 'src', expectedNull: 'null', isUrl: true}
]
@@ -669,7 +668,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}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698