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

Unified Diff: LayoutTests/fullscreen/video-controls-override.html

Issue 662243003: Use ::-internal-media-controls* instead of ::-webkit-media-controls* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: introduce PseudoInternalCustomElement Created 6 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: LayoutTests/fullscreen/video-controls-override.html
diff --git a/LayoutTests/fullscreen/video-controls-override.html b/LayoutTests/fullscreen/video-controls-override.html
index 82ce70f1648d3a6bad81ae0af4558b39617cd91e..0b0e6d01df425b5a195a3b4ee46f1849896b50de 100644
--- a/LayoutTests/fullscreen/video-controls-override.html
+++ b/LayoutTests/fullscreen/video-controls-override.html
@@ -20,8 +20,8 @@
var videoEnteredFullScreen = function() {
if (window.internals) {
testExpected("shadowRoot = internals.shadowRoot(video)", null, "!=");
- testExpected("panel = mediaControlsElement(shadowRoot.firstChild, '-webkit-media-controls-panel')", null, "!=");
- testExpected("internals.shadowPseudoId(panel)", "-webkit-media-controls-panel");
+ testExpected("panel = mediaControlsElement(shadowRoot.firstChild, '-internal-media-controls-panel')", null, "!=");
+ testExpected("internals.shadowPseudoId(panel)", "-internal-media-controls-panel");
testExpected("document.defaultView.getComputedStyle(panel)['display']", 'none', "!=");
testExpected("document.defaultView.getComputedStyle(panel)['height']", '20px', ">=");
}
« no previous file with comments | « LayoutTests/fullscreen/video-controls-drag.html ('k') | LayoutTests/fullscreen/video-controls-override-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698