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

Unified Diff: LayoutTests/platform/win/media/video-paint-invalidation-expected.txt

Issue 575353002: Don't squash into RenderPart subclasses. Don't squash into video elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed. Created 6 years, 3 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/platform/win/media/video-paint-invalidation-expected.txt
diff --git a/LayoutTests/platform/win/media/video-paint-invalidation-expected.txt b/LayoutTests/platform/win/media/video-paint-invalidation-expected.txt
index 9de053f1a062534bb2b01530c50c89340d83ff36..4649a0d00bf3c62f5546da2903d0e6e36483f7e2 100644
--- a/LayoutTests/platform/win/media/video-paint-invalidation-expected.txt
+++ b/LayoutTests/platform/win/media/video-paint-invalidation-expected.txt
@@ -7,14 +7,19 @@
"drawsContent": true,
"children": [
{
+ "position": [8, 8],
+ "bounds": [320, 240]
+ },
+ {
"children": [
{
"position": [8, 8],
- "bounds": [320, 240]
+ "bounds": [320, 240],
+ "drawsContent": true
},
{
"position": [8, 8],
- "bounds": [320, 240],
+ "bounds": [320, 235],
"drawsContent": true,
"repaintRects": [
[194, 205, 35, 30],

Powered by Google App Engine
This is Rietveld 408576698