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

Unified Diff: LayoutTests/compositing/repaint/should-not-repaint-composited-styles-expected.txt

Issue 390933004: Split compositing/repaint/should-not-repaint-*.html into smaller tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/compositing/repaint/should-not-repaint-composited-styles-expected.txt
diff --git a/LayoutTests/compositing/repaint/should-not-repaint-composited-styles-expected.txt b/LayoutTests/compositing/repaint/should-not-repaint-composited-styles-expected.txt
deleted file mode 100644
index 3b59f092049189853407c5e0b7866caacdf67f42..0000000000000000000000000000000000000000
--- a/LayoutTests/compositing/repaint/should-not-repaint-composited-styles-expected.txt
+++ /dev/null
@@ -1,161 +0,0 @@
-position change with composited child
-
-position change with non-composited child
-
-z-index change with composited child
-
-z-index change with non-composited child
-
-opacity change with composited child
-
-opacity change with non-composited child
-
-transform change with composited child
-
-transform change with non-composited child
-
-filter change with composited child
-
-filter change with non-composited child
-
-{
- "bounds": [785, 1812],
- "children": [
- {
- "bounds": [785, 1812],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "position": [8, 80],
- "bounds": [100, 100],
- "children": [
- {
- "bounds": [100, 100],
- "children": [
- {
- "bounds": [152, 152],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FFFF00"
- }
- ]
- }
- ]
- },
- {
- "position": [8, 260],
- "bounds": [100, 100],
- "drawsContent": true,
- "repaintRects": [
- [0, 0, 100, 100]
- ]
- },
- {
- "position": [8, 799],
- "bounds": [100, 100],
- "opacity": 0.5,
- "children": [
- {
- "bounds": [100, 100],
- "children": [
- {
- "bounds": [152, 152],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FFFF00"
- }
- ]
- }
- ]
- },
- {
- "position": [8, 979],
- "bounds": [100, 100],
- "opacity": 0.5,
- "drawsContent": true
- },
- {
- "position": [8, 1159],
- "bounds": [100, 100],
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, 0],
- [0, 0, 20, 1]
- ],
- "children": [
- {
- "bounds": [100, 100],
- "children": [
- {
- "bounds": [152, 152],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FFFF00"
- }
- ]
- }
- ]
- },
- {
- "position": [8, 1339],
- "bounds": [100, 100],
- "drawsContent": true,
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, 0],
- [0, 0, 20, 1]
- ]
- },
- {
- "position": [8, 1519],
- "bounds": [100, 100],
- "drawsContent": true,
- "children": [
- {
- "bounds": [100, 100],
- "children": [
- {
- "bounds": [152, 152],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FFFF00"
- }
- ]
- }
- ]
- },
- {
- "position": [8, 1699],
- "bounds": [100, 100],
- "drawsContent": true
- },
- {
- "position": [8, 440],
- "bounds": [100, 100],
- "children": [
- {
- "bounds": [100, 100],
- "children": [
- {
- "bounds": [152, 152],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FFFF00"
- }
- ]
- }
- ]
- },
- {
- "position": [8, 620],
- "bounds": [100, 100],
- "drawsContent": true
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698