Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform-expected.html

Issue 2107233002: Reland "Implement FullScreen using top layer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ::backdrop for replaced content Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform-expected.html
diff --git a/third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform-expected.html b/third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform-expected.html
index 01c76338e84a1bdd8d95fe60355dc3ba4ad5b7ca..92dcfe0ae96f28acb16ce2c5fbe06f99f945cbfd 100644
--- a/third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform-expected.html
+++ b/third_party/WebKit/LayoutTests/fullscreen/video-webkit-transform-expected.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<p>Test that fullscreen video should not be affected by webkit-transform.</p>
<video id="video" allowfullscreen></video>
<script>
if (window.internals)

Powered by Google App Engine