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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt

Issue 572043002: Support getComputedStyle for non-rendered pseudo elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
1 Test for WebKit bug 24021: pseudo-element styles not accessible / retrievable vi a DOM methods 1 Test for WebKit bug 24021: pseudo-element styles not accessible / retrievable vi a DOM methods
2 2
3 3
4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostr ud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis au te irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qu i officia deserunt mollit anim id est laborum. 4 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostr ud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis au te irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qu i officia deserunt mollit anim id est laborum.
5 5
6 Middle 6 Middle
7 7
8 div with :before and :after display:table 8 div with :before and :after display:table
9 9
10 div with :before and :after display:inline 10 div with :before and :after display:inline
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 PASS Expected '5px solid rgb(255, 0, 0)' for border in the computed style for el ement with id testBeforeAfterTable and pseudo-element :before and got '5px solid rgb(255, 0, 0)' 44 PASS Expected '5px solid rgb(255, 0, 0)' for border in the computed style for el ement with id testBeforeAfterTable and pseudo-element :before and got '5px solid rgb(255, 0, 0)'
45 PASS Expected '10px dotted rgb(0, 0, 255)' for border in the computed style for element with id testBeforeAfterTable and pseudo-element :after and got '10px dot ted rgb(0, 0, 255)' 45 PASS Expected '10px dotted rgb(0, 0, 255)' for border in the computed style for element with id testBeforeAfterTable and pseudo-element :after and got '10px dot ted rgb(0, 0, 255)'
46 PASS Expected 'auto' for height in the computed style for element with id testBe foreAfterInline and pseudo-element :before and got 'auto' 46 PASS Expected 'auto' for height in the computed style for element with id testBe foreAfterInline and pseudo-element :before and got 'auto'
47 PASS Expected 'auto' for width in the computed style for element with id testBef oreAfterInline and pseudo-element :before and got 'auto' 47 PASS Expected 'auto' for width in the computed style for element with id testBef oreAfterInline and pseudo-element :before and got 'auto'
48 PASS Expected 'auto' for height in the computed style for element with id testBe foreAfterInline and pseudo-element :after and got 'auto' 48 PASS Expected 'auto' for height in the computed style for element with id testBe foreAfterInline and pseudo-element :after and got 'auto'
49 PASS Expected 'auto' for width in the computed style for element with id testBef oreAfterInline and pseudo-element :after and got 'auto' 49 PASS Expected 'auto' for width in the computed style for element with id testBef oreAfterInline and pseudo-element :after and got 'auto'
50 PASS Expected '10px 20px 30px 40px' for margin in the computed style for element with id testBeforeAfterInline and pseudo-element :before and got '10px 20px 30p x 40px' 50 PASS Expected '10px 20px 30px 40px' for margin in the computed style for element with id testBeforeAfterInline and pseudo-element :before and got '10px 20px 30p x 40px'
51 PASS Expected '0px' for padding in the computed style for element with id testBe foreAfterInline and pseudo-element :before and got '0px' 51 PASS Expected '0px' for padding in the computed style for element with id testBe foreAfterInline and pseudo-element :before and got '0px'
52 PASS Expected '0px' for margin in the computed style for element with id testBef oreAfterInline and pseudo-element :after and got '0px' 52 PASS Expected '0px' for margin in the computed style for element with id testBef oreAfterInline and pseudo-element :after and got '0px'
53 PASS Expected '10px 20px 30px 40px' for padding in the computed style for elemen t with id testBeforeAfterInline and pseudo-element :after and got '10px 20px 30p x 40px' 53 PASS Expected '10px 20px 30px 40px' for padding in the computed style for elemen t with id testBeforeAfterInline and pseudo-element :after and got '10px 20px 30p x 40px'
54 PASS Expected '' for width in the computed style for element with id testBeforeA fterDisplayNone and pseudo-element :after and got '' 54 PASS Expected '100px' for width in the computed style for element with id testBe foreAfterDisplayNone and pseudo-element :after and got '100px'
55 PASS Expected '' for height in the computed style for element with id testBefore AfterDisplayNone and pseudo-element :after and got '' 55 PASS Expected '100px' for height in the computed style for element with id testB eforeAfterDisplayNone and pseudo-element :after and got '100px'
56 PASS Expected '' for width in the computed style for element with id testBeforeA fterDisplayNone and pseudo-element :before and got '' 56 PASS Expected '100px' for width in the computed style for element with id testBe foreAfterDisplayNone and pseudo-element :before and got '100px'
57 PASS Expected '' for height in the computed style for element with id testBefore AfterDisplayNone and pseudo-element :before and got '' 57 PASS Expected '100px' for height in the computed style for element with id testB eforeAfterDisplayNone and pseudo-element :before and got '100px'
58 PASS Expected 'rgb(165, 42, 42)' for color in the computed style for element wit h id testNoPseudoElement and pseudo-element null and got 'rgb(165, 42, 42)' 58 PASS Expected 'rgb(165, 42, 42)' for color in the computed style for element wit h id testNoPseudoElement and pseudo-element null and got 'rgb(165, 42, 42)'
59 PASS Expected 'rgb(165, 42, 42)' for color in the computed style for element wit h id testNoPseudoElement and pseudo-element :first-line and got 'rgb(165, 42, 42 )' 59 PASS Expected 'rgb(165, 42, 42)' for color in the computed style for element wit h id testNoPseudoElement and pseudo-element :first-line and got 'rgb(165, 42, 42 )'
60 PASS Expected 'rgb(165, 42, 42)' for color in the computed style for element wit h id testNoPseudoElement and pseudo-element :first-letter and got 'rgb(165, 42, 42)' 60 PASS Expected 'rgb(165, 42, 42)' for color in the computed style for element wit h id testNoPseudoElement and pseudo-element :first-letter and got 'rgb(165, 42, 42)'
61 PASS Expected 'rgb(165, 42, 42)' for color in the computed style for element wit h id testNoPseudoElement and pseudo-element :before and got 'rgb(165, 42, 42)' 61 PASS Expected 'rgb(165, 42, 42)' for color in the computed style for element wit h id testNoPseudoElement and pseudo-element :before and got 'rgb(165, 42, 42)'
62 PASS Expected 'rgb(165, 42, 42)' for color in the computed style for element wit h id testNoPseudoElement and pseudo-element :after and got 'rgb(165, 42, 42)' 62 PASS Expected 'rgb(165, 42, 42)' for color in the computed style for element wit h id testNoPseudoElement and pseudo-element :after and got 'rgb(165, 42, 42)'
63 PASS Expected 'rgb(165, 42, 42)' for color in the computed style for element wit h id testNoPseudoElement and pseudo-element :garbage and got 'rgb(165, 42, 42)' 63 PASS Expected 'rgb(165, 42, 42)' for color in the computed style for element wit h id testNoPseudoElement and pseudo-element :garbage and got 'rgb(165, 42, 42)'
64 PASS Expected '100px' for height in the computed style for element with id testN oPseudoElement and pseudo-element null and got '100px' 64 PASS Expected '100px' for height in the computed style for element with id testN oPseudoElement and pseudo-element null and got '100px'
65 PASS Expected '100px' for width in the computed style for element with id testNo PseudoElement and pseudo-element null and got '100px' 65 PASS Expected '100px' for width in the computed style for element with id testNo PseudoElement and pseudo-element null and got '100px'
66 PASS Expected '100px' for height in the computed style for element with id testN oPseudoElement and pseudo-element :after and got '100px' 66 PASS Expected '100px' for height in the computed style for element with id testN oPseudoElement and pseudo-element :after and got '100px'
67 PASS Expected '100px' for width in the computed style for element with id testNo PseudoElement and pseudo-element :after and got '100px' 67 PASS Expected '100px' for width in the computed style for element with id testNo PseudoElement and pseudo-element :after and got '100px'
68 PASS Expected '0.5' for opacity in the computed style for element with id testHa rdwareAcceleratedCompositing and pseudo-element :before and got '0.5' 68 PASS Expected '0.5' for opacity in the computed style for element with id testHa rdwareAcceleratedCompositing and pseudo-element :before and got '0.5'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698