aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/construct.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-04-27 16:52:13 -0400
committerGitHub <noreply@github.com>2018-04-27 16:52:13 -0400
commit625634a0275bb1ea1e918407368ab70990a728f1 (patch)
tree2f9aaec3a590f2ebdd7bbd0b45ad37dbd0981d53 /components/layout/construct.rs
parentd1378d6bad17fa5e279ec8e63e374e0f51add05a (diff)
parent437276d3dc06a412a401e6e739e0af5d9caaf6c2 (diff)
downloadservo-625634a0275bb1ea1e918407368ab70990a728f1.tar.gz
servo-625634a0275bb1ea1e918407368ab70990a728f1.zip
Auto merge of #20448 - asoni3:master, r=Manishearth
NCSU Project - Random web content generator <!-- Please describe your changes on the following line: --> Here is the link to our repository which contains the web-page fuzzer: [Link](https://github.com/asoni3/Random-web-content-generator---CSC-517-OSS-Project) **File: start_servo.py** The script is intended to start servo on localhost:7002 **File: servo_automation_screenshot.py** The below program is intended to test rendering mismatches in servo based on random web pages generated by the web page fuzzer. Here is the breakdown of how our code works: * A session is started on localhost:7002 * The randomly generated webpage's (html files) data is sent as JSON to this session * Using curl request, we load the html files for this session ID based on the session we just created * For each html file it renders, it takes the screenshot after rendering which is saved in the current working directory in the format "testing#.png" --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20448) <!-- Reviewable:end -->
Diffstat (limited to 'components/layout/construct.rs')
0 files changed, 0 insertions, 0 deletions