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

Side by Side Diff: LayoutTests/inspector-protocol/dom/dom-getBoxModel-expected.txt

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform Created 6 years, 2 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 unified diff | Download patch
OLDNEW
1 Several 1 Several
2 Lines 2 Lines
3 Of 3 Of
4 Text 4 Text
5 #text: Could not compute box model. 5 #text: Could not compute box model.
6 BR: Could not compute box model. 6 BR: Could not compute box model.
7 #text: Could not compute box model. 7 #text: Could not compute box model.
8 BR: Could not compute box model. 8 BR: Could not compute box model.
9 #text: Could not compute box model. 9 #text: Could not compute box model.
10 BR: Could not compute box model. 10 BR: Could not compute box model.
(...skipping 12 matching lines...) Expand all
23 DIV style,position:absolute;top:200;left:100;width:100;height:100;background:gre en [ 23 DIV style,position:absolute;top:200;left:100;width:100;height:100;background:gre en [
24 [0] : 100 24 [0] : 100
25 [1] : 200 25 [1] : 200
26 [2] : 200 26 [2] : 200
27 [3] : 200 27 [3] : 200
28 [4] : 200 28 [4] : 200
29 [5] : 300 29 [5] : 300
30 [6] : 100 30 [6] : 100
31 [7] : 300 31 [7] : 300
32 ] 32 ]
33 DIV style,position:absolute;top:150;left:50;width:100;height:100;background:blue ;-webkit-transform:rotate(45deg); [ 33 DIV style,position:absolute;top:150;left:50;width:100;height:100;background:blue ;transform:rotate(45deg); [
34 [0] : 100 34 [0] : 100
35 [1] : 129 35 [1] : 129
36 [2] : 171 36 [2] : 171
37 [3] : 200 37 [3] : 200
38 [4] : 100 38 [4] : 100
39 [5] : 271 39 [5] : 271
40 [6] : 29 40 [6] : 29
41 [7] : 200 41 [7] : 200
42 ] 42 ]
43 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698