Bug 95369

Summary: [CSS Exclusions] Exclusions tests should run without errors in standalone browser
Product: WebKit Reporter: Bear Travis <betravis>
Component: CSSAssignee: Bear Travis <betravis>
Status: RESOLVED FIXED    
Severity: Normal CC: donggwan.kim, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 89256    
Attachments:
Description Flags
Fixing up the exclusions and shape-inside tests none

Description Bear Travis 2012-08-29 12:56:49 PDT
The exclusions tests currently enable/disable css exclusions through window.internals.settings, which is not available in standalone browsers.
Opening these pages in a standalone browser causes a reference error.
The tests should instead test for the existence of internals before attempting to reference it.
Comment 1 Bear Travis 2012-08-29 13:18:19 PDT
Created attachment 161296 [details]
Fixing up the exclusions and shape-inside tests
Comment 2 WebKit Review Bot 2012-08-31 02:40:34 PDT
Comment on attachment 161296 [details]
Fixing up the exclusions and shape-inside tests

Clearing flags on attachment: 161296

Committed r127241: <http://trac.webkit.org/changeset/127241>
Comment 3 WebKit Review Bot 2012-08-31 02:40:37 PDT
All reviewed patches have been landed.  Closing bug.