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

Unified Diff: LayoutTests/fast/repaint/video-mute-repaint-expected.txt

Issue 1125563002: Auto-rebaseline for r194843 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/repaint/video-unmute-repaint-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/video-mute-repaint-expected.txt
diff --git a/LayoutTests/fast/repaint/video-mute-repaint-expected.txt b/LayoutTests/fast/repaint/video-mute-repaint-expected.txt
index a51a897413c8c249d4d76805c43be2e933ee2c44..7c2f255da1d2dfd1d6faa8c3279fb45746326d87 100644
--- a/LayoutTests/fast/repaint/video-mute-repaint-expected.txt
+++ b/LayoutTests/fast/repaint/video-mute-repaint-expected.txt
@@ -1,8 +1,39 @@
- (repaint rects
- (rect 543 498 35 30)
- (rect 636 501 24 24)
- (rect 636 501 24 24)
- (rect 578 501 24 24)
- (rect 578 501 89 24)
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [8, 8],
+ "bounds": [700, 525]
+ },
+ {
+ "shouldFlattenTransform": false,
+ "children": [
+ {
+ "position": [8, 8],
+ "bounds": [700, 525],
+ "drawsContent": true
+ },
+ {
+ "position": [8, 8],
+ "bounds": [700, 520],
+ "drawsContent": true,
+ "repaintRects": [
+ [628, 493, 24, 24],
+ [570, 493, 89, 24],
+ [570, 493, 89, 24],
+ [570, 493, 24, 24],
+ [535, 490, 35, 30]
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/repaint/video-unmute-repaint-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698