The JavaDoc for WebDriver.getPageSource() states that
Get the source of the last loaded page. If the page has been modified after loading (for example, by Javascript) there is no guarentee that the returned text is that of the modified page. Please consult the documentation of the particular driver being used to determine whether the returned text reflects the current state of the page or the text last sent by the web server. /.../
I am using FirefoxDriver (JavaDoc) but can't find any information about this. It is returning the modified DOM or not?