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

Unified Diff: LayoutTests/platform/linux/compositing/overflow/selection-gaps-toggling-expected.txt

Issue 1030323005: Simplify application of perspective origin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add three more test expectation changes (added since earlier) 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
Index: LayoutTests/platform/linux/compositing/overflow/selection-gaps-toggling-expected.txt
diff --git a/LayoutTests/platform/linux/compositing/overflow/selection-gaps-toggling-expected.txt b/LayoutTests/platform/linux/compositing/overflow/selection-gaps-toggling-expected.txt
index 10b4bbdcef9456038a9cb99f862780402fc6ad10..691a1a72aa9021214b1b25e9b62e1c99b8e7986a 100644
--- a/LayoutTests/platform/linux/compositing/overflow/selection-gaps-toggling-expected.txt
+++ b/LayoutTests/platform/linux/compositing/overflow/selection-gaps-toggling-expected.txt
@@ -31,10 +31,9 @@ Lorem Ipsum
"children": [
{
"bounds": [285, 665],
- "shouldFlattenTransform": false,
"children": [
{
- "shouldFlattenTransform": false
+
}
]
}
@@ -140,10 +139,10 @@ Lorem Ipsum
*** iteration 2: ***
{
- "bounds": [785, 2610],
+ "bounds": [785, 2594],
"children": [
{
- "bounds": [785, 2610],
+ "bounds": [785, 2594],
"contentsOpaque": true,
"drawsContent": true,
"children": [
@@ -157,12 +156,10 @@ Lorem Ipsum
"children": [
{
"bounds": [285, 665],
- "shouldFlattenTransform": false,
"children": [
{
"position": [0, 195],
"bounds": [285, 15],
- "shouldFlattenTransform": false,
"drawsContent": true
}
]
@@ -269,10 +266,10 @@ Lorem Ipsum
*** iteration 3: ***
{
- "bounds": [785, 4674],
+ "bounds": [785, 4626],
"children": [
{
- "bounds": [785, 4674],
+ "bounds": [785, 4626],
"contentsOpaque": true,
"drawsContent": true,
"children": [
@@ -286,12 +283,10 @@ Lorem Ipsum
"children": [
{
"bounds": [285, 665],
- "shouldFlattenTransform": false,
"children": [
{
"position": [0, 195],
- "bounds": [285, 15],
- "shouldFlattenTransform": false
+ "bounds": [285, 15]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698